Re: Row Limit on tables

From: Curt Sampson <cjs(at)cynic(dot)net>
To: Steve Wolfe <steve(at)iboats(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Row Limit on tables
Date: 2002-06-01 06:09:16
Message-ID: Pine.NEB.4.43.0206011505250.5683-100000@angelic.cynic.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 31 May 2002, Steve Wolfe wrote:

> You seem to be confusing the question "How many rows can I have in a
> table?" with "How fast will query (X) run on a table with (Y) rows?"

IMHO, they're part of the same question. Given unlimited time, sure
your table size limit is disk space. But it seems to me, from
looking at the conversations here, that people don't care to wait
unlimited time for the results of a query.

> That's one extreme end of the spectrum, why not look at the other? You
> could load up on low-latency, 10K RPM 9-gig drives, and have amazing
> throughput with only a very small fraction of the total storage capacity.

I'm not convinced that the thoughput would be all that much better,
in fact, given an equivalant number of drives. I'd be interested
in hearing about the results of tests that show otherwise.

How many I/Os per second does a good modern 10K RPM SCSI drive do
these days, anyway?

cjs
--
Curt Sampson <cjs(at)cynic(dot)net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2002-06-01 08:19:54 Re: Row Limit on tables
Previous Message Steve Wolfe 2002-05-31 18:57:16 Re: Row Limit on tables