oceanbase/seekdb

[Enhancement]: Delete the code related with shared storage

Open

#61 aberto em 2 de dez. de 2025

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (242 forks)github user discovery
good first issuehelp wantedtype: enhancementvibe coding: easy

Métricas do repositório

Stars
 (2.613 stars)
Métricas de merge de PR
 (Mesclagem média 3d 3h) (47 fundiu PRs em 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.

Guia do colaborador