[mythtv-commits] Ticket #3081: optimization of scheduler query: progfindid is functionally dependend on recordmatch only

MythTV mythtv at cvs.mythtv.org
Mon Feb 12 15:47:13 UTC 2007


#3081: optimization of scheduler query: progfindid is functionally dependend on
recordmatch only
----------------------------------+-----------------------------------------
 Reporter:  usleepless at gmail.com  |       Owner:  ijr    
     Type:  patch                 |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  mythtv                |     Version:  head   
 Severity:  medium                |  
----------------------------------+-----------------------------------------
 do:

 alter table recordmatch add progfindid int;
 create index idx_recordmatch_progfinid on recordmatch(progfindid);

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


More information about the mythtv-commits mailing list