Thread

  1. Index files grow forever?

    Cary O'Brien <cobrien@radix.net> — 2001-06-12T14:28:11Z

    I've got a system with a few files that have lots of inserts
    and then a batch of deletes every hour if there are too many
    rows in the table. 
    
    There is an index on the table.
    
    The index file seems to grow (slowly) without bound, and vacuum doesn't
    reclaim the space.  Even if I type it slowly and hit the keys very hard.
    
    The size of the data table stays about the same (i.e. space is reclaimed).
    
    Am I seeing things?  
    
    Is this fixed in 7.1.2 (I'm using 7.0.3)?  
    
    How do people deal with this?  Just drop/recreate the index every
    once in a while?
    
    Thanks,
    
    -- cary  (happy PostgreSQL user since 1996)
    
    
    
  2. RE: Index files grow forever?

    Rainer Mager <rmager@vgkk.com> — 2001-06-12T22:19:06Z

    Sorry that I have no answer but I just loved this line...
    
    > Even if I type it slowly and hit the keys very hard.
    
    
    
    --Rainer