Samples
Get all hypertables in your database
View all hypertables with their size and compression status:Check chunk information for a hypertable
View all chunks for a specific hypertable:Monitor background jobs
View all scheduled jobs and their next execution time:Check job execution history
View recent job runs and their success/failure status:View continuous aggregate details
Get information about all continuous aggregates:Check compression settings
View compression settings for all hypertables:Available views
Hypertable and chunk information
timescaledb_information.chunks: get metadata about hypertable chunkstimescaledb_information.dimensions: get information on the dimensions of hypertablestimescaledb_information.hypertables: get metadata about hypertables
Compression information
timescaledb_information.chunk_compression_settings: get information about compression settings for all chunkstimescaledb_information.compression_settings: get information about compression settings for hypertables (deprecated)timescaledb_information.hypertable_compression_settings: get information about compression settings for all hypertables
Continuous aggregates
timescaledb_information.continuous_aggregates: get metadata and settings information for continuous aggregates
Jobs and policies
timescaledb_information.job_errors: get information about background job errorstimescaledb_information.job_history: get information about background job executiontimescaledb_information.job_stats: get information and statistics about automatically run jobstimescaledb_information.jobs: get information about all jobs registered with the automatic schedulertimescaledb_experimental.policies: get information about all policies set on continuous aggregates