Sequencing
The idea of ‘sequenced’ data is that order is important to you or the application. This is the same setup as we have now with MutableData
, where to update a key, a version
must be passed to ensure that you’re updating the correct data. This is only applicable to the AppendOnlyData
and MutableData
data varieties.
Unsequenced data has no such requirement or check.