Framework
WalDerivedDelta
Type Alias: WalDerivedDelta
type WalDerivedDelta =
| FilterAddDelta
| FilterRemoveDelta
| IndexUpsertDelta
| IndexRemoveDelta;Union of all derived delta types. These are optimizations that can be rebuilt from chunks.
