You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More importantly, we need the save process to be RowId-driven so that we can forbid re-use of RowIds once and for all, which will remove the need to count unique RowIds for downstream subscribers of store events, which is a blocker for the StoreView/StoreEvent stuff.
The save-feature walks the store and converts each bucket back into a
DataTable
that is then serialized and dumped as aLogMsg
.This is a great opportunity to batch things even further.
The text was updated successfully, but these errors were encountered: