space_object:bsize()
-
object
space_object
¶ -
space_object:
bsize
()¶ Parameters: - space_object (
space_object
) – an object reference
Return: Number of bytes in the space. This number, which is stored in Tarantool’s internal memory, represents the total number of bytes in all tuples, not including index keys. For a measure of index size, see index_object:bsize().
Example:
tarantool> box.space.tester:bsize() --- - 22 ...
- space_object (
-