oceanbase/seekdb

[Enhancement]: Delete the code related with shared storage

Open

#61 ouverte le 2 déc. 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C++ (242 forks)github user discovery
good first issuehelp wantedtype: enhancementvibe coding: easy

Métriques du dépôt

Stars
 (2 613 stars)
Métriques de merge PR
 (Merge moyen 3j 3h) (47 PRs mergées en 30 j)

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.

Guide contributeur