Split the memory of ObExecContext::temp_ctx_ between tenants.
This commit is contained in:
parent
828fb8b357
commit
ecf9d91575
@ -603,7 +603,7 @@ protected:
|
||||
// expression evaluating allocator
|
||||
common::ObArenaAllocator eval_res_allocator_;
|
||||
common::ObArenaAllocator eval_tmp_allocator_;
|
||||
ObSEArray<ObSqlTempTableCtx, 2> temp_ctx_;
|
||||
ObTMArray<ObSqlTempTableCtx> temp_ctx_;
|
||||
|
||||
// 用于 NLJ 场景下对右侧分区表 TSC 扫描做动态 pruning
|
||||
ObGIPruningInfo gi_pruning_info_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user