mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-19 14:20:36 -04:00
537 B
537 B
@pnpm/store.index
1000.0.0
Minor Changes
b7f0f21: Use SQLite for storing package index in the content-addressable store. Instead of individual.mpkfiles under$STORE/index/, package metadata is now stored in a single SQLite database at$STORE/index.db. This reduces filesystem syscall overhead, improves space efficiency for small metadata entries, and enables concurrent access via SQLite's WAL mode. Packages missing from the new index are re-fetched on demand #10826.