[ZODB-Dev] minimizing the need for database packing
Jim Fulton
jim at zope.com
Thu Jan 3 13:42:30 EST 2008
On Jan 3, 2008, at 1:11 PM, Dieter Maurer wrote:
...
> When we use it, I will have a look whether I still see optimization
> potential :-)
I'm sure you will. In fact, I'm pretty sure that it could be sped up
by optimizing some of the Python code. For our largish databases, the
old pack typically used a small percentage of the CPU most of the
time, whereas the new packing code is mostly CPU bound, because it
does much saner I/O.
Jim
--
Jim Fulton
Zope Corporation
More information about the ZODB-Dev
mailing list