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

2008-04-08 Thread Aaron Feng
One more thing, do I still have use remove-kv with drop-pobject? Thanks, Aaron ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel

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

2008-04-08 Thread Aaron Feng
Hi Alex, Thanks for responding to my problem, this is exactly what Leslie Polzer has told me. Just to clarify, when I remove an object from a btree, it only removes the reference to the object from the btree. The actual slot value is kept separately, in my case, it's the "name" slot. > no, as f

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

2008-04-08 Thread Alex Mizrahi
> If theory is correct, executing the loop more than once should cause the database size to stay relatively the same after the first run. > However, each time I re-execute the loop, the size always increase by a good factor. > I do not think it's the transaction log file because of the increme