Quantcast
Viewing all articles
Browse latest Browse all 291

TSBS result correctness of Timescale

Hi guys, I’m new to tsbs test and was confuse by the test result.
I generated an IoT dataset and loaded it into both TimescaleDB and another database. However, the number of data loaded into TimescaleDB is less than the other database when it comes the this table: tags.

I have checked the data set and confirm that some tags data loss in timescale.

I checked the source code and found the reason:


the logic here :If a truck has already reported a tag to table tags once, it will not report again, even if the truck later reports a different tag (simulating imperfect data in the real world).

I think the logic here will also result in will inconsistent tags data when running tsbs_load_timescale multiple times with the same data set. because the tags data is influenced by the order of batch writes.

2 posts - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 291

Trending Articles