Hello. 

I've not used eXist and Xindice carefully. 

But, eXist employs Numbering Scheme for XML indexing.

Numering Scheme is a method to count nodes with
begin and end position in an XML document.
Numbering Scheme makes it possible to detect nodes' ancestor-descendant
relationships with nodes' numbers alone. 
Then, queries including Regular Path Expressions like, 
"Book//person", "//Book//name"
are speeded up. 
Because traversals of all of possible nodes are not needed.
By constructing B+-tree, "Book" nodes' list and "person" nodes' list
are searched efficently. And joined with Structural Join Algorithms. 

However, Updates of Nubering Scheme have not been studied yet. 


From: "Stefan Lischke" <[EMAIL PROTECTED]>
Subject: xindice vs. eXist
Date: Fri, 8 Nov 2002 17:11:28 +0100
Message-ID: <[EMAIL PROTECTED]>

> Hi,
> 
> i just found the eXist XML Database http://exist-db.org/adminguide.xml.html
> and i wanna know if anyone has some experience with this XML:DB and probably
> can compare to xindice
> 
> mfg stefan
> 
> 

Reply via email to