https://bugs.kde.org/show_bug.cgi?id=431951
--- Comment #7 from griffiths_a...@icloud.com --- (In reply to Maik Qualmann from comment #5) > The problem should only occur if the tags view in the right sidebar is open > and many images are selected. In order to get the tag status (selected, > partially selected, etc.) the tags and metadata of all images must be read. > This is a sequential process for MySQL that is quite slow. I don't see any > way to improve it at the moment. In frequent queries, MySQL is significantly > slower as than SQLite on an SSD. > > Maik That's not what I experience. It happens also when file properties is open, and when just scrolling through images, not necessarily selecting them, so there is no change in file properties (or tags if that view is open). I could understand that the query process for retrieving tags is time consuming, but that is not the only trigger. Would you suggest I do a comparison with an SQLite database (if so I can do a conversion using the migration tool)? I'm on MySQL due to the recommendations re number of images. -- You are receiving this mail because: You are watching all bug changes.