box.space._vspace
-
box.space._vspace _vspaceis a system space that represents a virtual view. The structure of its tuples is identical to that of _space, but permissions for certain tuples are limited in accordance with user privileges._vspacecontains only those tuples that are accessible to the current user. See Access control for details about user privileges.If the user has the full set of privileges (like ‘admin’), the contents of
_vspacematch the contents of_space. If the user has limited access,_vspacecontains only tuples accessible to this user.Note
_vspaceis a system view, so it allows only read requests.- While the
_spacespace requires proper access privileges, any user can always read from_vspace.