Bugzilla – Bug 3247
CLI titles command takes excessive time with large library
Last modified: 2008-09-15 14:39:24 UTC
With my library of over 11000 songs, the CLI titles (or songs or tracks) command takes several minutes to respond. During this time SlimServer does not respond to the web interface, CLI or Squeezebox. Either of the following command variations cause the problem: titles, titles 0 100. But if you qualify the command with an artist, e.g. titles 0 100 artist_id:26, the response is quick. The problem occurs with both 6.2.2 and 6.5.
Need to change access method to DB for this command. The current way just does not work for large result sets.
I'm betting the split-scanner branch will help with this.
From early testing with the new DB stuff, yes, this looks like fixed. Just have to do it!