Re: Transactional Directories

2005-02-16 Thread Oscar Picasso
--- Doug Cutting [EMAIL PROTECTED] wrote: [...] However with a relatively high number of random insertions, the cost of the new IndexWriter / index.close() performed for each insertion is two high. Did you measure that? How much slower was it? Did you perform any profiling? I made

Transactional Directories

2005-02-14 Thread Oscar Picasso
Hi, I am currently implementing a Directory backed by a Berkeley DB that I am willing to release as an open source project. Besides the internal implementation, it differs from the one in the sandbox in that it is implemented with the Berkeley DB Java Edition. Using the Java Edition allows an