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