oceanbase/seekdb

[Enhancement]: Delete the code related with shared storage

开放

#61 创建于 2025年12月2日

 (2 条评论) (0 个反应) (0 位负责人)C++ (317 个派生)github user discovery
good first issuehelp wantedtype: enhancementvibe coding: easy

仓库指标

星标
 (2,874 个星标)
PR 合并指标
 (平均合并 3天 3小时) (30 天内合并 47 个 PR)

描述

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.

贡献者指南