https://bugs.kde.org/show_bug.cgi?id=396607
--- Comment #4 from Matthieu Gallien <matthieu_gall...@yahoo.fr> --- Git commit fde30aa8c9df54eae1a4cfa04891bd9102fdc160 by Matthieu Gallien. Committed on 25/11/2018 at 19:26. Pushed by mgallien into branch 'master'. improve database performance and reliability Summary: let database test addOneTrackWithoutAlbumArtist have a file database let the numeric unique id starts at 1 instead of 2 let fix warnings from QtCreator in database tests DatabaseInterface: does not emit track changed signals for newly added album artist name is directly a foreign key in Albums should help to ensure greater reliability lists of authors where not working so let's scrap this use the unique fields of Albums for foreign key in Tracks remove TracksArtists Table no longer store tracks count and single disc states in albums table reduce overhead from AllTracksModel reduce overhead of AllAlbumsModel and make it synchronous do not list files too early from Baloo keep all files discovered from a source and fix a minor related issue add a test for DatabaseInterface::askRestoredTracks add albums and artists cache and improve cache usage improve management of files not modified since last scan of music files Related: bug 389136, bug 396840 Test Plan: tests are OK and Elisa application is still working Reviewers: astippich, januz Reviewed By: astippich Tags: #elisa Differential Revision: https://phabricator.kde.org/D16302 https://commits.kde.org/elisa/fde30aa8c9df54eae1a4cfa04891bd9102fdc160 -- You are receiving this mail because: You are watching all bug changes.