mirror of https://github.com/citusdata/citus.git
local_dist_join_mixed
parent
cb9bf6aa22
commit
6d7b6c84c8
|
@ -1,3 +1,7 @@
|
||||||
|
-- Two alternative test outputs:
|
||||||
|
-- local_dist_join_mixed.out for PG16 and before
|
||||||
|
-- local_dist_join_mixed_0.out for PG17
|
||||||
|
-- PostgreSQL 17 optimizes correlated subqueries by pushing down filter conditions into subplans for more efficient query execution.
|
||||||
CREATE SCHEMA local_dist_join_mixed;
|
CREATE SCHEMA local_dist_join_mixed;
|
||||||
SET search_path TO local_dist_join_mixed;
|
SET search_path TO local_dist_join_mixed;
|
||||||
CREATE TABLE distributed (key int, id bigserial PRIMARY KEY,
|
CREATE TABLE distributed (key int, id bigserial PRIMARY KEY,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,7 @@
|
||||||
|
-- Two alternative test outputs:
|
||||||
|
-- local_dist_join_mixed.out for PG16 and before
|
||||||
|
-- local_dist_join_mixed_0.out for PG17
|
||||||
|
-- PostgreSQL 17 optimizes correlated subqueries by pushing down filter conditions into subplans for more efficient query execution.
|
||||||
CREATE SCHEMA local_dist_join_mixed;
|
CREATE SCHEMA local_dist_join_mixed;
|
||||||
SET search_path TO local_dist_join_mixed;
|
SET search_path TO local_dist_join_mixed;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue