Anything accessing the DB should benefit.

That's rather general... where would I as a user see improvements? Not in a benchmark, but in LMS use.

Eg. the scanner has totally different requirements than the server: scanner is mostly writes, server is almost read-only. From my poor memory I remember SQLite caches the index, not the data itself. Therefore assigning a lot of data to the artwork cache might do no harm in most cases, but promise more than it delivers? A lot of the heavy queries are cached by the application. Optimizing the cache's DB might be more important than the library's etc.

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to