[ZODB-Dev] Unofficial AdaptableStorage Wiki

Shane Hathaway shane@zope.com
Thu, 20 Feb 2003 13:31:59 -0500


Rocky Burt wrote:
> If all goes well, I'll be using AdaptableStorage+Zope2.6 to power a site
> with millions of RDBMS records full of client data.  But, with my recent
> benchmarking, writing objects to AS/PostgreSQL is _much_ slower than to
> FileStorage at this point.

BTW: if you're going to do benchmarks, make sure you use "python -O" and 
no -D flag to Zope.  There are a lot of assert statements in 
AdaptableStorage.

Shane