Re: Should Oracle outperform PostgreSQL on a complex multidimensional query?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Should Oracle outperform PostgreSQL on a complex multidimensional query?
Дата
Msg-id 18666.1134333534@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Should Oracle outperform PostgreSQL on a complex multidimensional query?  (Pål Stenslet <paal.stenslet@exie.com>)
Список pgsql-performance
=?iso-8859-1?Q?P=E5l_Stenslet?= <paal.stenslet@exie.com> writes:
> I have established similar conditions for the query in PostgreSQL, and =
> it runs in about 30 seconds. Again the CPU utilization is high with no =
> noticable I/O. The query plan is of course very different from that of =
> Oracle, since PostgreSQL lacks the bitmap index merge operation.

Perhaps you should be trying this on PG 8.1?  In any case, without
specific details of your schema or a look at EXPLAIN ANALYZE results,
it's unlikely that anyone is going to have any useful comments for you.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Join the same row
Следующее
От: "Luke Lonergan"
Дата:
Сообщение: Re: Should Oracle outperform PostgreSQL on a complex