[ZODB-Dev] zeodb limitation with zope 2.12

2009-05-14 Thread Dganit David
Hi We are new to zope, We are planning a web application that saves the data of up to 1,000,000 users. I would like to know the limitation of zodb. Currently we are using ClientStorage with zeo, And zeo uses filestorage. What are the limitation of using filestorage? Is there

Re: [ZODB-Dev] zeodb limitation with zope 2.12

2009-05-14 Thread Andreas Jung
On 14.05.09 08:29, Dganit David wrote: Hi We are new to zope, We are planning a web application that saves the data of up to 1,000,000 users. This is a pointless number. The estimated total number of objects is relevant. I would like to know the limitation of zodb. Currently

Re: [ZODB-Dev] zeodb limitation with zope 2.12

2009-05-14 Thread Chris Bainbridge
2009/5/14 Dganit David dgani...@puresight.com: We are planning  a web application that saves the data of up to 1,000,000 users. I would like to know the limitation of zodb. Currently we are using   ClientStorage with zeo, In my experience building a large scale application, ZEO did not

Re: [ZODB-Dev] zeodb limitation with zope 2.12

2009-05-14 Thread Andreas Jung
On 14.05.09 11:59, Chris Bainbridge wrote: 2009/5/14 Dganit David dgani...@puresight.com: We are planning a web application that saves the data of up to 1,000,000 users. I would like to know the limitation of zodb. Currently we are using ClientStorage with zeo, In my

Re: [ZODB-Dev] ZODB 3.9.0b1 released

2009-05-14 Thread Tim Cook
On Mon, 2009-05-04 at 15:03 -0400, Jim Fulton wrote: I've just released the first beta of ZODB 3.9. http://pypi.python.org/pypi/ZODB3/3.9.0b1 3.9 features are now frozen. I'd prefer to keep new features off of the trunk for a while to reduce the amount of merging work I have to do.