For the past few days, I have inserted around 80 million rows of data into TDengine, and it turns out the storage only consumes around 1GB. Compared with TimescaleDB's storage usage, TDengine only uses around 1/15 of TimescaleDB's storage space. For TimescaleDB, the storage consumption is usually around 15-18GB depending on the schema.
The TDengine's version was 2.0.20.8 shown on taos client, and the version of TimescaleDB was 2.2.1
Can anyone explain why TDengine consume so much less space compared with TimescaleDB? is this level of compression going to cause the data to lose its precision for TDengine?