Re: Query optimizing - paradox behave

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Query optimizing - paradox behave
Дата
Msg-id 4085.995648716@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Query optimizing - paradox behave  ("David M. Richter" <David.M.Richter@freenet.de>)
Список pgsql-sql
"David M. Richter" <David.M.Richter@freenet.de> writes:
> The query with the 3 tables is faster than the query with 2 tables. 

How you figure that?

> time psql -d compare -c "SELECT patient.*,study.* FROM
> patient,study,relpatient_study000 r0 WHERE
> (patient.chiliOID=r0.parentOID AND study.chiliOID=r0.childOID) order by
> patient.name using <" > 3tableni
> 1.671u 0.130s 0:11.14 16.4%     0+0k 0+0io 208pf+0w

> time psql -d pacs -c "SELECT patient.*,study.* FROM patient,study WHERE
> (patient.chiliOID=study.patientOID ) order by patient.name using <" >
> 2tableni
> 1.730u 0.120s 0:09.44 19.5%     0+0k 0+0io 208pf+0w

9.44 vs 11.14 seconds looks like a clear advantage for the second query
to me...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Cast '' (blank) to null date
Следующее
От: Dado Feigenblatt
Дата:
Сообщение: Re: nextval on insert by arbitrary sequence