<?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: [solved]The more search queries the slower lucene gets in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217588#M170718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your replies. I think the problem was that I let the administrator start the "Update duplicates" action from within the web client ui. So there automatically was a surrounding transaction that was growing bigger and bigger. Now I update the duplicates using a CronScheduledQueryBasedTemplateActionDefinition. If it runs in ISOLATED_TRANSACTIONS mode everything is fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2009 15:01:03 GMT</pubDate>
    <dc:creator>sebp</dc:creator>
    <dc:date>2009-12-17T15:01:03Z</dc:date>
    <item>
      <title>[solved]The more search queries the slower lucene gets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217585#M170715</link>
      <description>I want to search my repository for duplicate documents. Therefore, in a first step, I go through it recursively and give each content node a hash sum property. In a second step, to know which document has how many duplicates I have to go through the repository again. For each node it is checked if t</description>
      <pubDate>Tue, 15 Dec 2009 13:47:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217585#M170715</guid>
      <dc:creator>sebp</dc:creator>
      <dc:date>2009-12-15T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: [solved]The more search queries the slower lucene gets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217586#M170716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In Alfresco, most processing is done inside of a transaction. What you're doing, is add more and more information inside a single transaction - increasing the transaction overheid. You can try to break down your batch into multiple transactions and see if it speeds up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 06:27:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217586#M170716</guid>
      <dc:creator>rogier_oudshoor</dc:creator>
      <dc:date>2009-12-17T06:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: [solved]The more search queries the slower lucene gets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217587#M170717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Side note: Be aware of how Alfresco makes copies. When you copy nodeA pointing to contentA to nodeB, the new nodeB will still point to contentA. That is until either nodeA or nodeB is versioned, at that time each content node will point to a unique content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you hash sum is on file content, you may get false positives. you can probably take this into account checking versionlabel and/or checking if its has the copiedfrom aspect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 07:22:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217587#M170717</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2009-12-17T07:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: [solved]The more search queries the slower lucene gets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217588#M170718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your replies. I think the problem was that I let the administrator start the "Update duplicates" action from within the web client ui. So there automatically was a surrounding transaction that was growing bigger and bigger. Now I update the duplicates using a CronScheduledQueryBasedTemplateActionDefinition. If it runs in ISOLATED_TRANSACTIONS mode everything is fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 15:01:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217588#M170718</guid>
      <dc:creator>sebp</dc:creator>
      <dc:date>2009-12-17T15:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: [solved]The more search queries the slower lucene gets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217589#M170719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi sebp,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please share your implementation with us . How you used CronScheduledQueryBasedTemplateActionDefinition and how you have set ISOLATED_TRANSACTIONS mode?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ganesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 05:42:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217589#M170719</guid>
      <dc:creator>ganeshkolhe</dc:creator>
      <dc:date>2009-12-23T05:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: [solved]The more search queries the slower lucene gets</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217590#M170720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ganesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at the duplicate finders' manual page&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://www.hmedia.de/wiki/doku.php?id=products:duplicates" rel="nofollow noopener noreferrer"&gt;http://www.hmedia.de/wiki/doku.php?id=products:duplicates&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;There you will find the scheduled-action-services-context.xml file where the action is started as a CronScheduledQueryBasedTemplateActionDefinition. You can find more details about scheduled actions and the available transaction modes at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Scheduled_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Scheduled_Actions&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;The implementation can be found at &lt;/SPAN&gt;&lt;A href="http://forge.alfresco.com/projects/duplicates/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/duplicates/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 08:44:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-the-more-search-queries-the-slower-lucene-gets/m-p/217590#M170720</guid>
      <dc:creator>sebp</dc:creator>
      <dc:date>2009-12-23T08:44:58Z</dc:date>
    </item>
  </channel>
</rss>

