[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

get highest number

Florent Georges lists at fgeorges.org
Sat May 17 15:33:30 PDT 2008


  get highest number
Andrew Welch wrote:

  Hi Andrew

> >> > If Gonzberg is using eXist (I remember other posts on the
> >> > corresponding lists), I can explain the difference:
> >> evaluating //@id is entirely index-based (as John already
> suspected).
> >> Compared to this,
> >> > max(//@id) requires access to the actual attribute nodes, which
> >> > generates a lot more IO.

> > Thanks for the info. Obvious, when you think about it.

> Not to me - can someone explain this a little more for me...

  //@id could return something that "stands for" the actual nodes,
using an index and being quite fast.  But max(//@id) has to dereference
that "something" and to access to the nodes themselves to compare their
values.

  That's not XQuery, that's expectations about how an implementation
can introduce difference between those two expressions.  For example I
would expect to see that difference in an XML database but not in a
standalone processor as Saxon.


__________________________________________________
Do You Yahoo!?
En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités 
http://mail.yahoo.fr Yahoo! Mail 



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.