Multiple Databases/Database Per Library Option

It would be nice to have an option for Plex to store each Library in a separate database file instead of being combined in one giant file. This would greatly increase performance of database selects/inserts/updates by keeping the record counts manageable for SQLite. It would also ease maintenance tasks and data recovery times. I suspect it would also lessen DB locking problems inherent to SQLite.

Sounds like a good suggestion

But it’d make it much more complicated to combine data from different libraries, like you can do now with Collections and (dumb) playlists.

IMHO, it’d make much more sense to change the DB engine to something that’s not so restricted as SQLite.