<?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: Aurora in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20279#M8975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sounds like it should be a support case - there is no way this question can really be answered with the information provided. It requires a methodical investigation to get to the cause and a solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First - why does this query take 20s in the first place? That is already more than I would expect.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What is the query?&lt;/LI&gt;&lt;LI&gt;What data is it supposed to match?&lt;/LI&gt;&lt;LI&gt;How many nodes does the query actually consider? (You may be pulling back the top 1000 after sorting 100M)&lt;/LI&gt;&lt;LI&gt;Are all queries slow - or - just this one?&lt;/LI&gt;&lt;LI&gt;What is the DB query and plan?&lt;/LI&gt;&lt;LI&gt;Of the 20s how much of the time is the DB query?&lt;/LI&gt;&lt;LI&gt;What else is the DB doing?&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There could be any number of issues here from the data architecture and the data model and how you planned to find stuff - all the way down to the database execution of the query. I think you should sort out the starting point before worrying about comparing the environments, database configuration, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 09:36:26 GMT</pubDate>
    <dc:creator>andy1</dc:creator>
    <dc:date>2017-10-04T09:36:26Z</dc:date>
    <item>
      <title>Aurora</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20276#M8972</link>
      <description>Is anyone using 5.1 with Aurora in AWS? If so are you having performance issues? We migrated from 4.2 using MySQL to 5.1 using Aurora and are seeing a major performance impacts with CMIS Queries.</description>
      <pubDate>Mon, 02 Oct 2017 18:49:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20276#M8972</guid>
      <dc:creator>keith_evans</dc:creator>
      <dc:date>2017-10-02T18:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Aurora</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20277#M8973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did a benchmark with 1B docs using Aurora and did not hit this issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect you have not applied the optional patches that add the indexes to support queries direct to the database.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.1/concepts/intrans-metadata-conf-patch.html" rel="nofollow noopener noreferrer"&gt;Here are the details of what you need to do.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would help if you described your problem in more detail. Are you saying ALL queries are a problem? There are some use cases for which DB queries is not so good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some more &lt;A _jive_internal="true" href="https://community.alfresco.com/people/andy1/blog/2017/06/23/transactional-metadata-query-tmdq" rel="nofollow noopener noreferrer"&gt;background material&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 09:38:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20277#M8973</guid>
      <dc:creator>andy1</dc:creator>
      <dc:date>2017-10-03T09:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Aurora</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20278#M8974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy, we have applied the optional patches.&amp;nbsp;We migrated from 4.2 to 5.1 and ever since our select queries have been far slower. In 4.2 we could retrieve 1000 documents in 20 seconds, but in 5.1 that same query on the same data set take up to 66 seconds. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 20:00:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20278#M8974</guid>
      <dc:creator>keith_evans</dc:creator>
      <dc:date>2017-10-03T20:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Aurora</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20279#M8975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sounds like it should be a support case - there is no way this question can really be answered with the information provided. It requires a methodical investigation to get to the cause and a solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First - why does this query take 20s in the first place? That is already more than I would expect.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What is the query?&lt;/LI&gt;&lt;LI&gt;What data is it supposed to match?&lt;/LI&gt;&lt;LI&gt;How many nodes does the query actually consider? (You may be pulling back the top 1000 after sorting 100M)&lt;/LI&gt;&lt;LI&gt;Are all queries slow - or - just this one?&lt;/LI&gt;&lt;LI&gt;What is the DB query and plan?&lt;/LI&gt;&lt;LI&gt;Of the 20s how much of the time is the DB query?&lt;/LI&gt;&lt;LI&gt;What else is the DB doing?&lt;/LI&gt;&lt;LI&gt;...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There could be any number of issues here from the data architecture and the data model and how you planned to find stuff - all the way down to the database execution of the query. I think you should sort out the starting point before worrying about comparing the environments, database configuration, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 09:36:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20279#M8975</guid>
      <dc:creator>andy1</dc:creator>
      <dc:date>2017-10-04T09:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Aurora</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20280#M8976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have an ongoing support case for weeks now. I was just hoping someone had has similar experience I could leverage.&amp;nbsp; Thanks for the feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 12:32:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20280#M8976</guid>
      <dc:creator>keith_evans</dc:creator>
      <dc:date>2017-10-04T12:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Aurora</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20281#M8977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have asked a few questions and made the appropriate people aware of your frustration.&lt;/P&gt;&lt;P&gt;I still suspect the issue is the nature of the query. &lt;STRONG&gt;It would really help to have some idea of the query.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 20:17:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/aurora/m-p/20281#M8977</guid>
      <dc:creator>andy1</dc:creator>
      <dc:date>2017-10-04T20:17:17Z</dc:date>
    </item>
  </channel>
</rss>

