oceanbase/seekdb

[Enhancement]: Delete the code related with shared storage

オープン

#61 opened on 2025/12/02

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (317 件のフォーク)github user discovery
good first issuehelp wantedtype: enhancementvibe coding: easy

Repository metrics

Stars
 (2,874 個のスター)
PR merge metrics
 (平均マージ 3d 3h) (30d で 47 merged PRs)

説明

Enhancement seekdb does not have shared storage functionality, so the related code can be deleted.

Since the amount of code involved is very large, it needs to be deleted gradually, and a subtask can be created to handle it before deletion. For example, the shared storage code located in ObServerStorageMetaReplayer.

Shared storage code is usually protected using the macro OB_BUILD_SHARED_STORAGE, or determined using the global information GCTX.is_shared_storage_mode.

コントリビューターガイド