<?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: Startup speed and number of sql queries in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182671#M135801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hibernate uses a system property called "hibernate.show_sql" that controls whether SQL is logged or not (see &lt;/SPAN&gt;&lt;A href="http://www.google.com/search?q=hibernate.show_sql" rel="nofollow noopener noreferrer"&gt;http://www.google.com/search?q=hibernate.show_sql&lt;/A&gt;&lt;SPAN&gt; for details).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2008 19:34:21 GMT</pubDate>
    <dc:creator>pmonks</dc:creator>
    <dc:date>2008-09-26T19:34:21Z</dc:date>
    <item>
      <title>Startup speed and number of sql queries</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182667#M135797</link>
      <description>I am experimenting with Alfresco and DoCASU.&amp;nbsp; I am a bit disappointed in the startup speed and did a little digging (hoping there was a magic "go-faster" flag).&amp;nbsp; When on a local network with the database (MySql 5), startup speed is on the order of a minute.&amp;nbsp; On a non-local network (vpn) with a round</description>
      <pubDate>Fri, 26 Sep 2008 02:19:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182667#M135797</guid>
      <dc:creator>krm1312</dc:creator>
      <dc:date>2008-09-26T02:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Startup speed and number of sql queries</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182668#M135798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just as a comparison, I exported the database (all 384k uncompressed mysqldump) and locally the same aflresco instance starts up in 19s on the same machine.&amp;nbsp; So it's clearly just latency due to the number of queries and the round trip time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;–Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 02:39:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182668#M135798</guid>
      <dc:creator>krm1312</dc:creator>
      <dc:date>2008-09-26T02:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Startup speed and number of sql queries</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182669#M135799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently Alfresco is quite "chatty" with respect to the database, so ensuring the connection between Alfresco and the database is high bandwidth / low latency and has minimal contention is very important from a performance perspective.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 03:57:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182669#M135799</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-09-26T03:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Startup speed and number of sql queries</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182670#M135800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can you tell me how to turn on hibernate's sql logging?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tx&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 19:15:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182670#M135800</guid>
      <dc:creator>fschnell</dc:creator>
      <dc:date>2008-09-26T19:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Startup speed and number of sql queries</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182671#M135801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hibernate uses a system property called "hibernate.show_sql" that controls whether SQL is logged or not (see &lt;/SPAN&gt;&lt;A href="http://www.google.com/search?q=hibernate.show_sql" rel="nofollow noopener noreferrer"&gt;http://www.google.com/search?q=hibernate.show_sql&lt;/A&gt;&lt;SPAN&gt; for details).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 19:34:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/startup-speed-and-number-of-sql-queries/m-p/182671#M135801</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-09-26T19:34:21Z</dc:date>
    </item>
  </channel>
</rss>

