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

Write snapshot for aggregates in background #1102

Closed timbru closed 11 months ago

timbru commented 1 year ago

Similar to how we do this for WalSupport types, we can (should) let a background job write out new snapshots rather than doing this on every change.

This will help performance as it saves on serializing potentially big entities (CAs with many children or ROAs).