Re: Join with equals?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Join with equals?
Дата
Msg-id 20040220225622.GC28711@svana.org
обсуждение исходный текст
Ответ на Join with equals?  (Randall Skelton <skelton@atm.ox.ac.uk>)
Список pgsql-general
On Wed, Feb 18, 2004 at 11:58:24AM -0500, Randall Skelton wrote:
> Greetings all,
>
> I am trying to do what should be a simple join but the tables are very
> large and it is taking a long, long time.  I have the feeling that I
> have stuffed up something in the syntax.
>
> Here is what I have:
>
> telemetry=> select (tq1.timestamp = tq2.timestamp) as timestamp,
> tq1.value as q1, tq2.value as q2 from cal_quat_1 tq1 inner join
> cal_quat_2 as tq2 using (timestamp) where timestamp > '2004-01-12
> 09:47:56.0000 +0' and timestamp < '2004-01-12 09:50:44.7187 +0' order
> by timestamp;

Please run ANALYZE and then send the EXPLAIN ANALYZE <query> output.
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> If the Catholic church can survive the printing press, science fiction
> will certainly weather the advent of bookwarez.
>    http://craphound.com/ebooksneitherenorbooks.txt - Cory Doctorow

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Cascade delete triggers change user credentials
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: postgresql system column errors