[CP] support virtual table and core table gather stats and use stats
This commit is contained in:
@ -3,3 +3,6 @@ create user if not exists 'admin' IDENTIFIED BY 'admin';
|
||||
grant all on *.* to 'admin' WITH GRANT OPTION;
|
||||
create database obproxy;
|
||||
|
||||
|
||||
ANALYZE TABLE OCEANBASE.__ALL_VIRTUAL_CORE_ALL_TABLE COMPUTE STATISTICS;
|
||||
ANALYZE TABLE OCEANBASE.__ALL_VIRTUAL_CORE_COLUMN_TABLE COMPUTE STATISTICS;
|
||||
Reference in New Issue
Block a user