Re: [elephant-devel] keeping btree indices up to date

2008-11-08 Thread Tiarnan O'Corrain
Hi-- I've tried the same test-case on elephant unstable and the indices are still not being updated, so the problem remains. One question: I'm using slot-value to update the indexed slots. Is this the problem, or should the indices be updated in any case? regards Tiarnan _

Re: [elephant-devel] keeping btree indices up to date

2008-11-05 Thread Tiarnan O'Corrain
Hi-- here's a small program that reproduces the problem. > Yes, try the not-so-unstable-on-BDB elephant-unstable[1]. Thanks, I will do so tonight. regards TiarnĂ¡n ele-test.lisp Description: Binary data ___ elephant-devel site list elephant-devel@co

Re: [elephant-devel] keeping btree indices up to date

2008-11-05 Thread Leslie P. Polzer
> I'm storing objects in a btree, and indexing one slot common to all of > the objects for fast retrieval. There is more than one type of object > in the btree, so I'm using btree indices rather than a slot index. Can you provide a small example? > I note that when the indexed slot changes, th

[elephant-devel] keeping btree indices up to date

2008-11-04 Thread Tiarnan O'Corrain
Hi-- I'm storing objects in a btree, and indexing one slot common to all of the objects for fast retrieval. There is more than one type of object in the btree, so I'm using btree indices rather than a slot index. I note that when the indexed slot changes, the index is not updated. As I'm using t