| Summary: | Use Write-Ahead-Logging as default journalling mode | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | zilexa <zilexa> |
| Component: | Database-Sqlite | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles, metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 7.6.0 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/digikam/commit/ccca2deb3773313832591d1226574ee8aaa72f92 | Version Fixed/Implemented In: | 8.0.0 |
| Sentry Crash Report: | |||
|
Description
zilexa
2022-06-27 10:23:45 UTC
*** This bug has been marked as a duplicate of bug 435070 *** Please do not submit bug reports twice. You can easily enable SQLite WAL mode yourself with the sqlite3 command line tool and let's see digiKam working with it. There are not only positive reports about it, data loss, aggravated lock problem. I've had my eye on the WAL mode for a long time, but so far I haven't been able to bring myself to offer it as a standard in digiKam or as an option. Maik Git commit ccca2deb3773313832591d1226574ee8aaa72f92 by Maik Qualmann. Committed on 14/08/2022 at 17:24. Pushed by mqualmann into branch 'master'. add database option to enable SQLite WAL mode support Related: bug 435070 FIXED-IN: 8.0.0 M +2 -2 NEWS M +4 -2 core/libs/album/manager/albummanager_database.cpp M +9 -5 core/libs/database/coredb/coredbaccess.cpp M +63 -0 core/libs/database/engine/dbenginebackend.cpp M +5 -0 core/libs/database/engine/dbenginebackend.h M +15 -1 core/libs/database/engine/dbengineparameters.cpp M +2 -0 core/libs/database/engine/dbengineparameters.h M +7 -3 core/libs/database/similaritydb/similaritydbaccess.cpp M +7 -3 core/libs/database/thumbsdb/thumbsdbaccess.cpp M +13 -1 core/libs/database/utils/widgets/dbsettingswidget.cpp M +4 -0 core/libs/database/utils/widgets/dbsettingswidget_p.h M +4 -0 core/libs/facesengine/facedb/facedbaccess.cpp https://invent.kde.org/graphics/digikam/commit/ccca2deb3773313832591d1226574ee8aaa72f92 |