[Zope] Zope's database capability
schimcsig marton
nuon@freemail.hu
Tue, 29 Jan 2002 18:18:00 -0800
Hi Zopers,
Jim Penny wrote:
> Never store things in ZODB that change often (things like page counters
> are prime examples.)
Are there other solutions for counter-like apps than an RDBMS or the
file system?
(We don't wanna give Zope file system access for maximum security... )
Do I really have to set up an RDBMS and a table for small, tabular,
frequently changing data?
Can I do this with non_undo dbs?
Is the write process slow because of the undo feature?
Thanx,
nuon