Re: 9.5 new features

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: 9.5 new features
Дата
Msg-id CAKJS1f_U0qMzTM3Gr-12X6iv279kg874Ee4krTbayMerB0KDiQ@mail.gmail.com
обсуждение исходный текст
Ответ на 9.5 new features  (John R Pierce <pierce@hogranch.com>)
Ответы Re: 9.5 new features  (John R Pierce <pierce@hogranch.com>)
Re: 9.5 new features  ("FarjadFarid\(ChkNet\)" <farjad.farid@checknetworks.com>)
Список pgsql-general
On 23 January 2016 at 09:49, John R Pierce <pierce@hogranch.com> wrote:
> one of my coworkers says he thought that 9.5 has some enhancements in
> partitioning, but looking at the release notes I don't see anything specific
> ?    do BRIN's play into partitioned tables ?
>
> in our case, we partition very large 'event' tables by week with 6 month
> retention....

BRIN can be seen as a form of "automatic partitioning", and I have
seen it described as such in documents relating to the BRIN project,
so perhaps that description has made its way further afield and that's
maybe what your coworker heard about.

If you view the inheritance partitioning feature as a method of
eliminating scans of partitions which can be proved unneeded at
planning time, then BRIN can eliminate blocks from a scan of a single
relation (or rather "pages_per_range") during execution time. So I
agree with the "automatic partitioning" description.

--
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: CoC [Final v2]
Следующее
От: John R Pierce
Дата:
Сообщение: Re: 9.5 new features