Re: xindice session replication questions
"Natalia Shilenkova" <[email protected]> Fri, 17 Oct 2008 08:06:27 -0400
| Newsgroups | gmane.text.xml.xindice.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Oct 16, 2008 at 8:49 PM, Vadim Gritsenko <[email protected]> wrote: > On Oct 16, 2008, at 12:08 PM, Edward Capriolo wrote: <snip/> >> Can I run xindici in memory? would the data be serializable. > > Xindice as-is is capable of using only filesystem based storage. Having said > that, it is possible to implement completely in-memory database, you would > have to replace file based implementation with a memory based one. Actually, Xindice can run in-memory collections, it already has MemFiler to accomplish this. There is also MemValueIndexer, so it is possible to build an index for in-memory collection. <snip/> Natalia