Re: When should I worry? - Mailing list pgsql-general

From Filip Rembiałkowski
Subject Re: When should I worry?
Date
Msg-id 92869e660706110952r3f8e8ad4w8890df351195b880@mail.gmail.com
Whole thread Raw
In response to Re: When should I worry?  ("Alexander Staubo" <alex@purefiction.net>)
Responses Re: When should I worry?  (Steve Crawford <scrawford@pinpointresearch.com>)
List pgsql-general
2007/6/10, Alexander Staubo <alex@purefiction.net>:
> On 6/10/07, Tom Allison <tom@tacocat.net> wrote:
> > The table itself is small (two columns: bigint, int) but I'm wondering when I'll
> > start to hit a knee in performance and how I can monitor that.
>
> You don't say anything about what the data is in the table or what
> queries you run against it, so there's not much here to give advice
> about.
>
> For the monitoring, however, you can log your queries along with
> timings and timestamps, and copy them into a tool like R to
> statistically analyze your performance over time. You will be able to
> predict the point at which your system will be too slow to use, if
> indeed the performance degradation is expontential.

Could you please share some details about this "tool like R"? Maybe
some links or usage examples?

TIA.



--
Filip Rembiałkowski

pgsql-general by date:

Previous
From: "Shoaib Mir"
Date:
Subject: Re: Materializing the relation
Next
From: Steve Crawford
Date:
Subject: Re: When should I worry?