[Zope-dev] PHP vs Zope cost benefit
   
    Leonardo Rochael Almeida
     
    leo@hiper.com.br
       
    24 Apr 2002 19:22:31 -0300
    
    
  
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.