[Zope3-Users] Re: ZODB - ways of storages?
Andreas Jung
lists at andreas-jung.com
Sat Mar 4 02:46:53 EST 2006
--On 4. März 2006 08:40:38 +0100 Andreas Elvers <andreas at work.de> wrote:
> Reinhold Strobl wrote:
>
> [...]
>
>>
>> So I expect, ZODB is only a front-end for different ways of storage like
>> file, oracle db, isn't it?
>
> My personal idea of ZODB is some kind of a file system. You can create
> container and items. All this is stored in a file called Data.fs. This
> file system is mounted on startup by the Zope application server.
The ZODB by itself does not know of hierachies. It's basically a persistent
storage of key-value pairs. Zope itself introduces the hierarchy and a
filesystem-like layout by introducing folder-like objects (e.g.
OFS.ObjectManager).
-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope3-users/attachments/20060304/063edd48/attachment.bin
More information about the Zope3-users
mailing list