Re: [ZODB-Dev] History-less FileStorage?

2006-12-31 Thread Dieter Maurer
Stephan Richter wrote at 2006-12-29 12:18 -0500: On Friday 29 December 2006 11:26, Tino Wildenhain wrote: Stefan H. Holek schrieb: Do we have a history-less (i.e. no-grow) FileStorage? How do you think it should work? I mean, technically in theory? How would you implement MVCC? Well, it is

Re: [ZODB-Dev] History-less FileStorage?

2006-12-29 Thread Tino Wildenhain
Stefan H. Holek schrieb: Do we have a history-less (i.e. no-grow) FileStorage? How do you think it should work? I mean, technically in theory? How would you implement MVCC? Regards Tino ___ For more information about ZODB, see the ZODB Wiki:

Re: [ZODB-Dev] History-less FileStorage?

2006-12-29 Thread Stephan Richter
On Friday 29 December 2006 11:26, Tino Wildenhain wrote: Stefan H. Holek schrieb: Do we have a history-less (i.e. no-grow) FileStorage? How do you think it should work? I mean, technically in theory? How would you implement MVCC? Well, it is basically a pack after each write access. I do

Re: [ZODB-Dev] History-less FileStorage?

2006-12-29 Thread Paul Winkler
On Fri, Dec 29, 2006 at 02:18:08PM -0500, Benji York wrote: Stefan H. Holek wrote: Do we have a history-less (i.e. no-grow) FileStorage? There have been discussions and implementations of packless storages in the past. As far as I know none have attained wide adoption. -- One of those