Re: mysterious difference in speed when combining two queries with OR
От | A. Kretschmer |
---|---|
Тема | Re: mysterious difference in speed when combining two queries with OR |
Дата | |
Msg-id | 20080423085704.GG8401@a-kretschmer.de обсуждение исходный текст |
Ответ на | Re: mysterious difference in speed when combining two queries with OR ("A. Kretschmer" <andreas.kretschmer@schollglas.com>) |
Ответы |
Re: mysterious difference in speed when combining two queries with OR
|
Список | pgsql-performance |
am Wed, dem 23.04.2008, um 9:58:10 +0200 mailte A. Kretschmer folgendes: > > Query A (two queries) > > > > select distinct moment.mid from moment,timecard where parent = 45 and (pid=17 and timecard.mid = moment.mid) order bymoment.mid; > > select distinct moment.mid from moment,timecard where parent = 45 and (pbar = 0) order by moment.mid; > > > > Query B (combining the two with OR) > > > > select distinct moment.mid from moment,timecard where parent = 45 and ((pid=17 and timecard.mid = moment.mid) or (pbar= 0)) order by moment.mid; Thanks to depesz on #postgresql (irc-channel): Query A, the second query: there are no join between the 2 tables. Mistake? Andreas -- Andreas Kretschmer Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header) GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net
В списке pgsql-performance по дате отправления: