CDB_OverviewsTest: Run analyze for consistency
This commit is contained in:
parent
7e131143f9
commit
74f939fd53
@ -2,6 +2,7 @@ SET client_min_messages TO error;
|
|||||||
\set VERBOSITY default
|
\set VERBOSITY default
|
||||||
|
|
||||||
\i test/overviews/fixtures.sql
|
\i test/overviews/fixtures.sql
|
||||||
|
vacuum ANALYZE; -- Make sure there are metrics for ST_EstimatedExtent
|
||||||
|
|
||||||
SELECT _CDB_Aggregable_Attributes_Expression('base_bare_t'::regclass);
|
SELECT _CDB_Aggregable_Attributes_Expression('base_bare_t'::regclass);
|
||||||
SELECT _CDB_Aggregated_Attributes_Expression('base_bare_t'::regclass);
|
SELECT _CDB_Aggregated_Attributes_Expression('base_bare_t'::regclass);
|
||||||
|
@ -6,6 +6,7 @@ INSERT 0 1114
|
|||||||
CREATE TABLE
|
CREATE TABLE
|
||||||
INSERT 0 5
|
INSERT 0 5
|
||||||
SELECT 1114
|
SELECT 1114
|
||||||
|
VACUUM
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user