oceanbase/seekdb

[Enhancement]: Delete the code related with shared storage

Open

#61 geöffnet am 2. Dez. 2025

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (242 Forks)github user discovery
good first issuehelp wantedtype: enhancementvibe coding: easy

Repository-Metriken

Stars
 (2.613 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 3h) (47 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide