Re: parse partition strategy string in gram.y

Поиск
Список
Период
Сортировка
От Finnerty, Jim
Тема Re: parse partition strategy string in gram.y
Дата
Msg-id B2B74C3C-9998-4AF9-805B-9F37E946F3B9@amazon.com
обсуждение исходный текст
Ответ на Re: parse partition strategy string in gram.y  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: parse partition strategy string in gram.y  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Or if you know the frequencies of the highly frequent values of the partitioning key at the time the partition bounds
aredefined, you could define hash ranges that contain approximately the same number of rows in each partition.  A
parallelsequential scan of all partitions would then perform better because data skew is minimized. 
 


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

Предыдущее
От: Reid Thompson
Дата:
Сообщение: Re: Add the ability to limit the amount of memory that can be allocated to backends.
Следующее
От: Reid Thompson
Дата:
Сообщение: Re: Add tracking of backend memory allocated to pg_stat_activity