timescale / tsbs

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

tsbs_load_timescaledb: fails to set tags_id when using jsonb tags #47

Closed lilvinz closed 5 years ago

lilvinz commented 5 years ago

https://github.com/timescale/tsbs/blob/master/cmd/tsbs_load_timescaledb/process.go#L78

This seems not to take into account jsonb. The json payload would have to be decoded.