Hello Team,
I’ve been running some performance tests and encountered an interesting issue: reading from uncompressed data takes longer than reading from compressed data.
Summary
I’ve been testing query performance across different time ranges on both compressed and uncompressed data to understand any differences in response times. Below are the details of the queries I ran:
- Queries Executed:
- Queries for data retrieval for analysis.
- Time Durations Tested:
- I repeated each query for different time ranges:
- 8 hours
- 1 month
- 3 months
- 6 months
- 1 year
- Observation:
- For all time ranges tested, I consistently observed that response times for uncompressed data were notably longer than those for compressed data.
Questions
- Is this expected behaviour, or could there be an optimization I’m missing for uncompressed data in TimescaleDB?
- Are there specific configurations that could help improve query performance on uncompressed data?
- Has anyone else experienced similar issues, and if so, how did you address them?
I would greatly appreciate any insights or suggestions you may have for improving performance on uncompressed data.
Thank you in advance for your help!