space_object:bsize() | Tarantool
Submodule box.space space_object:bsize()

space_object:bsize()

object space_object
space_object:bsize()
Parameters:
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
...
Found what you were looking for?
Feedback