[Zope3-Users] ZODB storage ways
Lennart Regebro
regebro at gmail.com
Mon Apr 3 13:48:53 EDT 2006
On 4/3/06, Reinhold Strobl <reinhold.strobl at gmx.net> wrote:
> I am searching for a way to change transparently the storage of ZODB from
> file-base to a relational database. In general, Zope books state, that this is
> possible.
Yes. By changing the storage from FileStorage to something that stores
pickles in an SQL database. Personally, I have never really understood
why you'd want to do that. :)
> But the reality is different, isn't it?
Well, no, not really, but the solution mentioned in the Zope boks may
not do what you expect.
So, question one: What is it you want to achieve?
--
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
More information about the Zope3-users
mailing list