On Wed, 2002-04-24 at 17:39, Jason Spisak wrote: > This means that every Update/Insert command make sthe ZODB > grow, right?
Wrong. Transactions allways happen. An insert/update causes the db adapter in question to register itself for transactions, but ZODB itself won't inflate unless an object in it changes. > Has anyone had experience with Packing a site > with high traffic in a case like this (RDBMS backend)? What > happens? The only thing you have to consider wrt packing is the performance impact of packing. In most cases, it's negligible. Cheers, Leo -- Ideas don't stay in some minds very long because they don't like solitary confinement. _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )