File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 22-- Please see the included NOTICE and LICENSE for copyright and licensing information.
33
44-- collection of diagnostic checks for TimescaleDB
5+ --
6+ -- Checks included:
7+ -- - deprecated features
8+ -- - hypercore access method
9+ -- - continuous aggregates non-finalized form
10+ -- - catalog corruption
11+ -- - chunk_column_stats with range_start > range_end
12+ -- - orphaned chunks
13+ -- - scheduler checks
14+ -- - launcher running
15+ -- - exactly 1 scheduler running in current database
16+ -- - job failures
17+ -- - compression
18+ -- - compressed batch sizes
19+ -- - continuous aggregates
20+ -- - continuous aggregate large materialization ranges
21+ -- - continuous aggregate chunk interval vs bucket width
22+ --
523
624CREATE OR REPLACE FUNCTION pg_temp .check_deprecated_features() RETURNS void LANGUAGE plpgsql AS
725$$
You can’t perform that action at this time.
0 commit comments