Re: BUG #5727: Indexes broken in streaming replication

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5727: Indexes broken in streaming replication
Дата
Msg-id 28419.1288114559@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5727: Indexes broken in streaming replication  ("Jan Kantert" <jan-postgres@kantert.net>)
Список pgsql-bugs
"Jan Kantert" <jan-postgres@kantert.net> writes:
> After we created the index again, we saw strange problems on the slave:

> master=# CREATE INDEX index_user_lower_login ON users USING hash
> (lower(login::text));

Hash indexes are not replicated.  There's seldom any very good reason to
use them in practice, because they also have no WAL protection and don't
perform very well anyway.  Why did you pick a hash index for a
production application?

            regards, tom lane

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

Предыдущее
От: "Jan Kantert"
Дата:
Сообщение: BUG #5727: Indexes broken in streaming replication
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5727: Indexes broken in streaming replication