box.space._sequence_data
-
box.space._sequence_data¶ _sequence_datais a system space for support of the sequence feature.Each tuple in
_sequence_datacontains two fields:- the id of the sequence, and
- the last value that the sequence generator returned (non-persistent information).
There is no guarantee that this space will be updated immediately after every data-change request.