[Grok-dev] Re: Off topic: Performance of Sqlite3 vs. Zodb
Alexander Limi
limi at plone.org
Thu Mar 13 16:34:34 EDT 2008
On Thu, 13 Mar 2008 11:38:13 -0700, Sebastian Ware
<sebastian at urbantalk.se> wrote:
> I was surprised to find that Zodb was 20 times faster (but obviously
> growing quite rapidly in size during the process) than Sqlite3. This was
> a sursprise to me, but I wonder if this is what one would expect?
It's certainly what I would expect, since the ZODB doesn't have to do any
serialization, it just stores a Python pickle.
--
Alexander Limi · http://limi.net
More information about the Grok-dev
mailing list