About querying data
Querying data in TimescaleDB works just like querying data in PostgreSQL. You can reuse your existing queries if you’re moving from another PostgreSQL database.
TimescaleDB also provides some additional features to help with data analysis:
- The SkipScan feature speeds up
DISTINCT
queries - Hyperfunctions improve the experience of writing many data analysis queries
- Function pipelines bring functional programming to SQL queries, making it easier to perform consecutive transformations of data
当前内容版权归 TimescaleDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 TimescaleDB .