Skip to content
TimescaleDB - Timeseries database for PostgreSQL
  • Timescale.com
  • Try for free
Get started
Use Timescale
Services
Clouds and regions
Resources
PostgreSQL extensions
Connecting to Timescale
Hypertables
Distributed hypertables
Time buckets
Write data
Ingest data from other sources
Migration
Query data
About querying data
SELECT data
Perform DISTINCT queries with SkipScan
Perform advanced analytic queries
Troubleshooting
Configuration
Schema management
Compression
Data retention
Continuous aggregates
High availability and replication
User-defined actions
Alerting
VPC
Backup and restore
Billing and account management
Metrics and logging
User Management
Upgrades
Hyperfunctions
Data tiering
Security
Timescale limitations
Troubleshoot Timescale
Tutorials
Code quick starts
API Reference
Other deployment options
About Timescale
Find a docs page
Use Timescale

Querying data

Timescale hypertables are PostgreSQL tables. That means you can query them with standard SQL commands. In addition, you get extra benefits from Timescale architecture and query planning.

  • About querying data
  • Select data with SELECT
  • Get faster DISTINCT queries with SkipScan
  • Perform advanced analytic queries

Keywords

queriesTimescaleManaged Service for TimescaleDBself-hosted TimescaleDB

Found an issue on this page?

Report an issue!
PreviousHypershift configurationNextAbout querying data

Related Content

SELECT data
Query data from a hypertable using a standard SELECT command
Get faster DISTINCT queries with SkipScan
Speed up DISTINCT queries by setting up a hypertable to take advantage of SkipScan
About querying data
How to query data in Timescale
Perform advanced analytic queries
Perform advanced data analysis using native PostgreSQL queries and Timescale hyperfunctions
Query your data
Query your Timescale data with the full power of SQL
Query data in distributed hypertables
How to query data in distributed hypertables