[mythtv-commits] Ticket #13517: Reducing memory usage by mythfilldatabase to 1/6 of original usage

MythTV noreply at mythtv.org
Thu Nov 21 00:10:37 UTC 2019


#13517: Reducing memory usage by mythfilldatabase to 1/6 of original usage
---------------------------------------+------------------------------
 Reporter:  dingo35                    |          Owner:  (none)
     Type:  Bug Report - General       |         Status:  new
 Priority:  minor                      |      Milestone:  needs_triage
Component:  MythTV - Mythfilldatabase  |        Version:  Master Head
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+------------------------------

Comment (by dingo35):

 Testing can be done very easily:

 mysqldump mythconver -u root >backup.sql
 mythfilldatabase <your parameters> <your xml file>
 mysqldump --skip-comments --skip-extended-insert mythconverg -u root
 >current.sql

 mysql mythconverg -u root <backup.sql
 <path-to-newly-compiled>mythfilldatabase <your parameters> <your xml file>
 mysqldump --skip-comments --skip-extended-insert mythconverg -u root
 >new.sql

 diff -Naur current.sql new.sql >output.diff

 If you look at output.diff you should only see a few differences in
 timestamps and some changes in non-relevant tables...

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


More information about the mythtv-commits mailing list