<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jean-François,<br>
<br>
Your very usefull method cured my digikam, thanks a lot.<br>
<br>
Rinus<br>
<br>
Btw: along the way the tread has changed direction, if someone has
still thoughts about what should be the optimum amount of RAM<br>
<br>
we can pick it up again here...<br>
<br>
<br>
Op 13-09-11 17:16, sleepless schreef:
<blockquote cite="mid:4E6F73C9.3010400@hetnet.nl" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<br>
<br>
Weird, after it completed the action the thumbnails db was gone.
But copies enough around, so no problem.<br>
I´ll try again.<br>
<br>
Thanks for the answer.<br>
Rinus<br>
<br>
<br>
Op 13-09-11 17:11, Jean-Francois schreef:
<blockquote
cite="mid:alpine.LNX.2.00.1109131703240.28159@ian.victoria.net"
type="cite"> <br>
On Tue, 13 Sep 2011, sleepless wrote: <br>
<br>
<blockquote type="cite">Hi, <br>
<br>
Was this action: <br>
<br>
sqlite3 -line digikam4.db 'vacuum;' <br>
<br>
supposed to delete the ¨thumbnails-digikam.db¨ or is it an
accident? <br>
</blockquote>
<br>
<br>
Not at all. sqlite3 is the SQLite command line tool and works on
one <br>
SQLite database. It is absolutely not aware of the fact that the
digiKam <br>
application uses two different database. <br>
<br>
By the way, a cleanup, or integrity check, should require to run
the <br>
commands on the two databases used. <br>
sqlite3 -line digikam4.db 'vacuum;' <br>
sqlite3 -line digikam4.db 'pragma integrity_check;' <br>
<br>
and also : <br>
sqlite3 -line thumbnails_digikam.db 'vacuum;' <br>
sqlite3 -line thumbnails_digikam.db 'pragma integrity_check;' <br>
<br>
But sqlite3 itself works on the only database specified as
argument <br>
and doesn't care of whatever other databases you may have in the
current <br>
directory. Hopefully... <br>
<br>
Jean-François<br>
<pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Digikam-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/digikam-users">https://mail.kde.org/mailman/listinfo/digikam-users</a>
</pre>
</blockquote>
<br>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Digikam-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/digikam-users">https://mail.kde.org/mailman/listinfo/digikam-users</a>
</pre>
</blockquote>
<br>
</body>
</html>