Re: Indexes on partitioned tables and foreign partitions
От
Arseny Sher
Тема
Re: Indexes on partitioned tables and foreign partitions
Дата
Msg-id
87r2mkdhwl.fsf@ars-thinkpad
Ответ на
Re: Indexes on partitioned tables and foreign partitions (Simon Riggs)
Список
Дерево обсуждения
Indexes on partitioned tables and foreign partitions Arseny Sher <a.sher@postgrespro.ru>
Re: Indexes on partitioned tables and foreign partitions Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Indexes on partitioned tables and foreign partitions Simon Riggs <simon@2ndquadrant.com>
Re: Indexes on partitioned tables and foreign partitions Arseny Sher <a.sher@postgrespro.ru>
Re: Indexes on partitioned tables and foreign partitions Simon Riggs <simon@2ndquadrant.com>
Re: Indexes on partitioned tables and foreign partitions Arseny Sher <a.sher@postgrespro.ru>
Re: Indexes on partitioned tables and foreign partitions Robert Haas <robertmhaas@gmail.com>
Re: Indexes on partitioned tables and foreign partitions Tom Lane <tgl@sss.pgh.pa.us>
Re: Indexes on partitioned tables and foreign partitions Michael Paquier <michael@paquier.xyz>
Re: Indexes on partitioned tables and foreign partitions Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Indexes on partitioned tables and foreign partitions Alvaro Herrera <alvherre@2ndquadrant.com>
Re: Indexes on partitioned tables and foreign partitions Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Indexes on partitioned tables and foreign partitions Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>
Re: Indexes on partitioned tables and foreign partitions Simon Riggs <simon@2ndquadrant.com>
Re: Indexes on partitioned tables and foreign partitions Robert Haas <robertmhaas@gmail.com>
Re: Indexes on partitioned tables and foreign partitions Simon Riggs <simon@2ndquadrant.com>
Re: Indexes on partitioned tables and foreign partitions Robert Haas <robertmhaas@gmail.com>
Re: Indexes on partitioned tables and foreign partitions Simon Riggs <simon@2ndquadrant.com>
Re: Indexes on partitioned tables and foreign partitions Robert Haas <robertmhaas@gmail.com>
Re: Indexes on partitioned tables and foreign partitions Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Indexes on partitioned tables and foreign partitions Michael Paquier <michael@paquier.xyz>
Re: Indexes on partitioned tables and foreign partitions Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Re: Indexes on partitioned tables and foreign partitions Robert Haas <robertmhaas@gmail.com>
Re: Indexes on partitioned tables and foreign partitions Simon Riggs <simon@2ndquadrant.com>
Re: Indexes on partitioned tables and foreign partitions Robert Haas <robertmhaas@gmail.com>
Simon Riggs writes: > How much sense is it to have a partitioned table with a mix of local > and foreign tables? Well, as much sense as fdw-based sharding has, for instance. It is arguable, but it exists. > Shouldn't the fix be to allow creation of indexes on foreign tables? > (Maybe they would be virtual or foreign indexes??) Similar ideas were discussed at [1]. There was no wide consensus of even what problems such feature would solve. Since currently indexes on foreign tables are just forbidden, it seems to me that the best what partitioning code can do today is just not creating them. [1] https://www.postgresql.org/message-id/flat/4F62FD69.2060007%40lab.ntt.co.jp#4F62FD69.2060007@lab.ntt.co.jp -- Arseny Sher Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
В списке pgsql-hackers по дате отправления