[digikam] [Bug 265241] SCAN : improve digiKam startup time with remote collections

2016-07-23 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=265241

--- Comment #17 from caulier.gil...@gmail.com ---
Rene,

With next digiKam 5.1.0 planed in 2 weeks, we have patched source code to be
more reactive at startup. We would to know if problem remain on your
configuration with this release.

Thanks in advance.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.


[digikam] [Bug 265241] SCAN : improve digiKam startup time with remote collections

2021-08-09 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=265241

--- Comment #18 from Maik Qualmann  ---
Git commit 03f233383d94c20099afe07e75edb727694e5c3c by Maik Qualmann.
Committed on 09/08/2021 at 19:29.
Pushed by mqualmann into branch 'master'.

first step for a faster scan of network drives
We only run through a network collection once in
the first scan to determine the number of files.
The possible number of images and albums is now
taken from the database.
This can be a little less precise under certain
circumstances, we will test it.
Related: bug 405235, bug 437771, bug 431037

M  +1-1core/libs/database/collection/collectionscanner.h
M  +11   -13   core/libs/database/collection/collectionscanner_scan.cpp
M  +25   -4core/libs/database/collection/collectionscanner_utils.cpp
M  +33   -0core/libs/database/coredb/coredb.cpp
M  +5-0core/libs/database/coredb/coredb.h

https://invent.kde.org/graphics/digikam/commit/03f233383d94c20099afe07e75edb727694e5c3c

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 265241] SCAN : improve digiKam startup time with remote collections

2021-08-09 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=265241

MarcP  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 265241] SCAN : improve digiKam startup time with remote collections

2021-08-16 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=265241

--- Comment #19 from Maik Qualmann  ---
Git commit d14487fc0da4e26bc7ba2a82730b7a36d1c4cff6 by Maik Qualmann.
Committed on 16/08/2021 at 20:09.
Pushed by mqualmann into branch 'master'.

use album modification date to speed up the initial scan
Database update from V13 to V14 is carried out, the
column "modificationDate" is added to the Albums table.
Related: bug 405235, bug 437771, bug 431037

M  +14   -4core/data/database/dbconfig.xml.cmake.in
M  +1-1core/libs/database/collection/collectionscanner.h
M  +5-0core/libs/database/collection/collectionscanner_p.cpp
M  +53   -16   core/libs/database/collection/collectionscanner_scan.cpp
M  +45   -0core/libs/database/coredb/coredb.cpp
M  +19   -1core/libs/database/coredb/coredb.h
M  +9-1core/libs/database/coredb/coredbschemaupdater.cpp

https://invent.kde.org/graphics/digikam/commit/d14487fc0da4e26bc7ba2a82730b7a36d1c4cff6

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 265241] SCAN : improve digiKam startup time with remote collections

2021-08-18 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=265241

--- Comment #20 from Maik Qualmann  ---
Git commit 9a443ffcae0f417d355a16e5040225f3a8e7075a by Maik Qualmann.
Committed on 18/08/2021 at 17:33.
Pushed by mqualmann into branch 'master'.

use album date cache to reduce file reading
Related: bug 405235, bug 437771, bug 431037

M  +2-0core/libs/database/collection/collectionscanner_p.h
M  +37   -3core/libs/database/collection/collectionscanner_scan.cpp
M  +1-1core/libs/database/utils/scan/scancontroller_progress.cpp
M  +10   -2core/libs/database/utils/scan/scancontroller_start.cpp

https://invent.kde.org/graphics/digikam/commit/9a443ffcae0f417d355a16e5040225f3a8e7075a

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 265241] SCAN : improve digiKam startup time with remote collections

2016-07-23 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=265241

--- Comment #17 from caulier.gil...@gmail.com ---
Rene,

With next digiKam 5.1.0 planed in 2 weeks, we have patched source code to be
more reactive at startup. We would to know if problem remain on your
configuration with this release.

Thanks in advance.

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.