[Zope] Re: updating catalog takes forever (never really completes)
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Mon, 23 Sep 2002 18:26:43 +0200
    
    
  
Florent Guillaume writes:
 > Dieter Maurer  <dieter@handshake.de> wrote:
 > > Christopher N. Deckard writes:
 > >  ... deleting catalog meta data columns makes meta data inconsistent ...
 > >
 > > Its an implementation side effect: The meta data for an objects
 > > is stored as tuple; it does not contain the names. Therefore,
 > > when you change the metadata scheme, the tuples are no longer in sync
 > > and you must rebuild the metadata tuples for each object.
 > 
 > Well, let's say it's a bug, period. :-)
I am too pragmatic to call it a bug...
Dieter