[ZODB-Dev] DemoStorage quota

2008-10-25 Thread Jim Fulton
I'm rewriting DemoStorage to simplify it, bring it up to current specs, and add blob support. DemoStorage has an untested quota feature. I'd like to remove it. Any objections? (Note that you can only object to removal of this feature if you're using it. :) Jim -- Jim Fulton Zope

[ZODB-Dev] New gc argument for pack

2008-10-25 Thread Jim Fulton
I propose to add a new optional gc keyword argument for database packing. It will default to true. If given and false, then pack non- current database records will be removed, but no garbage collection will be performed. Any objections? -- Jim Fulton Zope Corporation

Re: [ZODB-Dev] New gc argument for pack

2008-10-25 Thread Christian Theune
On Sat, 2008-10-25 at 12:59 -0400, Jim Fulton wrote: I propose to add a new optional gc keyword argument for database packing. It will default to true. If given and false, then pack non- current database records will be removed, but no garbage collection will be performed. Any

Re: [ZODB-Dev] New gc argument for pack

2008-10-25 Thread Christian Theune
On Sat, 2008-10-25 at 14:06 -0400, Jim Fulton wrote: On Oct 25, 2008, at 2:03 PM, Christian Theune wrote: On Sat, 2008-10-25 at 12:59 -0400, Jim Fulton wrote: I propose to add a new optional gc keyword argument for database packing. It will default to true. If given and false, then pack