File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3812,7 +3812,7 @@ SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38123812SET enable_partition_pruning = off;
38133813EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38143814 QUERY PLAN
3815- ───────────────────────────────────────────────────────────────────────────────────
3815+ -----------------------------------------------------------------------------------
38163816 Aggregate (cost=188.76..188.77 rows=1 width=8)
38173817 -> Append (cost=0.00..181.05 rows=3085 width=0)
38183818 -> Seq Scan on measurement_y2006m02 (cost=0.00..33.12 rows=617 width=0)
@@ -3837,7 +3837,7 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38373837SET enable_partition_pruning = on;
38383838EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
38393839 QUERY PLAN
3840- ───────────────────────────────────────────────────────────────────────────────────
3840+ -----------------------------------------------------------------------------------
38413841 Aggregate (cost=37.75..37.76 rows=1 width=8)
38423842 -> Append (cost=0.00..36.21 rows=617 width=0)
38433843 -> Seq Scan on measurement_y2008m01 (cost=0.00..33.12 rows=617 width=0)
You can’t perform that action at this time.
0 commit comments