[mythtv-commits] Ticket #10391: Slow MythTV startup if DB has many tables

MythTV noreply at mythtv.org
Wed Feb 29 00:41:56 UTC 2012


#10391: Slow MythTV startup if DB has many tables
----------------------------------+-------------------------
 Reporter:  nigel                 |          Owner:  nigel
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  0.24
 Severity:  low                   |     Resolution:  Invalid
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------
Changes (by stuartm):

 * status:  new => closed
 * resolution:   => Invalid


Comment:

 We are only checking the tables for 'mythconverg' and that database
 doesn't have hundreds or thousands of tables.

 In the linked forum thread the user boils down the relevant query and in
 the process leaves out the critical {{{WHERE
 INFORMATION_SCHEMA.TABLES.TABLE_SCHEMA = DATABASE()}}}

 The query in question isn't returning a list of the tables outside
 mythconverg, so it's not the cause of the delay he's experiencing. That
 said any application requiring thousands of tables is not only very
 stupid, it's an entirely unsupported have something so obviously resource
 intensive sharing a database with MythTV.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10391#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list