Untergeordnete Seiten
  • Filesystem based thumbs storage

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.36
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download



Currently thumbs are being stored as binary data inside the database. This task is to change the thumbs storage from database to file system.

Steps

 

  • Use a DBMS that is able to deal well with blobs, or at least which has no limits to 4gb. Provide a proper DB provider.
  • Extend the MP2 MediaLibrary to deal with external storage:

So any volunteer get's the task for free...

Review & test scenarios

After the rework is done, it is needed to do some performance tests to compare both ways of storing thumbs:

  • loading 1000 MediaItems from Library inclusive thumbs (2x per item, small and large) (=working on 1 SQLCE .sdf file)
  • loading 1000 MediaItems from Library the do 2x filesystem access to load thumbs (=working on 1 DB file + 2000 disk stored files)

   

 

This page has no comments.