2025-10-07T21:31:35Z

Adding a cache field to Store::Digest will require changing the metadata record, which in turn will create an incompatibility.

Change the LMDB driver on Store::Digest so the main entry table uses integer keys rather than the much larger "primary" hash.

Changing the metadata layout in Store::Digest will make it incompatible with already-initialized stores.

Create a mechanism that upgrades old metadata database layouts to the new one.

Dorian Taylor

Intertwingler MVP