Re: Create Index Performance Issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Create Index Performance Issue
Дата
Msg-id 24530.1212590735@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Create Index Performance Issue  (Rudolf van der Leeden <vanderleeden@logicunited.com>)
Ответы Re: Create Index Performance Issue  (Rudolf van der Leeden <vanderleeden@logicunited.com>)
Список pgsql-admin
Rudolf van der Leeden <vanderleeden@logicunited.com> writes:
> [ different times to build a varchar index on allegedly identical
>   installations ]

Perhaps one is using C locale and the other is not?  strcmp() vs
strcoll() is a pretty big hit.  In general it'd be worth dumping
out the whole contents of pg_settings and diffing those two files
to see if you missed any configuration differences.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: unrecognized configuration parameter "synchronize_seqscans"
Следующее
От: zferentz@gmail.com
Дата:
Сообщение: Postgres security issue - protecting datafiles