Updated at September 15, 2026 08:55 AM
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...