[PATCH 0/2] vinyl: fix bsize and len

Vladimir Davydov vdavydov.dev at gmail.com
Sun Feb 4 18:57:42 MSK 2018


Branch: gh-3056-vy-fix-bsize

Vladimir Davydov (2):
  vinyl: report size of memory used for indexing data in index.info
  vinyl: implement space.bsize, index.bsize, and index.len

 src/box/vinyl.c                |  24 +++++-
 src/box/vy_index.c             |  16 ++++
 src/box/vy_index.h             |   8 ++
 test/vinyl/constraint.result   |  16 ----
 test/vinyl/constraint.test.lua |   9 --
 test/vinyl/ddl.result          |  30 -------
 test/vinyl/ddl.test.lua        |  15 ----
 test/vinyl/info.result         | 184 +++++++++++++++++++++++++++++++++++++++--
 test/vinyl/info.test.lua       |  52 ++++++++++++
 9 files changed, 272 insertions(+), 82 deletions(-)

-- 
2.11.0




More information about the Tarantool-patches mailing list