Ileni Marius

Results 5 comments of Ileni Marius

Please put a description on those return codes.

Hello, First, thank you for your message. The query response is within 20ms but the actual data retrieved in time is the problem. I checked and i think the bottleneck...

Hello Again. Looking through code i found that a bottleneck is in /master/src/InfluxDB.cxx from line 90 to 119. For instance using stringstream is time consuming. Some of the series parsing...

Hello Awegrzyn, Because is not linear, Try like this: 10k batches. write: the same point for 1000.000 times with 2-3 fields as fast as possible. read: select* from "db" from...

Hello Thor, Thank you for your answer. There is only one mention for a gstreamer similar plugin path in /gst-plugins-vision/CMakeLists.txt at line 129 for windows version: _get_filename_component(_PREFIX "${GSTREAMER_PLUGIN_DIR}/../" REALPATH) else...