Andreas Jung wrote at 2008-9-12 10:31 +0200: >anyone having experiences with the performance of Relstorage on Zope >installations which heavy parallel writes (which is often a bottleneck). >Does Relstorage provide any significant advantages over ZEO.
As "Relstorage" emulates "FileStorage" behaviour for writes/commits, using the same storage global lock, you should not see a significant change. Maybe, writing the "log" temporary file is avoided. -- Dieter _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev