[Opt](orc)Optimize the merge io when orc reader read multiple tiny stripes. (#42004) (#44239)

bp #42004

Co-authored-by: kaka11chen <kaka11.chen@gmail.com>
This commit is contained in:
daidai
2024-11-22 11:01:41 +08:00
committed by GitHub
parent 75f8323f45
commit 702abbff0f
15 changed files with 3043 additions and 17 deletions

View File

@ -0,0 +1,11 @@
use `default`;
CREATE TABLE `orc_tiny_stripes`(
col1 bigint,
col2 string,
col3 bigint
)
STORED AS orc
LOCATION '/user/doris/preinstalled_data/orc/orc_tiny_stripes';
msck repair table orc_tiny_stripes;