oceanbase / oceanbase/miniob

拆分physical operator 为物理算子与执行

Open
#353 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted
Dominant language
C++
Stars
4.4k
Forks
1.6k
PR merge metrics
No merged PRs in 30d

Description

Enhancement
当前的物理算子中直接包含了实现。将他们拆分成两个对象:描述物理算子信息的对象,和执行节点会使扩展性更强,代码更清晰。

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by mapping the physical-operator and execution-node code in the C++ database engine; the issue does not name specific files or tests. Define the separation between physical-operator information and execution nodes, then verify that the resulting design supports clearer extension and implementation boundaries.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.