timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.28k stars 299 forks source link

Fixed influx data format parsing #254

Open Koheiru opened 4 months ago

Koheiru commented 4 months ago

Influx line parsing improved because influx line protocol allows to use space and comma symbols in tag name, tag value, field name and field value. In this case such symbols should be escaped or quoted.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 4 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Koheiru commented 4 months ago

The reason why this improvement needs is that I also have additional changes about new data set that contains complex string tags and fields.