<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
And Just when I am about to cluster my DB backend<br>
<br>
Thanks for the great tip.<br>
<br>
Lance<br>
<br>
<br>
On 07/04/2010 09:38, Jason Ede wrote:
<blockquote
 cite="mid:1213490F1F316842A544A850422BFA9635C5C718CE@BHLSBS.bhl.local"
 type="cite">
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">For information I finally tracked down the
performance
problems I was having with using bayes in mysql.<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">It seems that the inserts were taking an age to
run and with
multiple parallel inserts (i.e. multiple MS children) then the locks
were
slowing it down further. Changing the table types of all of the bayes
tables
from MyISAM to InnoDB using<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">ALTER TABLE bayes_seen ENGINE = innodb;<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">and repeating for each table seem to make a
massive
performance difference.<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">Jason<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  </div>
  <br>
--
  <br>
This message was scanned by Better Hosted and is believed to be clean.
  <br>
  <a moz-do-not-send="true"
 href="http://mx1.betterhosted.com/cgi-bin/learn-msg.cgi?id=BB58E9F1A2.A12B6">Click
here to report this message as spam</a>
</blockquote>
<br>
--
<br>--
<br>This message was scanned by Better Hosted and is believed to be clean.
<br><A HREF="http://www.betterhosted.com"> http://www.betterhosted.com</A>
</body>
</html>