Re: BUG #7519: incresed data base size and query performance lost

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-bugs(at)postgresql(dot)org>,<lokendra(dot)dixit(at)rmsi(dot)com>
Subject: Re: BUG #7519: incresed data base size and query performance lost
Date: 2012-09-04 22:08:42
Message-ID: 5046359A0200008F0001512B@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

<lokendra(dot)dixit(at)rmsi(dot)com> wrote:

> PostgreSQL version: 8.4.11

> 1.When I am taking bacup and restore two three times when databse
> size automatically incresed please descrive the solution.
>
> 2. I have created non cluster index on tables to increase query
> performance at same time performance incresed but after one month
> on same query on same database again query lost performance two
> three time what is reson behind this.

Everything you are describing sounds like the kind of bloat you get
if you don't have autovacuum configured aggressively enough. To
give people a little more to work with, please describe you hardware
and show the results of running the query on this page:

http://wiki.postgresql.org/wiki/Server_Configuration

-Kevin

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message sbasurto 2012-09-05 01:31:34 BUG #7520: regexp_matches does not work as expected
Previous Message Tom Lane 2012-09-04 20:02:20 Re: BUG #6704: ALTER EXTENSION postgis SET SCHEMA leaves dangling relations