oceanbase/miniob

运行时参数变更的能力

Open

#235 创建于 2023年8月16日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (1,622 fork)auto 404
featurehelp wanted

仓库指标

Star
 (4,387 star)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 当前需要有一些手段来控制运行时的参数,比如是否打开rewriter,或者打开关闭某些规则。

Describe the solution you'd like A clear and concise description of what you want to happen. 增加系统变量,可以动态更新。 参考MySQL的设计,可以增加全局变量、会话变量的概念,并支持修改和查询。

贡献者指南