oceanbase/seekdb
View on GitHub[Enhancement]: Delete the code related with shared storage
Open
#61 opened on Dec 2, 2025
good first issuehelp wantedtype: enhancementvibe coding: easy
Repository metrics
- Stars
- (2,613 stars)
- PR merge metrics
- (Avg merge 3d 3h) (47 merged PRs in 30d)
Description
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.