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.

貢獻者指南