317brian commented on code in PR #19213: URL: https://github.com/apache/druid/pull/19213#discussion_r3017802617
########## docs/data-management/automatic-compaction.md: ########## @@ -228,7 +228,11 @@ The following auto-compaction configuration compacts updates the `wikipedia` seg } ``` -## Auto-compaction using compaction supervisors +## Auto-compaction using compaction supervisors + +:::info +For advanced time-based data lifecycle management — such as coarsening segment granularity, deleting old rows, or changing compression as data ages — see [Cascading reindexing](cascading-reindexing.md). Review Comment: ```suggestion For advanced, time-based data lifecycle management — such as coarsening segment granularity, deleting old rows, or changing compression as data ages — see [Cascading reindexing](cascading-reindexing.md). ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
