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

get highest number

Andrew Welch andrew.j.welch at gmail.com
Sat May 17 17:08:14 PDT 2008


  get highest number
2008/5/17 Michael Kay <http://x-query.com/mailman/listinfo/talk>:
> Performance in a database is very dependent on how many pages you read from
> disk. If there's an index that contains the node identifiers for all the
> attributes named id, and that index occupies one page, then you can evaluate
> //@id with one page access. But to evaluate max(//@id) you need to
> dereference those node identifiers, which may mean accessing one page for
> each separate id attribute.

So the index just contains the node identifiers - the actual values
for those nodes still need to be fetched from disk?  If so, if you
indexed //@id/text() and then did max(//@id/text()) would that be a
solution?

Or I guess the index should be //@id/xs:integer(.) if that makes any
difference...

-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/


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-2011 All Rights Reserved.