[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