- Create a new version N+1 of the dataset (called a future version) and load the batch data into it.
- Create a new version N+1 of the dataset (called a future version) and load the batch data into it.
The Hybrid Store is a design pattern for merging batch and real-time data sources into a single dataset. It is an abstraction composed of several versioned datasets, along with a current version pointer (or symlink) serving one of them.
The Hybrid Store is a design pattern for merging batch and real-time data sources into a single dataset. It is an abstraction composed of several versioned datasets, along with a current version pointer (or symlink) serving one of them.