Re: Query running slower than same on Oracle

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Query running slower than same on Oracle
Дата
Msg-id 200306251451.33928.josh@agliodbs.com
обсуждение исходный текст
Ответ на Query running slower than same on Oracle  ("Sailer, Denis (YBUSA-CDR)" <Denis.Sailer@Yellowbook.com>)
Список pgsql-performance
Denis,

> I'm wondering what else can be done to tune this type of query.  Is 3
> minutes reasonable given the amount of data that is loaded into the 3
> tables?  Is there anyone else who has made comparisons between Oracle and
> PostgreSQL?

We will probably be a bit slower on aggregates than Oracle is, for reasons
discussed on this list ad nauseum.   However, it also looks from the queries
like you forgot to index your foriegn keys.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Query running slower than same on Oracle
Следующее
От: SZUCS Gábor
Дата:
Сообщение: Re: Similar querys, better execution time on worst execution plan