Tarantool CE/EE Documentation portal logo
Support
Updated at July 17, 2026   02:08 PM

box.space._sequence_data

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.