<?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: Response time for heavy query in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102174#M71068</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;Currently there is no way to change the set of columns returned by the web service search API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2007 13:42:14 GMT</pubDate>
    <dc:creator>rwetherall</dc:creator>
    <dc:date>2007-08-15T13:42:14Z</dc:date>
    <item>
      <title>Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102166#M71060</link>
      <description>Hi,I uploaded 2000 spaces each space contain 1-2 contents.I am using web service API to get those contents (using lucene query).Running query to get the contents/spaces on my local host alfresco (Windows) took about 3-4 minutes per query.Running query to get the contents/spaces on our linux alfresco</description>
      <pubDate>Sun, 05 Aug 2007 05:52:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102166#M71060</guid>
      <dc:creator>itayh</dc:creator>
      <dc:date>2007-08-05T05:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102167#M71061</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;I have a similar problem with search performance and am about to make a post when I can decide the correct forum for it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Having profiled it it seems to be Alfresco running ACL checks on the query results. In my situation the lucene query takes 15ms, but the ACL checks take up to 10s.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Aug 2007 16:19:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102167#M71061</guid>
      <dc:creator>mark_smithson</dc:creator>
      <dc:date>2007-08-05T16:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102168#M71062</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;The web service 'layer' in the repository only really passes on the query to the fundamental service so any performance overhead is unlikly to be the fault of the web service API as such.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perhaps you could post an example of the queries you are experiencing slow responce times with.&amp;nbsp; It may be that we can tweak the query string to improve performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 10:57:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102168#M71062</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2007-08-06T10:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102169#M71063</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;Thx for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the next lucene query:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;"PATH:\"/app:company_home/cm&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;evice_x0020_Management/*/*/*\" AND TYPE:\"{custom.model}DeviceVariant\""&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I just need some properties for those nodes. I notice that after &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;QueryResult queryResult = repositoryService.query( ClientConstants.STORE, deviceVariantsQuery, false);&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I get 200M as response. This is what take the time (pass 200M on soap from the server to my computer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to reduce the size of the response to include only the columns (properties) I am interested in an not all the objects?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx alot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Itay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 06:28:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102169#M71063</guid>
      <dc:creator>itayh</dc:creator>
      <dc:date>2007-08-07T06:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102170#M71064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I suggest you try a more specific query to filter your results to a more specific set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 13:40:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102170#M71064</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-08-08T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102171#M71065</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 i query just part on my content properties?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not see example for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 15:15:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102171#M71065</guid>
      <dc:creator>itayh</dc:creator>
      <dc:date>2007-08-08T15:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102172#M71066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can query on any attribute specifically - all attributes are indexed unless you have marked them otherwise in your model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search#Finding_nodes_by_text_property_values" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search#Finding_nodes_by_text_property_values&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 15:04:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102172#M71066</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-08-13T15:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102173#M71067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Kevin for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was not clear enough. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I mean is, can I run query (using the web service api) and &lt;/SPAN&gt;&lt;STRONG&gt;get as result from alfresco just part of the properties and not all of them?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(The QueryResult&amp;nbsp; holds to many unnecessary parameters that I don't want and don't need)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Itay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2007 16:46:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102173#M71067</guid>
      <dc:creator>itayh</dc:creator>
      <dc:date>2007-08-13T16:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Response time for heavy query</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102174#M71068</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;Currently there is no way to change the set of columns returned by the web service search API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 13:42:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/response-time-for-heavy-query/m-p/102174#M71068</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2007-08-15T13:42:14Z</dc:date>
    </item>
  </channel>
</rss>

