Re: [PERFORM] Simple select hangs while CPU close to 100%

2007-07-22 Thread Adam Tauno Williams
> I’m having this very disturbing problem. I got a table with about > 100,000 rows in it. Our software deletes the majority of these rows > and then bulk loads another 100,000 rows into the same table. All this > is happening within a single transaction. I then perform a simple > “select count(*)

Re: [PERFORM] Postgres configuration for 64 CPUs, 128 GB RAM...

2007-07-22 Thread Luke Lonergan
Josh, On 7/20/07 4:26 PM, "Josh Berkus" <[EMAIL PROTECTED]> wrote: > There are some specific tuning parameters you need for ZFS or performance > is going to suck. > > http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide > (scroll down to "PostgreSQL") > http://www.sun.com/serv

Re: [PERFORM] Simple select hangs while CPU close to 100%

2007-07-22 Thread Pavel Stehule
Hello did you vacuum? It's good technique do vacuum table after remove bigger number of rows. Regards Pavel Stehule 2007/7/22, Jozsef Szalay <[EMAIL PROTECTED]>: I'm having this very disturbing problem. I got a table with about 100,000 rows in it. Our software deletes the majority of thes

[PERFORM] Simple select hangs while CPU close to 100%

2007-07-22 Thread Jozsef Szalay
I'm having this very disturbing problem. I got a table with about 100,000 rows in it. Our software deletes the majority of these rows and then bulk loads another 100,000 rows into the same table. All this is happening within a single transaction. I then perform a simple "select count(*) from ..." s