I have a picture collection of somewhere around 25000 images (JPEGs
mostly). I'm running digikam 4.2 on xubuntu version 14.10. My system is a quad-core Intel I5 based system with a fast SATA-III hard disk. Digikam is taking *ages* to start up. How long would one expect the first start-up to take? -- Chris Green · _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
What do you mean by "First Time" ??
The first scan time or just open digikam after a reboot? For me just to open after a reboot it takes less than a minute.. and i have 17k of images. For scan time i don't have a reference... Em Mon Feb 09 2015 at 10:48:44, <[hidden email]> escreveu:
I have a picture collection of somewhere around 25000 images (JPEGs _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Chris Green
Mine is as big as yours and take seconds. digiKam runs in a under powered Linux box using mysql. The collections are accessed under a gigabit network published via samba. It takes seconds under WiFi as well. Em 9 de fev de 2015, pelo 10:48, [hidden email] escrito: I have a picture collection of somewhere around 25000 images (JPEGs _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Henrique Santos Fernandes
Henrique Santos Fernandes <[hidden email]> wrote:
> [-- multipart/alternative, encoding 7bit, 82 lines --] > > [-- text/plain, encoding quoted-printable, charset: UTF-8, 36 lines --] > > What do you mean by "First Time" ?? > > The first scan time or just open digikam after a reboot? > The first scan time. > For me just to open after a reboot it takes less than a minute.. and i have > 17k of images. > > For scan time i don't have a reference... > > My images are in a normal 7200 RPM 2TB Sata driver. > It has finished now but it took about 30 minutes. -- Chris Green · _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Piter Dias
Piter Diw <[hidden email]> wrote:
> [-- multipart/alternative, encoding 7bit, 69 lines --] > > [-- text/plain, encoding quoted-printable, charset: UTF-8, 35 lines --] > > Mine is as big as yours and take seconds. digiKam runs in a under powered > Linux box using mysql. The collections are accessed under a gigabit network > published via samba. It takes seconds under WiFi as well. > That's not 'first time'. I'm talking about the first time after Digikam is installed and scans all images information into its database. -- Chris Green · _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Chris Green
I guess 30 min to scan is not that bad.
Em Mon Feb 09 2015 at 13:50:32, <[hidden email]> escreveu:
Henrique Santos Fernandes <[hidden email]> wrote: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Scanning progress at first run is very time consuming and run, for the
moment, only on one CPU core. Process is this one : Scan album Scan items in albums for each items, read metadata and register info to DB. Read metadata is long and delegate to Exiv2 shared lib. Register info to DB is long with SQlite. In all case, i'm not sure if multicore will help here. Reading metadata on more than one CPU will not increase speed, because of hard drive speed limitation. If you use a SSD, it can be better of course. Register info in DB, will introduce lock due to multiple access at the same time. My current solution is : Use a SSD to store at least the DB file. Performance are really improved. Better, use a SSD to store image. Here i use a 1Tb Samsung SSD. Workflow become incredible. SSD price decrease each months. Don't hesitate to switch from HDD to SSD. Gilles Caulier 2015-02-09 16:54 GMT+01:00 Henrique Santos Fernandes <[hidden email]>: > I guess 30 min to scan is not that bad. > > Em Mon Feb 09 2015 at 13:50:32, <[hidden email]> escreveu: > >> Henrique Santos Fernandes <[hidden email]> wrote: >> > [-- multipart/alternative, encoding 7bit, 82 lines --] >> > >> > [-- text/plain, encoding quoted-printable, charset: UTF-8, 36 lines >> > --] >> > >> > What do you mean by "First Time" ?? >> > >> > The first scan time or just open digikam after a reboot? >> > >> The first scan time. >> >> > For me just to open after a reboot it takes less than a minute.. and i >> > have >> > 17k of images. >> > >> > For scan time i don't have a reference... >> > >> > My images are in a normal 7200 RPM 2TB Sata driver. >> > >> >> It has finished now but it took about 30 minutes. >> >> -- >> Chris Green >> · >> >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Gilles,
There is a conf to sed the database file? Cause i have SSD only for my system, but i guess it would harm to have digikam database there as well. All media is stored in a 2TB SATA righ now it includes the database. Em Mon Feb 09 2015 at 14:03:50, Gilles Caulier <[hidden email]> escreveu:
Scanning progress at first run is very time consuming and run, for the _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2015-02-09 17:07 GMT+01:00 Henrique Santos Fernandes <[hidden email]>:
> Gilles, > > There is a conf to sed the database file? What ??? Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Sorry typo... Is there a option to set the database location? I want only the actually database file in the ssd. Unfortunately I can't access my PC, so I can't check.. If didn't understand just leave it.. Em seg, 9 de fev de 2015 16:06, Gilles Caulier <[hidden email]> escreveu:
2015-02-09 17:07 GMT+01:00 Henrique Santos Fernandes <[hidden email]>: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In digiKam Setup dialog, Database page, there is the option that you need...
Gilles Caulier 2015-02-09 23:33 GMT+01:00 Henrique Santos Fernandes <[hidden email]>: > Sorry typo... > > Is there a option to set the database location? > > I want only the actually database file in the ssd. > > Unfortunately I can't access my PC, so I can't check.. > > If didn't understand just leave it.. > > > Em seg, 9 de fev de 2015 16:06, Gilles Caulier <[hidden email]> > escreveu: >> >> 2015-02-09 17:07 GMT+01:00 Henrique Santos Fernandes <[hidden email]>: >> > Gilles, >> > >> > There is a conf to sed the database file? >> >> What ??? >> >> Gilles Caulier >> _______________________________________________ >> Digikam-users mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-users > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Thanks Will look as soon as I fix my computer Em ter, 10 de fev de 2015 08:41, Gilles Caulier <[hidden email]> escreveu:
In digiKam Setup dialog, Database page, there is the option that you need... _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |