Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove WAL mode from database connect function #189

Merged
merged 2 commits into from
Nov 26, 2024
Merged

remove WAL mode from database connect function #189

merged 2 commits into from
Nov 26, 2024

Conversation

dholth
Copy link
Contributor

@dholth dholth commented Nov 26, 2024

Description

Allow the possibility of hosting conda-index's database on a network filesystem, where multiple hosts might try to write to the same sqlite database. May be slower for multithreaded/multiprocess indexing on a single host.

Fix #177

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@dholth dholth requested a review from a team November 26, 2024 16:44
@dholth dholth self-assigned this Nov 26, 2024
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Nov 26, 2024
Copy link
Member

@jezdez jezdez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha!

@dholth dholth merged commit 2bc586f into main Nov 26, 2024
21 checks passed
@dholth dholth deleted the no-wal branch November 26, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Sqlite cache issues with network file system and/or concurrent conda_index processes
3 participants