Re: [elephant-devel] garbage collection

2007-07-15 Thread Dmitri V. Gorbatovsky
timize-layout *store-controller*), record the compacted size > - do the migration as described above, record the resulting size > > I'm sure we'd love to see the three different sizes that result from > this simple test and I'm sure you'd feel better knowing that it

Re: [elephant-devel] garbage collection

2007-07-11 Thread Dmitri V. Gorbatovsky
On Wednesday 11 July 2007 04:32, Ian Eslick wrote: > However, the best way to reclaim disk space today is to migrate from > your current BDB store to a new one. This will copy over only those > objects that are globally reachable; namely anything reachable from > the controller-root and all index

[elephant-devel] garbage collection

2007-07-10 Thread Dmitri V. Gorbatovsky
Hello, from grateful user. I find that size of %ELEPHANT file (BDB) only grows with time and transactions. No matter how many objects I delete. Is there are any conventional way to shrink it? Sorry if the question is stupid, Iam not really advanced in Berkeley db usage. Thanks, DG ___