Updated at September 7, 2026 01:25 PM
space_object:bsize()
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...