From: | grant <grant(at)amadensor(dot)com> |
---|---|
To: | Shaun Thomas <sthomas(at)townnews(dot)com> |
Cc: | "Samuel J(dot) Sutjiono" <ssutjiono(at)wc-group(dot)com>, <pgsql-general(at)postgresql(dot)org>, <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Why very high CPU usage |
Date: | 2002-05-10 23:19:44 |
Message-ID: | Pine.LNX.4.33.0205101619070.3799-100000@dbms.amadensor.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-sql |
I have found turning off seq scans to be a mess at times. Instead, I just
made them more expensive so that the system is very unlikely to use them.
______________________________________________________________________________
Your mouse has moved.
You must restart Windows for your changes to take effect.
#!/usr/bin/perl
print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);
From | Date | Subject | |
---|---|---|---|
Next Message | Francisco Reyes | 2002-05-11 01:41:51 | Re: Index usage vs large repetitions of key |
Previous Message | Shaun Thomas | 2002-05-10 21:41:45 | Re: Why very high CPU usage |
From | Date | Subject | |
---|---|---|---|
Next Message | Rajesh Kumar Mallah. | 2002-05-11 04:37:47 | Very high load average but no cpu utilization ? |
Previous Message | Shaun Thomas | 2002-05-10 21:41:45 | Re: Why very high CPU usage |