supporting sub_ctxs for each tenant_ctx_allocator, which can optimize the problem of memory fragmentation.
This commit is contained in:
@ -3191,7 +3191,7 @@ int ObSql::generate_plan(ParseResult &parse_result,
|
||||
ObExplainDisplayOpt option;
|
||||
option.with_tree_line_ = false;
|
||||
ObSqlPlan sql_plan(logical_plan->get_allocator());
|
||||
ObSEArray<common::ObString, 64> plan_strs;
|
||||
ObSEArray<common::ObString, 32> plan_strs;
|
||||
if (OB_TMP_FAIL(sql_plan.print_sql_plan(logical_plan,
|
||||
EXPLAIN_EXTENDED,
|
||||
option,
|
||||
|
||||
Reference in New Issue
Block a user