[mythtv-commits] Ticket #5109: filemarkup table is inefficient.

MythTV mythtv at cvs.mythtv.org
Wed Apr 2 15:51:31 UTC 2008


#5109: filemarkup table is inefficient.
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |       Owner:  awithers
     Type:  defect     |      Status:  new     
 Priority:  minor      |   Milestone:  unknown 
Component:  mythvideo  |     Version:  unknown 
 Severity:  medium     |     Mlocked:  0       
-----------------------+----------------------------------------------------
 I'm moving to the Internal player for mythvideo and thought I should do
 the right thing and build a seek table for the files. I just added the
 first one with "mythtranscode --mpeg2 --video --infile ~av/Video/Angelina\
 Ballerina\ -\ Princess\ Dance.mpg --buildindex" and filemarkup.MYD is now
 439656 bytes for just 5785 rows (75 bytes per seek point). Most of it is
 due to the filename being stored in the table.

 Can we move the filenames out into a separate table and use an index from
 that table in the filemarkup table?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5109>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list