Separate DeltaMergeStore into multiple files #5831
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
DeltaMergeStore provides most of public interfaces of the storage engine. Currently
DeltaMergeStore.cpp/h
contains too many things together, which is hard for new developers to understand who are related together.We can separate it into multiples via the following steps:
1. Move implementations in DeltaMergeStore.cpp into multiple files:
2. Isolate private functions from
DeltaMergeStore
and place them in separated files, close to their impl places.The text was updated successfully, but these errors were encountered: