Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 280 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 280 Bytes

TimescaleDB Optimizations

TimescaleDB has a number of optimizations to improve performance of query execution.

  • Skip scan optimize queries involving DISTINCT
  • Gapfill supports gapfilling time-series using LOCF and interpolation