Re: Auto Partitioning

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: Auto Partitioning
Дата
Msg-id 4613FDAB.6080501@bluegap.ch
обсуждение исходный текст
Ответ на Re: Auto Partitioning  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Auto Partitioning  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Hi,

Joshua D. Drake wrote:
> If we don't have multi-table indexes how do we enforce a primary key 
> against a partitioned set?

The executor would have to be clever enough to not do a single index 
scan, but possibly scan through multiple indexes when asking for 
uniqueness, depending on the partitioning rule set.

Regards

Markus



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Auto Partitioning
Следующее
От: Markus Schiltknecht
Дата:
Сообщение: Re: Auto Partitioning