[FEAT MERGE] OLTP performance and cpu reduction optimization under tiny specification

Co-authored-by: hezuojiao <hezuojiao@gmail.com>
This commit is contained in:
obdev
2023-04-26 15:30:17 +00:00
committed by ob-robot
parent 8ad13af591
commit 8fb50cdf65
179 changed files with 3131 additions and 1425 deletions

View File

@ -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);

View File

@ -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