How is Greenplum's partitioning different from PG's inheritance

Поиск
Список
Период
Сортировка
От Rakesh Kumar
Тема How is Greenplum's partitioning different from PG's inheritance
Дата
Msg-id DM2PR05MB6229E26A3CAE6ACFAD56EB18CAE0@DM2PR05MB622.namprd05.prod.outlook.com
обсуждение исходный текст
Список pgsql-general
Reading the following two:

http://www.greenplumdba.com/partitioning-in-greenplum

http://gpdb.docs.pivotal.io/4350/admin_guide/ddl/ddl-partition.html

It is clear that GP's partitioning is just a skin on top of inheritance.  Does anyone know how GP implements the insert
re-routing. Is it done via triggers, just like we do in PG. 

thanks.

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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Way to quickly detect if database tables/columns/etc. were modified?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: How to optimize SELECT query with multiple CASE statements?