Pg scanning all partitions for non static values

前端 未结 0 663
失恋的感觉
失恋的感觉 2020-12-09 00:17

I have simple setup like below with declarative partitioning

CREATE TABLE foo
(
    foo_id integer NOT NULL,
    page integer
) PARTITION BY RANGE (page);   
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题