[FEAT MERGE] sql execution improvements

Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: tushicheng <18829573815@163.com>
This commit is contained in:
obdev
2024-06-21 15:16:43 +00:00
committed by ob-robot
parent a238c1fbea
commit cc1b65e578
182 changed files with 18180 additions and 1150 deletions

View File

@ -449,9 +449,9 @@ Outputs & filters:
range_key([t29_25.__pk_increment]), range(MIN ; MAX)always true
3 - output([t29_25.c1]), filter(nil), rowset=256
sort_keys([t29_25.c1, DESC]), topn(1)
4 - output([t29_25.c1]), filter(nil), rowset=256
4 - output([t29_25.c1]), filter([TOPN_FILTER(t29_25.c1)]), rowset=256
access([t29_25.c1]), partitions(p0)
is_index_back=false, is_global_index=false,
is_index_back=false, is_global_index=false, filter_before_indexback[false],
range_key([t29_25.__pk_increment]), range(MIN ; MAX)always true
create table t2 as SELECT t29_25.c1, t29_25.c8
FROM (SELECT (SELECT t29_25.c1

View File

@ -213,6 +213,7 @@ server_check_interval
server_cpu_quota_max
server_cpu_quota_min
server_permanent_offline_time
spill_compression_codec
sql_login_thread_count
sql_net_thread_count
sql_protocol_min_tls_version