LMS-Community / slimserver

Server for Squeezebox and compatible players. This server is also called Lyrion Music Server.
https://lyrion.org
Other
1.1k stars 279 forks source link

Remove SQL Common Table Expressions (incompatible with old Sqlite binaries) #1099

Closed darrell-k closed 1 month ago

darrell-k commented 1 month ago

The fulltext works creation now uses a temporary table, doesn't effect performance with the 43000 track classical test database, takes about 10 seconds old and new.

I've also replaced the CTE in albumsquery with a sub-select.