Jan Nidzwetzki 683e2bcf18 Schedule compression policy more often
By default, the compression policy is scheduled for every
chunk_time_interval / 2 in the current implementation, equal to three
days and twelve hours with our default settings. This schedule interval
was sufficient for previous versions of TimescaleDB. However, with the
introduction of features like mutable compression and ON CONFLICT .. DO
UPDATE queries, regular DML operations decompress data. To ensure that
modified data is compressed earlier, this patch reduces the schedule
interval of the compression policy to run at least every 12 hours.
2023-09-22 12:30:57 +02:00
..
2021-11-15 14:54:14 +03:00
2021-11-15 14:54:14 +03:00
2021-11-15 14:54:14 +03:00
2021-11-15 14:54:14 +03:00
2021-11-15 14:54:14 +03:00
2022-08-11 20:11:10 +02:00
2022-08-11 20:11:10 +02:00
2021-11-15 14:54:14 +03:00
2021-11-15 14:54:14 +03:00
2022-12-05 18:15:21 +05:30