From 9cea508ea655d5f2f66acb7ff14d226d986c0a79 Mon Sep 17 00:00:00 2001 From: Jason Petersen Date: Mon, 1 Apr 2024 10:31:49 -0600 Subject: [PATCH] Add line about tiered storage --- doc/timeseries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/timeseries.md b/doc/timeseries.md index c333cc2..b9a2017 100644 --- a/doc/timeseries.md +++ b/doc/timeseries.md @@ -48,6 +48,7 @@ This list is somewhat ordered by likelihood of near-term delivery, or maybe diff - Columnar storage and storage type management — will enable some degree of compression and accelerate column-oriented analytics workloads - Periodic `REFRESH MATERIALIZED VIEW` — set schedules for background refresh of materialized views (useful for dashboarding, etc.) - Roll-off to `TABLESPACE` — as data ages, it will be moved into a specified table space + - Use of "tiered storage", i.e. moving older partitions to be stored in S3 rather than on-disk - Automatic `CLUSTER BY`/repack for non-live partitions - Migration tools — adapters for existing time-scale installations to ease migration and promote best practices in new table configuration - "Approximate" functions — maintain statistics within known error bounds without rescanning all data