[ZODB-Dev] ZODB and ORBit-Python problems

Christian Robottom Reis kiko@async.com.br
Fri, 18 May 2001 16:16:58 -0300 (BRT)


On Fri, 18 May 2001, Jim Fulton wrote:

> Of course, if you want to load all your data in memory at once, you don't need
> ZODB.  Where ZODB tries to add value is by loading and keeping just the data 
> you need when you need it.

This makes perfect sense. However, at times, an application has to do
things both ways: use objects interactively with it's interface, loading
and using objects as needed; and generate summaries from information
contained in a series of objects. 

For the second case, I've been thinking over two solution; the first is
moving data to a summary store periodically, already summarized; the other
is providing a mapping to a RDBMS for just the data you need summarized
and moving data over it periodically too.

The second solution seems sane enough, since it permits different
summaries based on data, and the mapping part can be straighforward if you
don't want to map the whole world, too.

Take care,
--
/\/\ Christian Reis, Senior Engineer, Async Open Source, Brazil
~\/~ http://async.com.br/~kiko/ | [+55 16] 274 4311