[mythtv-commits] Ticket #2988: database index updates

MythTV mythtv at cvs.mythtv.org
Sat Jan 27 09:01:24 UTC 2007


#2988: database index updates
-------------------------+--------------------------------------------------
 Reporter:  xris         |        Owner:  ijr    
     Type:  enhancement  |       Status:  new    
 Priority:  minor        |    Milestone:  unknown
Component:  mythtv       |      Version:  0.20   
 Severity:  medium       |   Resolution:         
-------------------------+--------------------------------------------------
Comment (by xris):

 And some more:
 {{{
 ALTER TABLE program ADD INDEX (starttime);
 ALTER TABLE channel DROP INDEX sourceid;
 ALTER TABLE channel ADD INDEX (sourceid, xmltvid, chanid);
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2988#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list