Files
pnpm/store/index/CHANGELOG.md
2026-04-10 18:30:33 +02:00

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 .mpk files 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.