Re: Comparison of Oracle and PostgreSQL full text search

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: Comparison of Oracle and PostgreSQL full text search
Дата
Msg-id AANLkTin4x_63PZH3inb3Jc-MvKnERFomp-zxyLU+xszt@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Comparison of Oracle and PostgreSQL full text search  (Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>)
Ответы Re: Comparison of Oracle and PostgreSQL full text search  (Howard Rogers <hjr@diznix.com>)
Список pgsql-general
On 28 July 2010 02:58, Howard Rogers <hjr@diznix.com> wrote:
> For what it's worth, I wrote up the performance comparison here:
> http://diznix.com/dizwell/archives/153
>

Thanks, very interesting results. I wonder, are the results being
sorted by the database? The performance degradation for large numbers
of results might be explained by it switching over from an internal to
an external sort, in which case tweaking work_mem might make a
difference.

Of course this is pure speculation without the EXPLAIN ANALYSE output.

Regards,
Dean

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

Предыдущее
От: Ned Lilly
Дата:
Сообщение: Re: Which CMS/Ecommerce/Shopping cart ?
Следующее
От: venkat
Дата:
Сообщение: How to get geometry enabled Tables form Postgresql/postgis