KO
Size: a a a
KO
KO
V
box.space.kvmStat.index.begin:bsize() 24592417
box.space.kvmStat.index.kvmStatBeginIndex:bsize() 90137308
box.space.kvmStat.index.kvmStatLocationBeginIndex:bsize() 101330040
box.space.kvmStat.index.kvmStatLocationKvmIdIndex:bsize() 98113688
box.space.kvmStat.index.primary:bsize() 72530354
V
R
VG
VG
VG
MA
MA
MA
R
local ptr = buf:reserve(#bytes)
ffi.copy(ptr, bytes, #bytes)
MA
ffi.C.snprintf( buf:reserve(N), N, "format", ... )
MA
--[[ If you need raw char data fro buffer, call :pv() ]]
local ptr,len = buf:pv()
local str = ffi.string(ptr,len)