tsbs icon indicating copy to clipboard operation
tsbs copied to clipboard

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

Open nikoschairopoulos opened this issue 3 years ago • 1 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?

nikoschairopoulos avatar May 26 '22 12:05 nikoschairopoulos

Hello,

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

kouganepola avatar Nov 25 '22 10:11 kouganepola