At query time, does the column decompression in TimescaleDB happen all on disk and we incur the cost of reading all the decompressed data in terms of IOPS ?
If anyone also knows the answer to this for ClickHouse it would be appreciated
ClickHouse stores data in compressed format and thus reads compressed data. Decompression happens during query execution in RAM.