Re: btree on disk
"Natalia Shilenkova" <[email protected]>
| Newsgroups | gmane.text.xml.xindice.devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/9/07, Cam Bazz <[email protected]> wrote: > Hello All, > > That was really helpful. Thanks. > > I also noticed FSFiler, and HashFiler. Are those for Indexing files? Xindice allows several way for the data to be stored. Currently it has BTreeFiler (based on tree-like structure), HashFiler (based on hash table), FSFiler (uses file system), MemFiler (in-memory), and SizableMemFiler (in-memory). A document collection can be configured to use any of those filers, depending on collection characteristics. Additionally, collection can have an index. There are 3 indexers in Xindice now: NameIndexer, ValueIndexer, and MemValueIndexer. > I am working on a graph database project. I have tried several oodbms, and > finally decided to build my own. > > Also, could it be possible to use xindice as a backend for Jena? No idea, really. Never heard of Jena before. Regards, Natalia