19 Jun
2002
19 Jun
'02
7:45 a.m.
John Schinnerer wrote:
If data changes frequently/constantly, RDB 'outside' zope was said to be better.
I wouldn't agree with that. I would say that unless you already have an external data source in a RDB, go for ZODB.
Reason given for difference was something to do with ZODB overhead/bloating of data.fs/something like that when data is frequently changed.
This will only happen if you never pack your ZODB. cheers, Chris