timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: use case 'iot' not implemented for format 'questdb'

nikoschairopoulos opened this issue · comments

Hello everyone,
i have a problem with IOT data for questdb, the table who demonstrates the support data refers that IOT is implemented for format questdb, but when i try to generate queries and gunzip them i take the following error:

QUERY GENERATION COMMAND:

tsbs_generate_queries --use-case="iot" --seed=123 --scale=4
--timestamp-start="2016-01-01T00:00:00Z"
--timestamp-end="2016-01-04T00:00:01Z"
--queries=1000 --query-type="low-fuel" --format="questdb"
| gzip > /tmp/questdb-low.gz

$gunzip questdb-low.gz
$ cat timescaledb-low

ERROR report from terminal:
error: use case 'iot' not implemented for format 'questdb'

Do you know why i take this error?

Hello,

I am also facing the same issue. Did you find any solution @nikoschairopoulos ?