Summary: | SQLITE : improve performance and reduce space with some pragma's | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Scott Crosby <scrosby> |
Component: | Database-Sqlite | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, swatilodha27 |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/2f8ddd42ef62d7aea9e490cdb05ffcc644810c81 | Version Fixed In: | 5.5.0 |
Sentry Crash Report: |
Description
Scott Crosby
2009-12-01 07:17:57 UTC
Note : digiKam is under porting to MySQL... Gilles Caulier Scott, What's about this file using digiKam 2.x serie ? Gilles Caulier Swati, Did you take a look about this file ? Gilles Caulier (In reply to caulier.gilles from comment #3) > Swati, > > Did you take a look about this file ? Yes. Seems like a good option. The page and the cache size could be modified for SQLite. But is there a file already, that contains statement specifically for SQLite? Should the statement be added in XML schema file, under "Create DB" ? No specific file exist for sqlite settings. XML file must be patch. create DB sound like the best pace for that. revision must be increased of course. Giles Caulier Git commit 2f8ddd42ef62d7aea9e490cdb05ffcc644810c81 by Mario Frank. Committed on 22/02/2017 at 15:05. Pushed by mfrank into branch 'master'. Merged the current state of the garbage collection branch which improves the database cleanup stage of the maintenance and improves the reactiveness of the maintenance overall. We ported the way items are processed to a queue based method that can use the CPUs more effectively and does not create thousands of threads. Related: bug 283062, bug 374225, bug 351658, bug 362023, bug 329353 FIXED-IN: 5.5.0 M +17 -12 NEWS https://commits.kde.org/digikam/2f8ddd42ef62d7aea9e490cdb05ffcc644810c81 |