Qing,

Please don't start a new question by replying to someone else's e-mail.   It 
confuses people and makes it unlikely for you to get help.

> My suspicion is that since  now a few indexes are added, every ops are
> run by PostgreSQL with the indexes being used when calculating cost.
> This leads to the downgrade of performance.

That seems rather unlikely to me.    Unless you've *really* complex queries 
and some unusual settings, you can't swamp the CPU through query planning.    

On the other hand, your mention of REINDEX indicates that the table is being 
updated very frequently.   If that's the case, then the solution is probably 
for you to cut back on the number of indexes.

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to