Reply to thread

The real fix would simply be for SQL indexes to be created, this can reduce queries from taking minutes down to 0.1 second.

 

These indexes are created for the dynamic categories such as genres/year/etc, but not for directors/actors. Not sure if you can fix this by adding indexes manually with an SQLite tool, or if adjustments in the MovPic code are needed. There is an existing ticket on this.


Top Bottom