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
The _space_sequence system space was added long time ago (in 1.7.5)
along with the _sequence and _sequence_data system spaces, but it
was never documented. The space is used to attach sequences to spaces
and has the following fields:
'id', type 'unsigned'. Space id.
'sequence_id', type 'unsigned'. Id of the attached sequence.
'is_generated', type 'boolean'. True if the sequence was created
automatically (space:create_index('pk', {sequence = true}))
'field', type 'unsigned'. Id of the space field that is set using
the attached sequence.
'path', type 'string'. Path to the data within the field that is set
using the attached sequence.
The _vspace_sequence is a system space view of the _space_sequence
space that, like any other system space view, shows only rows accessible
by the current user. It will be introduced in Tarantool 2.10.5.
Requested by @ locker in tarantool/tarantool@06ee113.
The text was updated successfully, but these errors were encountered:
veod32
added
2.11
2.11 release and the associated technical debt
feature
A new functionality
and removed
server
[area] Task relates to Tarantool's server (core) functionality
labels
Mar 6, 2023
Uh oh!
There was an error while loading. Please reload this page.
Related dev. issue(s): tarantool/tarantool#7858
Product: Tarantool
Since: 2.11
Root document: https://www.tarantool.io/en/doc/latest/reference/reference_lua/box_space/system_views/
SME: @ locker
Details
The
_space_sequence
system space was added long time ago (in 1.7.5)along with the
_sequence
and_sequence_data
system spaces, but itwas never documented. The space is used to attach sequences to spaces
and has the following fields:
automatically (
space:create_index('pk', {sequence = true})
)the attached sequence.
using the attached sequence.
The
_vspace_sequence
is a system space view of the_space_sequence
space that, like any other system space view, shows only rows accessible
by the current user. It will be introduced in Tarantool 2.10.5.
Requested by @ locker in tarantool/tarantool@06ee113.
The text was updated successfully, but these errors were encountered: