<?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: Need for a 'real' query language? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130046#M91384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm following SVN updates y I do not think that this SQL-like functionality has been added yet. At least not in the public part of SVN.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;So let's hope the code is in the private SVN then ;-).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 17:27:17 GMT</pubDate>
    <dc:creator>hbf</dc:creator>
    <dc:date>2008-05-22T17:27:17Z</dc:date>
    <item>
      <title>Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130040#M91378</link>
      <description>Dear list,I would like to know into what direction Alfresco is steering in future releases as far as a "general query language" for searching the repository is concerned?We have been working intensively with Alfresco for 3 month and have been impressed by the many features that Alfresco's repository</description>
      <pubDate>Thu, 24 Jan 2008 23:01:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130040#M91378</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-01-24T23:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130041#M91379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dear list,&lt;BR /&gt;&lt;BR /&gt;I would like to know into what direction Alfresco is steering in future releases as far as a "general query language" for searching the repository is concerned?&lt;BR /&gt;&lt;BR /&gt;We have been working intensively with Alfresco for 3 month and have been impressed by the many features that Alfresco's repository architecture offers. The only repository area where we have run into problems is the query/search services, and I would like to share our experiences Ã¢â‚¬â€œ in the hope that this serves as feedback to the Alfresco development team and maybe brings together wishes from other Alfresco users.&lt;BR /&gt;&lt;BR /&gt;What we would have needed is a programmatical query method that is&lt;BR /&gt;&lt;BR /&gt;(a) very fast, and&lt;BR /&gt;(b) provides features similar to the ones available in SQL.&lt;BR /&gt;&lt;BR /&gt;Currently, Alfresco provides Lucene, XPath, and selectnodes to perform queries against the repository. The latter two are often rather slow, if you compare their performance to a simple SQL-based application that runs the query using SQL. Try for instance to find all values of a property using selectnode's "//@my&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roperty" Ã¢â‚¬â€œ it takes rather long.&lt;BR /&gt;&lt;BR /&gt;Lucene on the other hand only provides a restricted feature set and does not, I feel, qualify as a full "query language". For instance, you cannot search for all nodes whose date property my:d1 is smaller than date property my:d2.&lt;BR /&gt;&lt;BR /&gt;If a future version of Alfresco can provide a very fast and moderately feature-rich query language, Alfresco would, in my opinion, be very, very widely applicable and would be an even more powerful product than it is now. A fast query language is, in my opinion, also very much needed to successfully position Alfresco in the web-world: features like AJAX require results in ms and the competition is using very simple MySQL-applications that can benefit from SQL, its expression power and indexing capabilities.&lt;BR /&gt;&lt;BR /&gt;The Alfresco wiki provides &lt;A href="http://wiki.alfresco.com/wiki/CQL" rel="nofollow noopener noreferrer"&gt;some&lt;/A&gt; &lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services" rel="nofollow noopener noreferrer"&gt;information&lt;/A&gt; on query languages but these notes are probably outdated (?). I would be very interested in more concrete plans!&lt;BR /&gt;&lt;BR /&gt;Many thanks for any comments,&lt;BR /&gt;Kaspar&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Kaspar,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul will have to confirm but I believe a SQL like language is being introduced for version 3.&amp;nbsp; In any event if you want to try and keep up with this and keep an eye on its progress download the HEAD from SVN.&amp;nbsp; Even if you develop against it you may want to run an update each week just to see what is changing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-R&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Release 3.0 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Release 3.0 will be delivered at the end of November (which is one of our fiscal quarter ends).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * REST-based API. We anticipate that there will be new content management standards that will be REST based in this time frame.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * JSR-283. We will implement some of the first features of JSR-283 (JCR 2.0) in this release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * SQL-based Query Language. With this standard will be new REST API interfaces and new language definitions that we expect to be SQL based. We may provide this type of capability sooner through more of a JCR-style of interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Replication. We will be extending our distributed capabilities with more enhancements to our federated search and multi-directional replication for geographic distribution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * System Administration. We will also provide additional system administration capabilities that are more autonomic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Architecture Refactoring. We will also refactor portions of the architecture and replace components that have better alternatives or limit our license flexibility.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2008 06:49:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130041#M91379</guid>
      <dc:creator>rdanner</dc:creator>
      <dc:date>2008-01-26T06:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130042#M91380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Paul will have to confirm but I believe a SQL like language is being introduced for version 3.&amp;nbsp; In any event if you want to try and keep up with this and keep an eye on its progress download the HEAD from SVN.&amp;nbsp; Even if you develop against it you may want to run an update each week just to see what is changing.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Wow, that sounds great!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there some implementation plan Ã¢â‚¬â€œÃ‚Â&amp;nbsp;even if in a very raw state Ã¢â‚¬â€œÃ‚Â&amp;nbsp;available on this on the wiki or somewhere? I am especially interested in performance as this was the area where we had problems (and had to build our own caching layer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 14:03:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130042#M91380</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-02-12T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130043#M91381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear rdanner,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I find the code you mention in HEAD? I am indeed curious what concrete SQL-features we are going to see in 3.0!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Background: As I've mentioned, my main motivation for this is speed. I am using Alfresco as the backend for a website and have run into significant performance problems when one/several queries need to be run in order to generate the XHTML of a page. For instance, some pages show a list of identically tagged nodes, and such queries take very much longer than in traditional CMSs like Drupal, Yoomla!, etc. So apart from more expressiveness, I am very much interested into performance: "+1" on performance priority for SQL!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 22:12:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130043#M91381</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-02-29T22:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130044#M91382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Where can I find the code you mention in HEAD?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Does somebody know the path in SVN?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 10:29:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130044#M91382</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-05-21T10:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130045#M91383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;IÂ´m following SVN updates y I do not think that this SQL-like functionality has been added yet. At least not in the public part of SVN.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 15:56:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130045#M91383</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2008-05-21T15:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130046#M91384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm following SVN updates y I do not think that this SQL-like functionality has been added yet. At least not in the public part of SVN.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;So let's hope the code is in the private SVN then ;-).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 17:27:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130046#M91384</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-05-22T17:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130047#M91385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/w/index.php?title=Roadmap" rel="nofollow noopener noreferrer"&gt;Roadmap&lt;/A&gt;&lt;SPAN&gt; does not list "SQL-based query language" &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/w/index.php?title=Roadmap&amp;amp;oldid=15271#Release_3.0_.28Tentative_target:__end_2007.29" rel="nofollow noopener noreferrer"&gt;anymore&lt;/A&gt;&lt;SPAN&gt;. Does this mean it is out for 3.0?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 20:47:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130047#M91385</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-05-22T20:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130048#M91386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We developed a module which permits to use real SQL to extract meta data from Alfresco. More information can be found on this wiki :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* &lt;/SPAN&gt;&lt;A href="http://wiki.bluexml.com/index.php/Alfresco_SQL_views" rel="nofollow noopener noreferrer"&gt;http://wiki.bluexml.com/index.php/Alfresco_SQL_views&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jean-Christophe&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 09:29:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130048#M91386</guid>
      <dc:creator>jck</dc:creator>
      <dc:date>2008-09-11T09:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130049#M91387</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 CMIS APIs contain a SQL 92 based query language.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:53:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130049#M91387</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2008-09-11T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130050#M91388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the state of this component about query language ? Is it already active in the 3.0 Alfresco with CMIS implementation ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I remember JCR promised it and I've never seen anything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 15:45:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130050#M91388</guid>
      <dc:creator>jck</dc:creator>
      <dc:date>2008-09-11T15:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need for a 'real' query language?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130051#M91389</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;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/CMIS" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/CMIS&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The draft specification is referenced from this page, where you will find the spec for the SQL 92 based query language.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first cut implemenation is there. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Compared with SQL there will be some short term oddities as we use tokenised versions of strings. So you may not get the exact match and ordering behaviour you may expect. This will be tidied up in later releases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are some test queries to take a look at.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 10:28:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-for-a-real-query-language/m-p/130051#M91389</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2008-09-12T10:28:23Z</dc:date>
    </item>
  </channel>
</rss>

