Replies: 1 comment 4 replies
-
I assume this data is going into the default table then? You'll need to either clean up that invalid data by deleting it from the default or use the I also recommend setting up another monitoring metric using the FYI, for version 5.x (coming out soon!), I've changed the default behavior of maintenance to ignore data in the default when making future child tables. I won't be back patching this because it is a change in core behavior I didn't want to do until a new major release. You'll still want to monitor the default table for data to avoid performance issues. But whenever a child table tries to be added that matches data in the default, it will then fail and should alert your job monitoring then as well. |
Beta Was this translation helpful? Give feedback.
-
I have a data flow from some hardware. But some devices have invalid datetime settings (or emmit data packets with invalid datetime). Thus the packets can be with 2027-year date. So no partitions are being created with date less than 2027-year.
The run_mantenance() proceeds by pg_jobs without any errors. Besides I complited "update partman.part_config set infinite_time_partitions = true;".
How to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions