Adam Wegrzynek

Results 19 comments of Adam Wegrzynek

Sorry missed that, I'll take a look tomorrow!

Are you sure your database name is `test` as well? Because you only showed that your measurement name = `test`. Could you also try running `./bin/testQuery` and lemme know what...

Could you try with `v0.5.0` ?

@stffer Thanks for your feedback, I'll improve that this week.

Hi, Regarding query time, I added a quick check and even CI machine provides result within 20ms. Regarding ordering it is InfluxDB's default behaviour to return results per series. Are...

Indeed this should be definitely optimised...

Actually I did check performance and I got: - 10k write: 116ms - 10k read: 195ms

Hi, I would be very happy if someone could contribute to Windows support as I don't have much experience with that.

Hi, There are 2 types of Unix sockets: stream (as TCP) and datagram (as UDP). As written in the README I'm using Unix datagram socket you are probably trying to...

Hi, Which version of InfluxDB are you using? Influx Line Protocol uses https://github.com/awegrzyn/influxdb-cxx/issues/65 `i` to mark integers and nothing for floats/doubles I can't see how you could end up with...