-
Notifications
You must be signed in to change notification settings - Fork 556
db: narrow checkpoints #2045
Copy link
Copy link
Closed
Labels
Description
See cockroachdb/cockroach#90543. Essentially, we want to only checkpoint parts of the keyspace, to avoid running nodes out of disk (as the initial hardlinks become unreferenced by the original database). The checkpoints should still be inspectable as a normal Pebble database.
Reactions are currently unavailable