NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
289 stars 40 forks source link

Defer writing snapshots in AggregateStore #1084

Closed timbru closed 1 year ago

timbru commented 1 year ago

Similar to the WalStore implementation... serializing a large object can take significant time, so performance will be better if we defer writing full snapshots to a separate scheduled task.

timbru commented 1 year ago

Duplicated by #1102