Re: [ZODB-Dev] Data.fs size grows non-stop

2009-12-07 Thread Roger
e you can iterate over each objects in the ZODB. You will probably see more then you see in the UI, especialy if some objects get created which you don't expect. Regards Roger Ineichen ___ For more information about ZODB, see the ZODB Wiki: http://www.z

Re: [ZODB-Dev] Data.fs size grows non-stop

2009-12-10 Thread Roger
41 s btw, You can run the performance test by yourself located in the z3c.indexer package. Regards Roger Ineichen > Pedro > ___ > For more information about ZODB, see the ZODB Wiki: > http://www.zope.org/Wikis/ZODB/ > > ZODB-D

Re: [ZODB-Dev] Data.fs size grows non-stop

2009-12-10 Thread Roger
r each object, you can use the z3c.indexer package with small modifications. But of corse it will bring in some dependencies, but not more then the zope or zc.catalog will. Let me know if you could use the package with less dependencies then we have now and we can try to cut the dependencies d

Re: [ZODB-Dev] Persisting Python objects in MongoDB

2011-11-08 Thread Roger
corse also m01.mongo if you know how to implement rollback and catching other sideeffects in our app by your own. Or you will quickly see what this could mean not having a multi-object transaction based database by our own. Regards Roger Ineichen > -Ursprüngliche Nachricht- > Von: zodb-dev-

Re: [ZODB-Dev] Persisting Python objects in MongoDB

2011-11-08 Thread Roger
Hi Stephan > Betreff: Re: AW: [ZODB-Dev] Persisting Python objects in MongoDB > > On Wednesday, November 09, 2011 05:41:33 AM Roger wrote: > > I still think it's just wrong to implement multi-object transactions > > with a mongodb backend. And this is what mongopersis