[Digikam-devel] [Bug 191494] Wish: search offline collections (e.g. removable medias)
Andi Clemens
andi.clemens at gmx.net
Sat May 30 13:21:45 BST 2009
https://bugs.kde.org/show_bug.cgi?id=191494
--- Comment #23 from Andi Clemens <andi clemens gmx net> 2009-05-30 14:21:16 ---
I read somewhere that a sqlite db is not loaded to memory at all, only a very
small part for managing purposes.
This is why sqlite is quite slow when writing to the database. It creates a
journal on the harddisk to keep track of changes. When running ext4 with
barriers, you can see how much this technology can slow down digiKam.
So a 2GB database will definitely not waste 2GB of RAM, this would be insane :D
But even MySQL will never hold a whole database in memory, only the most used
one (I guess, not the big database expert).
Andi
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list