Re: Declarative partitioning
| От | Amit Langote |
|---|---|
| Тема | Re: Declarative partitioning |
| Дата | |
| Msg-id | 55D5A1D0.2070709@lab.ntt.co.jp обсуждение |
| Ответ на | Re: Declarative partitioning (Pavan Deolasee <pavan.deolasee@gmail.com>) |
| Ответы |
Re: Declarative partitioning
|
| Список | pgsql-hackers |
On 2015-08-20 PM 06:27, Pavan Deolasee wrote: > On Tue, Aug 18, 2015 at 4:00 PM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp >> wrote: >> >> PARTITION BY LIST ON (name) >> PARTITION BY RANGE ON (year, month) >> >> PARTITION BY LIST ON ((lower(left(name, 2))) >> PARTITION BY RANGE ON ((extract(year from d)), (extract(month from d))) >> >> > > How about HASH partitioning? Are there plans to support foreign tables as > partitions? > I've not given HASH partitioning a lot of thought yet. About the latter, it seems it should not be too difficult to incorporate into the proposed partitioning internals. Thanks, Amit
В списке pgsql-hackers по дате отправления: