- Moderator
- #61
Cartoons folder ~200-250How many files are in the folder where you see the differencing?
Movies folder ~300-350
Cartoons folder ~200-250How many files are in the folder where you see the differencing?
Cartoons folder ~200-250How many files are in the folder where you see the differencing?
Movies folder ~300-350
Local database ~1-5sHow many seconds needs to show the folder?
No. Network share (Windows Home Server 2011)Is it a local folder?
No. If transfer directory of thumbnails, to the server (hardlink, so work on my computer 3) the speed of opening the folder is almost unchanged.Did you move the thumbnails from local machine?
Local database ~1-5sHow many seconds needs to show the folder?
MySQL databse ~3-15s
No. Network share (Windows Home Server 2011)Is it a local folder?
No. If transfer directory of thumbnails, to the server (hardlink, so work on my computer 3) the speed of opening the folder is almost unchanged.Did you move the thumbnails from local machine?
I do check on the test computer.
On WHS Kodi uses it as well.Where is the mysql server? On WSH or locally?
Why Kodi no such difference? Well, the local MySQL think very few people interesting. And it is strange that such a big difference in the local MuSKL and remote MySQL.It means the MySQL is slower then SQLite but the big difference if the database is in remote.
We have encounter the same while developing SQLite DB plugin for MP2 server, so no big surprise. If you optimize SQLite for speed the difference even gets bigger (up to a factor of 4 means SQLite is four times as fast as MySQL when used as DB backend for MP2 server). So for MP2 there is an easy choice... But in this use-case you need to think about multiple write access at the same time, something SQLite did not like that much. MP2 server is handling all access to the DB, so no issue there, but in MP1 case you can not prevent simultaneous write access in all circumstances.It means the MySQL is slower then SQLite
There also is a difference and this may be the reason why the centralized MySQL DB is no part of the regular Kodi release...Why Kodi no such difference?
As no part? Added 3 lines in the configuration file and everything works out of the box.There also is a difference and this may be the reason why the centralized MySQL DB is no part of the regular Kodi release...
I transferred the the database from MP in Kodi . Unload all NFO, and start the update library on Kodi .Due to the proper .nfo support a centralized DB is not that important for Kodi than it is for MP