[Zope] ZODB Storage Question
Toby Dickenson
tdickenson@geminidataloggers.com
Mon, 19 Jun 2000 09:26:45 +0100
On Tue, 13 Jun 2000 16:31:09 -0400, "Pete Kazmier" <pete@kazmier.com>
wrote:
>I have about 400 objects that are updated every ten minutes. Needless
>to say, Data.fs grows a little faster than I'd like. I'm only
>changing about 5 attributes of each object .....
Ok, so 5 small attributes change, but how much doesnt change?
ZODB will store a new copy of the whole object if just one attribute
changes. If you have some large attributes that rarely change then you
can save space by storing it in a different object.
Toby Dickenson
tdickenson@geminidataloggers.com