Skip to content

refactor(@angular/build): replace lmdb with node:sqlite for persistent caching#32647

Closed
clydin wants to merge 1 commit intoangular:mainfrom
clydin:application/sqlite-cache
Closed

refactor(@angular/build): replace lmdb with node:sqlite for persistent caching#32647
clydin wants to merge 1 commit intoangular:mainfrom
clydin:application/sqlite-cache

Conversation

@clydin
Copy link
Copy Markdown
Member

@clydin clydin commented Mar 2, 2026

The persistent cache implementation for the esbuild-based build system is now using the Node.js built-in node:sqlite module, removing the third-party lmdb dependency. The database uses WAL (Write-Ahead Logging) mode and normal synchronous settings for optimal performance during parallel builds.

…t caching

The persistent cache implementation for the esbuild-based build system
is now using the Node.js built-in `node:sqlite` module, removing the
third-party `lmdb` dependency. The database uses WAL (Write-Ahead Logging)
mode and normal synchronous settings for optimal performance during parallel
builds.
@clydin clydin added the target: major This PR is targeted for the next major release label Mar 2, 2026
@angular-robot
Copy link
Copy Markdown
Contributor

angular-robot bot commented Apr 17, 2026

This draft PR is being closed because it has been stale for 28 days and has seen no activity from you. If you'd like to see this change land, you can re-open this PR. Thank you for being an Angular contributor!

@angular-robot angular-robot bot closed this Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: @angular/build state: blocked target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant