Summary: | Moving of an image from one album to another (on remote storage) can take 20-30 seconds, where prior versions were effectively instant | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Roland <carbonwerkes> |
Component: | Albums-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.6.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roland
2025-02-02 21:38:12 UTC
I am not aware of any changes we have made here. Please create a DebugView log. Maik Hi Maik. I grabbed a debug, but there is nothing of note. I did notice that this issue is affecting albums with high file counts. Example, the problematic folder has about 10,000 files in its root, and some subfolders. Those are on a NAS share. And you might think- OK, well, slow link or NAS. But I can drag a file from the desktop into digikam (to the problematic folder)- and that move happens almost instantly- no 10-20 second halt while thousands of reads/writes are generated. But copy a file from a folder with a small file count to that problematic folder- its 10-20 seconds. So, I dont really know what is different between these 2 cases. if digiKam is using the filesystem copy/move calls, there should not be a difference in the process except for the database updates. I moved the database to a local SSD, and the problem persists. So perhaps there are additional processes going on along with an internal move- maybe some folder scan, or perhaps it uses a different copy/move mechanism that is more sensitive to high file counts in a source or destination folder? This was not happening as of a couple of weeks ago best I can recall. The problem folder is an aggregation point for unclassified files that need to be tagged etc- so this has been a source with more files previously than now- since none new have been added, only moved out. If there are any tests I can run on this end- I will do so as time permits. Just let me know- Best R It doesn't really matter if an album contains a lot of files, because a file copy or move action takes place directly in the database and does not trigger a scan. But it could be that you have activated the option to monitor albums for external changes in the collection settings? Maik Please create a DebugView log, we can read more from it than you and we have time stamps in it. Maik Hi, The 8.7.0 pre-release Windows installer from today have been rebuilt from scratch with Qt 6.8.3, KDE 6.12, OpenCV 4.11 + CUDA support, Exiv2 0.28.5, ExifTool 13.27, ffmpeg 7, all image codecs updated to last version (jxl, avif, heif, aom, etc.). Please try with this version to see if your problem still reproducible... https://files.kde.org/digikam/ Thanks in advance Best regards Gilles Caulier |