[xquery-talk] performance figures for xquery processors

manavaputra at yahoo.com manavaputra at yahoo.com
Thu Feb 9 22:47:52 PST 2006


> Date: Tue, 07 Feb 2006 12:00:43 -0800
> From: Ronald Bourret <rpbourret at rpbourret.com>
> Subject: Re: [xquery-talk] performance figures for
> xquery processors

> I also agree with Martin's statement that you should
> look at native XML databases. If you are running
> XQuery queries on documents received at run time, 
> such as routing documents based on the result of a
> query, they won't help. But if you are querying 
> documents stored over time, the pre-parsing and
> indexing they provide will significantly improve 
> your query performance.

Thanks! I was going to look in more detail on native 
xml databases, but this comment of yours has saved me 
some time. Our application does process documents at
run time. Once a document is processed, it is gone and
thrown away and the app looks for the next document to
arrive and process. So obviously indexing, etc of
databases will not be of much help. There is probably
only one situation where it might make sense to use a
native xml db... when a document to be loaded is so
large to load into memory. So i will have to make my
application configurable to use a native xml database
in cases where it expects large size documents and use
an xquery in-memory processor like saxon by default.

Manava



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


More information about the talk mailing list