Skip to content

Commit 8e8107a

Browse files
committed
Add list of checks
1 parent df45eda commit 8e8107a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

diagnostic.sql

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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

624
CREATE OR REPLACE FUNCTION pg_temp.check_deprecated_features() RETURNS void LANGUAGE plpgsql AS
725
$$

0 commit comments

Comments
 (0)