sbp commented on issue #590: URL: https://github.com/apache/tooling-trusted-releases/issues/590#issuecomment-3819660852
The documentation doesn't explain how this all works, but I think that by setting `interval` and `retention` to `24h` and `47h` respectively, we get `24h` as the worst case and `48h` as the best case restore windows. There is also an option to configure the period of levels. This seems to work by reducing the number of files when you make the period longer, which is offset by the fact that they'll be bigger. Since each individual file deduplicates pages, however, I think that larger aggregations caused by a longer period should be far more efficient. The level defaults are `30s`, `5m`, and `1h`. I've changed these to `5m`, `1h`, and `6h` and will observe what actually happens. -- 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]
