discard ObChunkRowDE mod && do not push view task when queue size almost full

This commit is contained in:
18523270951@163.com
2023-09-09 11:44:07 +00:00
committed by ob-robot
parent e1081698d6
commit de8174ebf2
36 changed files with 68 additions and 55 deletions

View File

@ -162,7 +162,7 @@ public:
int32_t part_level,
int64_t part_shift,
int64_t batchno)
: chunk_row_store_(&alloc),
: chunk_row_store_(common::ObModIds::OB_ARENA_HASH_JOIN, &alloc),
inner_callback_(nullptr),
part_level_(part_level),
part_shift_(part_shift),