tsbs
tsbs copied to clipboard
Fix bug that load_clickhouse resulted in wrong number of devices in t…
After FIX:
Since only the first batch will follow this code logic, and subsequent batches will follow another function, it will not affect other scenarios. This simply fixes this bug.
This bug has been fixed. 🥳 I guess it was because clickhouse support imitated the writing of Timescale, but in the table creation statement of Timescale, hostname unique and tags_id nextval were not deduplicated and had no impact...
Fixes https://github.com/timescale/tsbs/issues/275 🙌