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
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
> 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