You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply a few ddl-only optimizations to the oximeter measurements tables:
* Encode timestamps columns using delta encoding. Rows are sorted by
(timeseries_name, timeseries_key, timestamp), so timestamps compress very
well as deltas.
* Partition measurements tables by timestamp, within days. Many queries care
about a small time range, and partitioning by day will make those queries
significantly cheaper.
0 commit comments