oceanbase/seekdb

[Enhancement]: Delete the code related with shared storage

Open

#61 aperta il 2 dic 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C++ (242 fork)github user discovery
good first issuehelp wantedtype: enhancementvibe coding: easy

Metriche repository

Star
 (2613 star)
Metriche merge PR
 (Merge medio 3g 3h) (47 PR mergiate in 30 g)

Descrizione

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.

Guida contributor