[mythtv-commits] Ticket #2589: Extra index on program.manualid improves scheduler performance

MythTV mythtv at cvs.mythtv.org
Tue Oct 17 13:00:12 UTC 2006


#2589: Extra index on program.manualid improves scheduler performance
-------------------------------------+--------------------------------------
 Reporter:  Mark.Buechler at gmail.com  |       Owner:  ijr 
     Type:  patch                    |      Status:  new 
 Priority:  trivial                  |   Milestone:  0.21
Component:  mythtv                   |     Version:  0.20
 Severity:  low                      |  
-------------------------------------+--------------------------------------
 Small patch to increase performance on the big scheduler query. A rather
 slow query is sped up significally by this:

 DELETE FROM program WHERE manualid = -1 OR  (manualid <> 0 AND -1 = -1);

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2589>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list