[ZODB-Dev] Problem Storing Infinity
Dieter Maurer
dieter at handshake.de
Wed Sep 13 13:41:54 EDT 2006
Jim Fulton wrote at 2006-9-12 15:27 -0400:
> ...
>Plus version 0 pickles are more readable. :) Honestly.
But very inefficient.
I remember having analysed a peculiar effect reported by Andreas:
Transfering large binary file objects between Zope and ZEO took excessive
time.
I found the cause in the ZEO protocol which used (accidentally)
protocol 0. It encoded almost every byte with escape sequences
and was horribly slow.
Switching to protocol 1 removed this inefficiency.
--
Dieter
More information about the ZODB-Dev
mailing list