Re: INHERITS doesn't offer enough functionality

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: INHERITS doesn't offer enough functionality
Дата
Msg-id 39EEC127.CFD0ABF3@tpf.co.jp
обсуждение исходный текст
Ответ на Re: INHERITS doesn't offer enough functionality  ("Oliver Elphick" <olly@lfix.co.uk>)
Список pgsql-hackers

Chris wrote:

> It's pretty clear to me that an inherited index should be only one
> index. There may be a case for optional non-inherited indexes (CREATE
> INDEX ON ONLY foobar), but if the index is inherited, it is just one
> index.
>
> At the end of the day though, the reason is only performance. The
> semantics should be the same no matter whether implemented as multiple
> indexes or not. Performance is much better with one index though.(*)
>

Is it true ?
How to guarantee the uniqueness using multiple indexes ?

Regards.
Hiroshi Inoue



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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: AW: Backup, restore & pg_dump
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: Re: pg_dump docs