What is faster?

From: "ON(dot)KG" <skyer(at)on(dot)kg>
To: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: What is faster?
Date: 2005-06-06 16:25:31
Message-ID: 17434586625.20050606202531@on.kg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi All!

What is faster - SLECTion data from one large table (200 000 - 300 000
records), or SELECTion from a few small tables (example, 2 tables 150
000 records each)?

Thank You

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Markus Bertheau ☭ 2005-06-06 16:52:31 SQL equivalent to nested loop
Previous Message Bruno Wolff III 2005-06-06 16:21:00 Re: How do write a query...