List:Commits« Previous MessageNext Message »
From:plavin Date:January 15 2007 6:28pm
Subject:svn commit - mysqldoc@docsrva: r4514 - trunk/refman-5.0
View as plain text  
Author: plavin
Date: 2007-01-15 18:28:42 +0100 (Mon, 15 Jan 2007)
New Revision: 4514

Log:
MNMAS ad table-cache

Modified:
   trunk/refman-5.0/optimization.xml


Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml	2007-01-15 17:11:21 UTC (rev 4513)
+++ trunk/refman-5.0/optimization.xml	2007-01-15 17:28:42 UTC (rev 4514)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 1; 1008 bytes

@@ -8457,7 +8457,18 @@
         option to <command>mysqld</command>. Note that MySQL may
         temporarily open more tables than this to execute queries.
       </para>
-
+      
+      <formalpara role="mnmas">
+        <title>MySQL Enterprise</title>
+        <para>
+          Performance may suffer if <literal>table_cache</literal> is set too
+          low. For expert advice on the optimum value for this variable,
+          subscribe to the MySQL Network Monitoring and Advisory Service.
+          For more information see, <ulink
url="&base-url-enterprise;advisors.html"/>.
+        </para>
+      </formalpara>
+      
+      
       <para>
         MySQL closes an unused table and removes it from the table cache
         under the following circumstances:


Thread
svn commit - mysqldoc@docsrva: r4514 - trunk/refman-5.0plavin15 Jan