- Configurable performance optimizations and capability to read large documents (gigabytes in size) with the streaming API for XML
- Support of a more recent XQuery specification
- Updated SQL Server 2005 and Oracle 10gR2 support
- Access to EDI, CSV, dBase, and other flat file formats
- Improved support for Java extensions
-
DataDirect XQuery 2.0 released: query XML, RDMS, SOAP, etc (3 messages)
- Posted by: Joseph Ottinger
- Posted on: June 23 2006 06:01 EDT
DataDirect has announced the release of DataDirect XQuery 2.0, an "implementation of XQuery that can query XML, relational data, SOAP messages, EDI, or a combination of data sources." Changes include:Threaded Messages (3)
- Re: DataDirect XQuery 2.0 released: query XML, RDMS, SOAP, etc by Roland Altenhoven on June 23 2006 10:35 EDT
- Is there any one use xquery now?!!!! by Joe Fouad on June 23 2006 17:38 EDT
- Re: Is there any one use xquery now?!!!! by Constance Eustace on June 28 2006 00:29 EDT
-
Re: DataDirect XQuery 2.0 released: query XML, RDMS, SOAP, etc[ Go to top ]
- Posted by: Roland Altenhoven
- Posted on: June 23 2006 10:35 EDT
- in response to Joseph Ottinger
Generally is this a very interesting theme with magnificent capabilities. The question is: How is the performance ? Native XML-Databases (e.g. the upcoming DB2-Release/Viper) provides properly Support to XQuery in an optimized form, which is executed internally on the database server. Roland SOA Kompetenznetzwerk -
Is there any one use xquery now?!!!![ Go to top ]
- Posted by: Joe Fouad
- Posted on: June 23 2006 17:38 EDT
- in response to Joseph Ottinger
actually when xpath and xslt appear , we think it may make a shift on how programmers think, but slow adoption due to late compatible implementation and bad performance made it nearly unused SO as of xquery1.0 and XPath2.0 and the new data model,does any one see a chance to change our thinking and architecturing model to fully adapt these standards for data manipulation OR it will still used marginally for convinience what i really mean is a Xpath2 &XQuery CENTRIC solutions and framework? Do you really intend to accept such approach or what? -
Re: Is there any one use xquery now?!!!![ Go to top ]
- Posted by: Constance Eustace
- Posted on: June 28 2006 00:29 EDT
- in response to Joe Fouad
XPath: powerful, compact expression language for XML data XQuery: XPath++? Sure, why not. XSLT: YUCK. This needs to be dumped for a language with better syntax. Even LISP is more readable and tolerable than this. Most XSLT ends up tied to java anyway with external calls to java to do things that either XSLT can't do, or doesn't do easily. Question: (I haven't actually looked at how this does XQuery against a RDBMS) Since XML docs are fundamentally hierarchically-organized data, and therefore XPath/XQuery designed to descend hierarchical data structures, isn't there a mismatch applying these languages to graph-based datastructures in relational data models?