Skip to content

feat(core): open sqlite databases with SQLITE_OPEN_FULL_MUTEX#28276

Merged
FrozenPandaz merged 1 commit intonrwl:masterfrom
Cammisuli:open-sqlite-with-full-mutex
Oct 3, 2024
Merged

feat(core): open sqlite databases with SQLITE_OPEN_FULL_MUTEX#28276
FrozenPandaz merged 1 commit intonrwl:masterfrom
Cammisuli:open-sqlite-with-full-mutex

Conversation

@Cammisuli
Copy link
Copy Markdown
Member

Current Behavior

The database is currently opened with the following flag:

OpenFlags::SQLITE_OPEN_NO_MUTEX,

Expected Behavior

The database is opened with the following flag:

OpenFlags::SQLITE_OPEN_FULL_MUTEX

This allows sqlite itself to handle multiple connections to the database and make all writes serial.

Related Issue(s)

Fixes #

@Cammisuli Cammisuli requested review from a team as code owners October 3, 2024 16:03
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Oct 3, 2024 4:21pm

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Oct 3, 2024

@FrozenPandaz FrozenPandaz merged commit 89ae128 into nrwl:master Oct 3, 2024
@Cammisuli Cammisuli deleted the open-sqlite-with-full-mutex branch October 3, 2024 18:31
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Oct 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants