Database I/O and other performance questions.

From: Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my>
To: pgsql-general(at)postgresql(dot)org
Subject: Database I/O and other performance questions.
Date: 2000-12-23 10:14:26
Message-ID: 3.0.5.32.20001223181426.009d3ac0@192.228.128.13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi everyone,

What typical/max database I/O throughputs are people getting for simple
selects of datasets cached in memory but not explicitly clustered?
100KB/sec? 1MB/sec? 10MB/sec? (assuming << 8KB rows).

Does a "select count(*) from tablename where ..." actually retrieve all
columns from all the selected rows or does it only count the rows?

That is to say:
would/should select count(*) be slower than select
count(averysmallcolumnmaybeboolean)

I'll test stuff out in practice, but it'll be good to know what it should
be in theory.

Thanks!
Link.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2000-12-23 13:27:40 Re: allowing users access to a trusted C function
Previous Message Lincoln Yeoh 2000-12-23 10:09:11 Performance and doing USENET style threaded messages