[digikam] [Bug 437771] scanning performance much too slow

2023-10-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437771

--- Comment #7 from caulier.gil...@gmail.com ---
@clara,


This problem still reproducible with the new digiKam 8.2.0 pre-release Windows
installer available at usual place:

https://files.kde.org/digikam/

This new bundle is based on last Qt framework 5.15.11 and KDE framework 5.110.

Thanks in advance

Gilles Caulier

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

[digikam] [Bug 437771] scanning performance much too slow

2023-05-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437771

--- Comment #6 from caulier.gil...@gmail.com ---
@clara

digiKam 8.0.0 is out. This entry still valid with this release ?

Best regards

Gilles Caulier

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

[digikam] [Bug 437771] scanning performance much too slow

2022-01-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=437771

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #5 from caulier.gil...@gmail.com ---
Clara,

Please give us a fresh feedback using current 7.5.0 pre-release installer for
Windows available here :

https://files.kde.org/digikam/

It will includes all last changes from Maik listed in this file.

Thanks in advance and happy new year

GilleS Caulier

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

[digikam] [Bug 437771] scanning performance much too slow

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

--- Comment #4 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 431037, bug 265241

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 437771] scanning performance much too slow

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

--- Comment #3 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 431037, bug 265241

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 437771] scanning performance much too slow

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

MarcP  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

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

[digikam] [Bug 437771] scanning performance much too slow

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

--- Comment #2 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 431037, bug 265241

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 437771] scanning performance much too slow

2021-05-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=437771

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
There is no CPU limit on the first scan.
Which database type are you using (MySQL / SQLite)
Where is the database located? (Local, network)
Where is the collection located? (Local SSD / HDD, USB, network)

The digiKam version used is no longer up-to-date.

Maik

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