[Zope] Re: zope on google file system

2008-03-31 Thread Laurence Rowe
As an experiment, I started porting zodb to amazon s3 storage a while ago... http://code.google.com/p/s3storage/ You can use it to start zope, but it makes far too many writes inefficiently (it took about 15 minutes for zope2 to create all it's objects on a first start). Now that ec2 comes

Re: [Zope] Re: zope on google file system

2008-03-31 Thread Tim Nash
This is what I love about zope. It can be a much more flexible way to store data than in a relational db. Maybe some combination of zodb and s3 would be efficient. Zodb for frequently used business objects and a library (localfs modified ?) for storing data documents on s3. Could you update your