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

Documentation: WAL journal mode is faster #170

Open
presidento opened this issue Dec 12, 2022 · 2 comments
Open

Documentation: WAL journal mode is faster #170

presidento opened this issue Dec 12, 2022 · 2 comments

Comments

@presidento
Copy link

presidento commented Dec 12, 2022

According to my measurements, the WAL journal mode has even better performance than batch update with autocommit=False. If you agree, it can be mentioned in the documentation...

@mpenkov
Copy link
Collaborator

mpenkov commented Dec 13, 2022

Can you show some benchmarks with sqlitedict code?

@presidento
Copy link
Author

I can point out the related parts of the linked code.

Bechmark parts:

They are executed against many persitent dict implementation. The SqliteDict related parts:

The result of the benchmarks are on the linked comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants