<div dir="ltr"><div>Hi Alan<br><br><br></div><div>The Larger database is an issue to vtiger+mysql, I had lot of experience on performance, backup and maintenance.<br><br></div><div>For one client we stored historical information such as mod-tracker to another db rather than keeping it into vtiger so history should be consumed through another application (such as sqlreports). <br><br>With performance issue we had to  boost the hardware once,  using RamDrive, when records went million upwards.<br><br></div><div>Not sure whether you have had similar experience and provided any solutions. But I feel we may have to consider the  historical data with archiving options.<br><br><br></div><div>Thanks<br></div><div>Sutharsan Jeganathan<br></div><div><br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 1, 2016 at 6:28 PM, Alan Lord <span dir="ltr"><<a href="mailto:alanslists@gmail.com" target="_blank">alanslists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 01/03/16 12:34, Stacey Johnson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
vtiger_sqltimelog - 912 MB<br>
</blockquote>
<br>
I'd empty that one! That's a throwback to a setting in config.performance.php which is no longer used as far I can tell. This table gets massive very quickly.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
vtiger_modtracker_detail - 664 MB<br>
</blockquote>
<br>
This one will get pretty big pretty quickly but I would normally be interested in row count rather than physical size as that is dependent on all sorts of other params.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
vtiger_crmentity - 450MB<br>
</blockquote>
<br>
Again - it's really about rows. the problem with this table is the use of the description column for emails... (Who thought that was a good idea needs their head examining!).<br>
<br>
We have a few customers where a mysqldump file will be more than 2GB. That would mean to me that crmenity is around 3million rows and modtracker_detail will be over 3 million rows.<br>
<br>
If you use lots of indexes the db will also get bigger.<br>
<br>
Al<br>
<br>
<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div>