The intention is to set an upper limit for table size while keeping as much snapshots as possible. Setting max-snapshot-age-ms to a small value will lose history for some tables while setting min-snapshots-to-keep to a medium value will keep too much history for others.
Lewis, William <wimle...@amazon.com.invalid>于2025年1月18日 周六03:50写道: > To clarify, the intention is that if max-snapshots-to-keep is set, then > snapshots will be expired even if they are younger than > max-snapshot-age-ms? Does this solve a problem that isn’t solved by setting > max-snapshot-age-ms to a small value and setting min-snapshots-to-keep to > your desired value? > > >