tsbs icon indicating copy to clipboard operation
tsbs copied to clipboard

Fix bug that load_clickhouse resulted in wrong number of devices in t…

Open cocobond opened this issue 7 months ago • 1 comments

After FIX:

image

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...

cocobond avatar May 18 '25 15:05 cocobond

Fixes https://github.com/timescale/tsbs/issues/275 🙌

cocobond avatar May 18 '25 15:05 cocobond