box.space._sequence_data | Tarantool
Submodule box.space box.space._sequence_data

box.space._sequence_data

box.space._sequence_data

_sequence_data is a system space for support of the sequence feature.

Each tuple in _sequence_data contains 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.

Found what you were looking for?
Feedback