On Tue, 13 Jun 2000 16:31:09 -0400, "Pete Kazmier" <[EMAIL PROTECTED]>
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
[EMAIL PROTECTED]

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to