druid/docs/data-management
Gian Merlino a7d4162195
Compaction: Block input specs not aligned with segmentGranularity. (#14127)
* Compaction: Block input specs not aligned with segmentGranularity.

When input intervals are not aligned with segmentGranularity, data may be
overshadowed if it lies in the space between the input intervals and the
output segmentGranularity.

In MSQ REPLACE, this is a validation error. IMO the same behavior makes
sense for compaction tasks. In case anyone was depending on the ability
to compact nonaligned intervals, a configuration parameter
allowNonAlignedInterval is provided. I don't expect it to be used much.

* Remove unused.

* ITCompactionTaskTest uses non-aligned intervals.
2023-04-25 17:06:16 -07:00
..
automatic-compaction.md Skip ALL granularity compaction (#13304) 2022-11-07 17:55:03 +05:30
compaction.md Compaction: Block input specs not aligned with segmentGranularity. (#14127) 2023-04-25 17:06:16 -07:00
delete.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
index.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
schema-changes.md Various documentation updates. (#13107) 2022-09-16 21:58:11 -07:00
update.md Create update.md (#13451) 2023-01-25 16:23:40 -08:00