On Wed, Apr 2, 2008 at 8:25 PM, Michael T. Dean &lt;<a href="mailto:mtdean@thirdcontact.com">mtdean@thirdcontact.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On 04/02/2008 12:31 AM, Frank Lynch wrote:<br>
&gt; I&#39;ve got a reasonable amount of tv/video but not that much. When I view the<br>
&gt; db using your method its:<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;24M 2008-04-01 23:56 recordedseek.MYI<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;21M 2008-04-01 23:30 recordedseek.MYD<br>
&gt; -rw-rw---- 1 mysql mysql 4.2M 2008-04-01 22:55 music_songs.MYD<br>
&gt; -rw-rw---- 1 mysql mysql 2.7M 2008-04-01 22:55 music_songs.MYI<br>
&gt; -rw-rw---- 1 mysql mysql 220K 2008-04-01 17:21 music_albums.MYD<br>
&gt; -rw-rw---- 1 mysql mysql 163K 2008-04-01 22:53 music_directories.MYD<br>
&gt; -rw-rw---- 1 mysql mysql 144K 2008-04-01 17:21 music_albums.MYI<br>
&gt; -rw-rw---- 1 mysql mysql 108K 2008-04-01 17:21 music_playlists.MYD<br>
&gt; -rw-rw---- 1 mysql mysql 100K 2008-04-01 17:21 music_artists.MYI<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;76K 2008-04-01 17:21 music_artists.MYD<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;35K 2008-04-01 23:56 music_directories.MYI<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;35K 2008-04-01 21:39 nestitle.MYD<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;21K 2008-04-01 21:39 nestitle.MYI<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;15K 2008-04-01 23:56 displayprofiles.MYI<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;11K 2008-04-02 00:03 record.frm<br>
&gt; -rw-rw---- 1 mysql mysql &nbsp;10K 2008-04-02 00:03 record_tmp.frm<br>
&gt;<br>
<br>
</div>Yep. &nbsp;That&#39;s actually a pretty small DB, so you shouldn&#39;t have any<br>
issues. &nbsp;You&#39;ll probably find your DB backups are &lt;200MB uncompressed<br>
and &lt;35MB compressed with gzip (I&#39;d guess ~150MB and 25MB).<br>
<br>
Also, as it seems that Myth has just deleted a large amount of data,<br>
your indices are unbalanced (the MYI shouldn&#39;t be larger than the MYD,<br>
so that&#39;s a good indication that the indices need redone). &nbsp;You may want<br>
to consider running optimize_mythdb.pl (though, IIRC, I think<br>
MythBuntu--I&#39;m guessing that&#39;s what Ubuntu you&#39;re running--has it set up<br>
to run automatically, so it may have already run today since you posted<br>
this).</blockquote><div><br>Thanks again Mike,<br>&nbsp;I&#39;m actually running vanilla gutsy here, rather than mythbuntu. So I&#39;ll be sure to add the optimize script as a nightly cron job.<br>cheers,<br>--Frank<br></div>
</div>