@@ -3690,6 +3690,7 @@ project
36903690 ├── cost: 112.347141
36913691 ├── fd: ()-->(2,5,6,12,13,17,20,21), (1)-->(3,4), (1)==(11,16), (11)==(1,16), (5)==(12,20), (12)==(5,20), (6)==(13,21), (13)==(6,21), (16)-->(18,19), (16)==(1,11), (20)==(5,12), (21)==(6,13), (2)==(17), (17)==(2), (3)==(18), (18)==(3), (4)==(19), (19)==(4)
36923692 ├── distribution: ap-southeast-2
3693+ ├── lookup table distribution: ap-southeast-2,ca-central-1,us-east-1
36933694 ├── inner-join (lookup abc@abc_id1_id2_idx [as=a])
36943695 │ ├── columns: a.id:1 a.id1:2 a.id2:5 a.crdb_region:6 str:10 abc_id:11 x.id2:12 x.crdb_region:13 b.id:16 b.id1:17 b.created_at:18 b.updated_at:19 b.id2:20 b.crdb_region:21
36953696 │ ├── key columns: [13 17 12 11] = [6 2 5 1]
@@ -3699,6 +3700,7 @@ project
36993700 │ ├── cost: 112.088874
37003701 │ ├── fd: ()-->(2,5,6,12,13,17,20,21), (16)-->(18,19), (11)==(1,16), (16)==(1,11), (12)==(5,20), (20)==(5,12), (13)==(6,21), (21)==(6,13), (6)==(13,21), (2)==(17), (17)==(2), (5)==(12,20), (1)==(11,16)
37013702 │ ├── distribution: ap-southeast-2
3703+ │ ├── lookup table distribution: ap-southeast-2,ca-central-1,us-east-1
37023704 │ ├── inner-join (lookup abc [as=b])
37033705 │ │ ├── columns: str:10 abc_id:11 x.id2:12 x.crdb_region:13 b.id:16 b.id1:17 b.created_at:18 b.updated_at:19 b.id2:20 b.crdb_region:21
37043706 │ │ ├── key columns: [21 16] = [21 16]
@@ -3708,6 +3710,7 @@ project
37083710 │ │ ├── cost: 107.514948
37093711 │ │ ├── fd: ()-->(12,13,17,20,21), (16)-->(18,19), (11)==(16), (16)==(11), (12)==(20), (20)==(12), (13)==(21), (21)==(13)
37103712 │ │ ├── distribution: ap-southeast-2
3713+ │ │ ├── lookup table distribution: ap-southeast-2,ca-central-1,us-east-1
37113714 │ │ ├── interesting orderings: (+11 opt(12,13)) (+10,+11 opt(12,13)) (+16 opt(17,20,21))
37123715 │ │ ├── inner-join (lookup abc@abc_id1_id2_idx [as=b])
37133716 │ │ │ ├── columns: str:10 abc_id:11 x.id2:12 x.crdb_region:13 b.id:16 b.id1:17 b.id2:20 b.crdb_region:21
@@ -3718,6 +3721,7 @@ project
37183721 │ │ │ ├── cost: 88.4621065
37193722 │ │ │ ├── fd: ()-->(12,13,17,20,21), (13)==(21), (21)==(13), (12)==(20), (20)==(12), (11)==(16), (16)==(11)
37203723 │ │ │ ├── distribution: ap-southeast-2
3724+ │ │ │ ├── lookup table distribution: ap-southeast-2,ca-central-1,us-east-1
37213725 │ │ │ ├── interesting orderings: (+(11|16) opt(12,13,17,20,21,28)) (+10,+(11|16) opt(12,13,17,20,21,28))
37223726 │ │ │ ├── project
37233727 │ │ │ │ ├── columns: "lookup_join_const_col_@17":28 str:10 abc_id:11 x.id2:12 x.crdb_region:13
0 commit comments