Browse Source

100MB -> 10MB in comment

pull/12/head
Nina Belyavskaya 4 years ago
parent
commit
fa66a12eba
  1. 2
      index_watch/index_watch_tables.sql

2
index_watch/index_watch_tables.sql

@ -57,7 +57,7 @@ ALTER TABLE index_watch.config ADD CONSTRAINT inherit_check3 CHECK (schemaname @@ -57,7 +57,7 @@ ALTER TABLE index_watch.config ADD CONSTRAINT inherit_check3 CHECK (schemaname
--DEFAULT GLOBAL settings
INSERT INTO index_watch.config (key, value, comment) VALUES
('index_size_threshold', '10MB', 'ignore indexes under 100MB size unless forced entries found in history'),
('index_size_threshold', '10MB', 'ignore indexes under 10MB size unless forced entries found in history'),
('index_rebuild_scale_factor', '2', 'rebuild indexes by default estimated bloat over 2x'),
('minimum_reliable_index_size', '32kB', 'small indexes not reliable to use as gauge'),
('reindex_history_retention_period','10 years', 'reindex history default retention period'),

Loading…
Cancel
Save