postgresql is slow with larger table even it is in RAM - Mailing list pgsql-general

From sathiya psql
Subject postgresql is slow with larger table even it is in RAM
Date
Msg-id f966c2ee0803250151k20dfab39ybc6fc3eb0332e533@mail.gmail.com
Whole thread Raw
Responses Re: postgresql is slow with larger table even it is in RAM  (Tomasz Ostrowski <tometzky@batory.org.pl>)
Re: postgresql is slow with larger table even it is in RAM  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-general
     I have a table with 32 lakh record in it. Table size is nearly 700 MB, and my machine had a 1 GB + 256 MB RAM, i had created the table space in RAM, and then created this table in this RAM.

    So now everything is in RAM, if i do a count(*) on this table it returns 327600 in 3 seconds, why it is taking 3 seconds ????? because am sure that no Disk I/O is happening. ( using vmstat i had confirmed, no disk I/O is happening, swap is also not used )

Any Idea on this ???

I searched a lot in newsgroups ... can't find relevant things.... ( because everywhere they are speaking about disk access speed, here i don't want to worry about disk access )

If required i will give more information on this.

pgsql-general by date:

Previous
From: Shane Ambler
Date:
Subject: Re: Checking if Aggregate exists
Next
From: Magnus Hagander
Date:
Subject: Re: Install Postgresql on Win2000 with Admin Rights