|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Re: get highest numberPierrick Brihaye pierrick.brihaye at free.frSat May 17 12:44:54 PDT 2008
Andrew Welch a écrit : > If //@id returns a sequence that's stored as atomics, why is > max(//@id) any different to max(1 to 100000) ? > What am I missing? The fact that //@id is indexed in the database, not (1 to 10000), which is computed dynamically. I remind that max() still can not use the index in eXist. That's why it is much slower than expected compared to (some) other usages of //@id. Well, using an obvious shortcut for max(1 to 100000) might also be considered in the future :-) Cheers, p.b.
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






