https://bugs.kde.org/show_bug.cgi?id=467766
--- Comment #17 from Maik Qualmann <metzping...@gmail.com> --- I see that we are already cleaning up the ImageTagProperties table. Have you already run the database cleaner in the maintenance tool with the option extented clean and shrink database? You can also try the following SQL command: DELETE FROM ImageTagProperties WHERE imageid NOT IN (SELECT id FROM Images); Maik -- You are receiving this mail because: You are watching all bug changes.