Re: Match Pattern Proposal

> No.  You just have recognize certain syntax elements
> in a predicate.  For example, any descendant axis
> use in a predicate will destroy streaming with caching.

You don't have to abandon streaming because of the use of descendants
in the predicate.  You can still stream until you come to an element
matching the non-predicate part, then build the subtree to test the
predicate.  Streaming can still be a big win in this case.

-- Richard

Received on Thursday, 2 November 2006 16:12:55 UTC