[Grok-dev] Re: STORM howto
Wichert Akkerman
wichert at wiggy.net
Fri Mar 14 06:49:22 EDT 2008
Previously Sebastian Ware wrote:
> ** On order of persistence **
>
> Something that was interesting however is that the lines were written
> in a different (random) order than the objects were assigned to the
> container. Is this the intended behaviour?
In the ZODB you mean? Objects are stored in a btree and will be sorted
using whatever mechanism the btree uses internally to balance the tree.
I would consider this expected behaviour.
Wichert.
--
Wichert Akkerman <wichert at wiggy.net> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
More information about the Grok-dev
mailing list