Re: [elephant-devel] Re: Re: sqite3 - always increase database size

2008-04-08 Thread Robert L. Read
On Wed, 2008-04-09 at 00:06 -0400, Aaron Feng wrote: > Robert, > > > I don't understand why you would explicitly call remove-kv. > > I'm trying to remove an item from a btree. Is there other function I > can call instead of remove-kv? I'm indeed using persistent classes. > I'll post my code la

Re: [elephant-devel] Re: Re: sqite3 - always increase database size

2008-04-08 Thread Aaron Feng
Alex, drop-pobject worked for the example I gave in the original post. The database size maintained the same after the first run. However, my real code is a little bit more complicated, so the database size continued to grow. I'm just have to trace the code making sure I garbage collection ever

Re: [elephant-devel] Re: Re: sqite3 - always increase database size

2008-04-08 Thread Robert L. Read
On Tue, 2008-04-08 at 23:17 +0300, Alex Mizrahi wrote: > > Will garbage collector be added into elephant in the future? > > I think so, I remember Ian Eslick mentioned it, but I don't know it it will > be *near* future -- it is quite challenging thing. > perhaps Ian will clarify if he has ideas

[elephant-devel] Re: Re: sqite3 - always increase database size

2008-04-08 Thread Alex Mizrahi
> Will garbage collector be added into elephant in the future? I think so, I remember Ian Eslick mentioned it, but I don't know it it will be *near* future -- it is quite challenging thing. perhaps Ian will clarify if he has ideas on this. > One more thing, do I still have use remove-kv with d