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