Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: FWD: Update touches unrelated indexes?



Jozsef Szalay wrote:

> >he probably needs to think harder about whether every one of those
> >indexes is really carrying its weight.
> 
> Unfortunately all of those indexes are required by the application. It
> appears that the only viable option I have is to drop the indexes and
> recreate them after the update.

Not at all -- the option is just continue to operate normally after the
update, because all the indexes are always updated.  If you see an index
not being updated, it's a bug and by all means report it, preferably
with a test case other people can reproduce.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2007 PostgreSQL Global Development Group