Use a database rather than files for Plex Server data

I have hundreds of thousands of very small files and hundreds of thousands of folders with few files under the “Plex \ Data” folder but “only” occupy 70Gbytes. When I want to backup I need a lot of time because of the large number of files and folders generated by the Plex server to store the information of the libraries.

On the other hand, using a file system does not guarantee 100% the integrity of the stored information if there are power cuts.

I think it would be a much better option if the Plex server used a database to store all its information such as “MariaDB”, Sqlite ", etc.