https://bugs.kde.org/show_bug.cgi?id=362023
--- Comment #23 from Maik Qualmann <metzping...@gmail.com> --- The speed of writing metadata depends on many factors. The type of drive, local hard drive, whether HDD or SSD or even a network drive. Is writing with ExifTool enabled? ExifTool is safer but also significantly slower. The type of images, large TIFF files or RAW files? When we write metadata, we also have to read the file again because important parameters have changed, file size, UUID of the file, etc., in order to keep the DB up to date. In general, writing metadata is not particularly fast. I don't think we currently have a bug or can significantly increase the speed. A word about MariaDB. MariaDB is not automatically faster, especially under Windows where we have to work with the DB over the network. A SQLite DB on a fast SSD can be significantly more performant. Maik -- You are receiving this mail because: You are watching all bug changes.