| From: | Markus Schaber <schabi(at)logix-tt(dot)com> |
|---|---|
| To: | Michael Stone <mstone+postgres(at)mathom(dot)us> |
| Cc: | pgsql-performance(at)postgresql(dot)org |
| Subject: | Re: Where is my bottleneck? |
| Date: | 2006-02-02 12:14:55 |
| Message-ID: | 43E1F7BF.2050100@logix-tt.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
Hi, Michael,
Michael Stone wrote:
>> I have a performance problem and I don't know where is my bottleneck.
>
> [snip]
>
>> Most of the time the idle value is even higher than 60%.
>
> It's generally a fairly safe bet that if you are running slow and your
> cpu is idle, your i/o isn't fast enough.
Or the query is misoptimized (low work_mem, missing indices) and cause
much more I/O than necessary.
HTH,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS
Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Markus Schaber | 2006-02-02 12:44:23 | Re: partitioning and locking problems |
| Previous Message | Pradeep Parmar | 2006-02-02 07:09:59 | pgbench output |