[FEAT MERGE] OLTP performance and cpu reduction optimization under tiny specification
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
result_format: 4
|
||||
explain_protocol: 2
|
||||
alter system set _enable_newsort = true;
|
||||
drop table if exists xy_t1, xy_t2;
|
||||
create table xy_t1(c1 int, c2 int);
|
||||
create table xy_t2(c1 int, c2 int);
|
||||
|
||||
@ -12,6 +12,13 @@ set @@session.explicit_defaults_for_timestamp=off;
|
||||
--result_format 4
|
||||
--explain_protocol 2
|
||||
|
||||
connect (syscon, $OBMYSQL_MS0,admin,$OBMYSQL_PWD,test,$OBMYSQL_PORT);
|
||||
connection syscon;
|
||||
alter system set _enable_newsort = true;
|
||||
--sleep 3
|
||||
connection default;
|
||||
--sleep 3
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists xy_t1, xy_t2;
|
||||
--enable_warnings
|
||||
|
||||
Reference in New Issue
Block a user