<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mysql : Augmenter les performances in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/mysql-augmenter-les-performances/m-p/193833#M146963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cette commande va forcer InnoDB a réorganiser les tables suivant l'ordre des clés primaires, ce qui peut être utile si vous avez de la fragmentation due au fait que vous avez exporté puis rechargé les tables. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;A href="http://www.mysqlperformanceblog.com/2009/11/05/innodb-look-after-fragmentation/" rel="nofollow noopener noreferrer"&gt;http://www.mysqlperformanceblog.com/2009/11/05/innodb-look-after-fragmentation/&lt;/A&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cependant, il serait plus utile de déterminer si la configuration de la base (my.cnf) , et votre infrastructure , sont adaptés à vos besoins. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ces liens basiques peuvent vous être utiles : &lt;/SPAN&gt;&lt;A href="http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/" rel="nofollow noopener noreferrer"&gt;http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.mysqlperformanceblog.com/2006/09/29/what-to-tune-in-mysql-server-after-installation/" rel="nofollow noopener noreferrer"&gt;http://www.mysqlperformanceblog.com/2006/09/29/what-to-tune-in-mysql-server-after-installation/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Je vous recommande également de l'outillage pour déterminer les performances de vos requêtes et de votre base de données, voir par exemple : &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.mysqlperformanceblog.com/2009/07/01/gathering-queries-from-a-server-with-maatkit-and-tcpdump/" rel="nofollow noopener noreferrer"&gt;www.mysqlperformanceblog.com/2009/07/01/gathering-queries-from-a-server-with-maatkit-and-tcpdump/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Feb 2013 09:46:01 GMT</pubDate>
    <dc:creator>rguinot</dc:creator>
    <dc:date>2013-02-15T09:46:01Z</dc:date>
    <item>
      <title>Mysql : Augmenter les performances</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mysql-augmenter-les-performances/m-p/193832#M146962</link>
      <description>Hello,J'aimerais améliorer les performances de Mysql avec Alfresco. Je constate sur certains serveurs qu'aux heures où beaucoup d'utilisateurs travaillent la CPU est très sollicité par Mysql.J'ai amélioré au maximum la configuration en m'aidant d'un analyseur (https://launchpad.net/mysql-tuning-prim</description>
      <pubDate>Fri, 15 Feb 2013 06:51:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mysql-augmenter-les-performances/m-p/193832#M146962</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2013-02-15T06:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql : Augmenter les performances</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/mysql-augmenter-les-performances/m-p/193833#M146963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cette commande va forcer InnoDB a réorganiser les tables suivant l'ordre des clés primaires, ce qui peut être utile si vous avez de la fragmentation due au fait que vous avez exporté puis rechargé les tables. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;A href="http://www.mysqlperformanceblog.com/2009/11/05/innodb-look-after-fragmentation/" rel="nofollow noopener noreferrer"&gt;http://www.mysqlperformanceblog.com/2009/11/05/innodb-look-after-fragmentation/&lt;/A&gt;&lt;SPAN&gt;). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cependant, il serait plus utile de déterminer si la configuration de la base (my.cnf) , et votre infrastructure , sont adaptés à vos besoins. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ces liens basiques peuvent vous être utiles : &lt;/SPAN&gt;&lt;A href="http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/" rel="nofollow noopener noreferrer"&gt;http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.mysqlperformanceblog.com/2006/09/29/what-to-tune-in-mysql-server-after-installation/" rel="nofollow noopener noreferrer"&gt;http://www.mysqlperformanceblog.com/2006/09/29/what-to-tune-in-mysql-server-after-installation/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Je vous recommande également de l'outillage pour déterminer les performances de vos requêtes et de votre base de données, voir par exemple : &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.mysqlperformanceblog.com/2009/07/01/gathering-queries-from-a-server-with-maatkit-and-tcpdump/" rel="nofollow noopener noreferrer"&gt;www.mysqlperformanceblog.com/2009/07/01/gathering-queries-from-a-server-with-maatkit-and-tcpdump/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 09:46:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/mysql-augmenter-les-performances/m-p/193833#M146963</guid>
      <dc:creator>rguinot</dc:creator>
      <dc:date>2013-02-15T09:46:01Z</dc:date>
    </item>
  </channel>
</rss>

