Re: [ADMIN] Rebuild indexes

2003-07-28 Thread Tom Lane
Shankar K <[EMAIL PROTECTED]> writes: > ... so i then decided to do reindex online, but > that makes exclusive lock on table which would prevent > writing on to tables. So does CREATE INDEX, so it's not clear what you're buying with all these pushups. > 2. analyze table to update stats, so that t

[ADMIN] Rebuild indexes

2003-07-28 Thread Shankar K
Hi Everyone, I've a kind of less inserts/mostly updates table, which we vacuum every half-hour. here is the output of vacuum analyze INFO: --Relation public.accounts-- INFO: Index accounts_u1: Pages 1498; Tuples 515: Deleted 179. CPU 0.00s/0.00u sec elapsed 0.00 sec. INFO: Index acc