On the website [0] I gather that data compaction is mostly about
cleaning up after we delete a ledger. Is there a feature or plan to
implement entry-level compaction, e.g. to have an ID that uniquely
identifies an entity, and if there are two events for that entity,
only retain the last one?

[0]: https://bookkeeper.apache.org/docs/latest/getting-started/concepts/

Or do you implement it by using different ledgers, migrating from one
to another? How does it work out with handovers of what is considered
the main ledger to write to or read from?

Thanks,
  Istvan

Reply via email to