<?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: Get backend SQL Query of CMIS Query in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/get-backend-sql-query-of-cmis-query/m-p/94296#M27850</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you say that you are using ACS 6.2.1 version without Solr or search services sounds quite odd. First not all CMIS queries must be solved directly with the database (just put a TEXT or IN_TREE operator for example) , so not all CMIS queries are transactional. Besides, search subsystem must be configured this way, try first database if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/intrans-metadata-query.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/intrans-metadata-query.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you use some kind of SQL profiler in your database you may have this type of info. It is only useful if by performance considerations, when you have to add additional indexes in your database.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/alfresco-6-profiling-with-docker/ba-p/295846" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/alfresco-6-profiling-with-docker/ba-p/295846&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If loggers are not enough, I remember a jdbc profiler too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/p6spy/p6spy" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/p6spy/p6spy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;P&gt;P.S: Thanks Eddie for the links.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2020 17:22:07 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2020-10-21T17:22:07Z</dc:date>
    <item>
      <title>Get backend SQL Query of CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-backend-sql-query-of-cmis-query/m-p/94294#M27848</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;We have ACS 6.2.1 version without Solr or search services. We are using CMIS queries to search documents. When I am executing CMIS Queries, in back-end, Alfresco DB query should be hitting.&lt;/P&gt;&lt;P&gt;I would like to get equivalent SQL Query of my CMIS Query. How can I get that? What all Loggers should I need to enable in log4j.properties?&lt;/P&gt;&lt;P&gt;Can anyone please help me out here?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 13:02:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-backend-sql-query-of-cmis-query/m-p/94294#M27848</guid>
      <dc:creator>jigir_shah</dc:creator>
      <dc:date>2020-10-20T13:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get backend SQL Query of CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-backend-sql-query-of-cmis-query/m-p/94295#M27849</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/59578"&gt;@jigir_shah&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is something about&amp;nbsp;&lt;A title="opens in a new tab" href="https://www.zylk.net/en/web-2-0/blog/-/blogs/how-to-check-alfresco-cmis-queries" target="_blank" rel="noopener nofollow noreferrer"&gt;CMIS queries&lt;/A&gt; that should help you. And from the same author I think this &lt;A title="opens in a new tab" href="https://www.zylk.net/en/web-2-0/blog/-/blogs/how-to-get-logs-for-alfresco-querys" target="_blank" rel="noopener nofollow noreferrer"&gt;blog&lt;/A&gt; might prove pretty useful too.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 15:00:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-backend-sql-query-of-cmis-query/m-p/94295#M27849</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-10-20T15:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Get backend SQL Query of CMIS Query</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/get-backend-sql-query-of-cmis-query/m-p/94296#M27850</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When you say that you are using ACS 6.2.1 version without Solr or search services sounds quite odd. First not all CMIS queries must be solved directly with the database (just put a TEXT or IN_TREE operator for example) , so not all CMIS queries are transactional. Besides, search subsystem must be configured this way, try first database if possible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/intrans-metadata-query.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/intrans-metadata-query.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you use some kind of SQL profiler in your database you may have this type of info. It is only useful if by performance considerations, when you have to add additional indexes in your database.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/alfresco-6-profiling-with-docker/ba-p/295846" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/alfresco-6-profiling-with-docker/ba-p/295846&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If loggers are not enough, I remember a jdbc profiler too:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/p6spy/p6spy" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/p6spy/p6spy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;P&gt;P.S: Thanks Eddie for the links.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 17:22:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/get-backend-sql-query-of-cmis-query/m-p/94296#M27850</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2020-10-21T17:22:07Z</dc:date>
    </item>
  </channel>
</rss>

