Re: Declarative partitioning grammar

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: Declarative partitioning grammar
Дата
Msg-id 478CC1FE.7020005@bluegap.ch
обсуждение исходный текст
Ответ на Re: Declarative partitioning grammar  (Hans-Juergen Schoenig <postgres@cybertec.at>)
Ответы Re: Declarative partitioning grammar  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Hi,

Hans-Juergen Schoenig wrote:
>> What do you need so many partitions for?
> 
> having so many tables is not funny but it can be the only reasonable choice.

Well, what do you do with all those partitions? Most of them will end up 
on the same storage subsystem. So, if you don't partition to spread your 
data across storage with different characteristics, why do you need 
partitioning at all? Isn't an index better in most cases?

Or are you using it as a form of CLUSTERing? Where you expect to reduce 
time for sequential scans over a range? Simon's Segment Exclusion 
proposal looks like a much better fit to that purpose, IMO. It would 
prevent you from having to handle all those partitions manually.

Regards

Markus


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: SSL over Unix-domain sockets
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: SSL over Unix-domain sockets