[mythtv] innodb vs myism preformance

Daniel Manjarres danmanj at gmail.com
Fri Feb 18 01:48:54 UTC 2005


Anduin Withers wrote:

>>but I forgot
>>to test delete speed with the 0.17 code before doing the conversion,
>>so I can't tell if there was a change in the code base that would
>>speed this up regardless of the database format used.
>>    
>>
>
>In this case it is almost certainly the .17 code more than your DB
>conversion.
>
>  
>

Thanks for the quick response.

Ok, well I decided to switch the database back to test it, and it is 
slow as hell again. This time I did:

for a in $(ls *frm | cut -f1 -d. ); do echo "use mythconverg; ALTER 
TABLE $a TYPE=MYISAM;"|mysql ; done



More information about the mythtv-dev mailing list