Updated at July 17, 2026 02:08 PM
space_object:bsize()
space_object
Parameters:
space_object(space_object) — an object reference
Returns
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
/reference/reference_lua/box_index/bsize.
Example:
tarantool> box.space.tester:bsize()---- 22...