[Digikam-users] Any thoughts on RAM needs?

sleepless sleeplessregulus at hetnet.nl
Tue Sep 13 16:16:25 BST 2011



Weird, after it completed the action the thumbnails db was gone. But 
copies enough around, so no problem.
I´ll try again.

Thanks for the answer.
Rinus


Op 13-09-11 17:11, Jean-Francois schreef:
>
> On Tue, 13 Sep 2011, sleepless wrote:
>
>> Hi,
>>
>> Was this action:
>>
>> sqlite3 -line digikam4.db 'vacuum;'
>>
>> supposed to delete the ¨thumbnails-digikam.db¨ or is it an accident?
>
>
> Not at all. sqlite3 is the SQLite command line tool and works on one
> SQLite database. It is absolutely not aware of the fact that the digiKam
> application uses two different database.
>
> By the way, a cleanup, or integrity check, should require to run the
> commands on the two databases used.
>  sqlite3 -line digikam4.db 'vacuum;'
>  sqlite3 -line digikam4.db 'pragma integrity_check;'
>
> and also :
>  sqlite3 -line thumbnails_digikam.db 'vacuum;'
>  sqlite3 -line thumbnails_digikam.db 'pragma integrity_check;'
>
> But sqlite3 itself works on the only database specified as argument
> and doesn't care of whatever other databases you may have in the current
> directory. Hopefully...
>
> Jean-François
>
>
> _______________________________________________
> Digikam-users mailing list
> Digikam-users at kde.org
> https://mail.kde.org/mailman/listinfo/digikam-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-users/attachments/20110913/f4ebcd72/attachment.html>


More information about the Digikam-users mailing list