@@ -678,7 +678,7 @@ upsert bc
678
678
query T
679
679
EXPLAIN (OPT, MEMO, REDACT) INSERT INTO bc SELECT a::float + 1 FROM a ON CONFLICT (b) DO UPDATE SET b = bc.b + 100
680
680
----
681
- memo (optimized, ~36KB , required=[presentation: info:25] [distribution: test])
681
+ memo (optimized, ~37KB , required=[presentation: info:25] [distribution: test])
682
682
├── G1: (explain G2 [distribution: test])
683
683
│ └── [presentation: info:25] [distribution: test]
684
684
│ ├── best: (explain G2="[distribution: test]" [distribution: test])
@@ -1117,7 +1117,7 @@ update ab
1117
1117
query T
1118
1118
EXPLAIN (OPT, MEMO, REDACT) UPDATE ab SET a = a || 'ab' WHERE a > 'a'
1119
1119
----
1120
- memo (optimized, ~14KB , required=[presentation: info:15] [distribution: test])
1120
+ memo (optimized, ~15KB , required=[presentation: info:15] [distribution: test])
1121
1121
├── G1: (explain G2 [distribution: test])
1122
1122
│ └── [presentation: info:15] [distribution: test]
1123
1123
│ ├── best: (explain G2="[distribution: test]" [distribution: test])
@@ -1355,7 +1355,7 @@ update e
1355
1355
query T
1356
1356
EXPLAIN (OPT, MEMO, REDACT) UPDATE e SET e = 'eee' WHERE e > 'a'
1357
1357
----
1358
- memo (optimized, ~17KB , required=[presentation: info:17] [distribution: test])
1358
+ memo (optimized, ~18KB , required=[presentation: info:17] [distribution: test])
1359
1359
├── G1: (explain G2 [distribution: test])
1360
1360
│ └── [presentation: info:17] [distribution: test]
1361
1361
│ ├── best: (explain G2="[distribution: test]" [distribution: test])
@@ -1686,7 +1686,7 @@ project
1686
1686
query T
1687
1687
EXPLAIN (OPT, MEMO, REDACT) SELECT * FROM bc WHERE b >= 1.0 AND b < 2.0
1688
1688
----
1689
- memo (optimized, ~12KB , required=[presentation: info:7] [distribution: test])
1689
+ memo (optimized, ~13KB , required=[presentation: info:7] [distribution: test])
1690
1690
├── G1: (explain G2 [presentation: b:1,c:2] [distribution: test])
1691
1691
│ └── [presentation: info:7] [distribution: test]
1692
1692
│ ├── best: (explain G2="[presentation: b:1,c:2] [distribution: test]" [presentation: b:1,c:2] [distribution: test])
@@ -2435,7 +2435,7 @@ project
2435
2435
query T
2436
2436
EXPLAIN (OPT, MEMO, REDACT) SELECT * FROM bc JOIN f ON b = f + 1
2437
2437
----
2438
- memo (optimized, ~28KB , required=[presentation: info:14] [distribution: test])
2438
+ memo (optimized, ~29KB , required=[presentation: info:14] [distribution: test])
2439
2439
├── G1: (explain G2 [presentation: b:1,c:2,f:7] [distribution: test])
2440
2440
│ └── [presentation: info:14] [distribution: test]
2441
2441
│ ├── best: (explain G2="[presentation: b:1,c:2,f:7] [distribution: test]" [presentation: b:1,c:2,f:7] [distribution: test])
0 commit comments