Re: [PERFORM] Upgrade to dual processor machine?

Поиск
Список
Период
Сортировка
От jmelesky@performics.com
Тема Re: [PERFORM] Upgrade to dual processor machine?
Дата
Msg-id 20021114213146.60390476B0C@postgresql.org
обсуждение исходный текст
Ответ на Re: Upgrade to dual processor machine?  ("Henrik Steffen" <steffen@city-map.de>)
Список pgsql-general
On 14 Nov, Henrik Steffen wrote:
> of course, there are some seq scans... one of the most
> difficult queries is for example a kind of full text
> search, that searches through 8 different tables with
> each between 300.000 and 500.000 rows and 5-50 columns,
> but that's a different issue (need a full-text-search-engine...)

Ah, well, it may be worthwhile to check out fulltextindex or tsearch
in contrib/. They both require some changes to the way you do queries,
but they may be helpful in speeding up those queries.

-johnnnnnnnnn



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

Предыдущее
От: Vassil Kriakov
Дата:
Сообщение: C++: get value for integral types?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: running query