vinyl: do not account bloom filters to runtime quota
Back when bloom filters were introduced, neither box.info.memory() nor box.stat.vinyl().memory didn't exist so bloom filters were accounted to box.runtime.info().used for lack of a better place. Now, there's no point to account them there. In fact, it's confusing, because bloom filters are allocated with malloc(), not from the runtime arena, so let's drop it.
Showing
- src/box/tuple_bloom.c 4 additions, 6 deletionssrc/box/tuple_bloom.c
- src/lib/salad/bloom.c 5 additions, 17 deletionssrc/lib/salad/bloom.c
- src/lib/salad/bloom.h 3 additions, 7 deletionssrc/lib/salad/bloom.h
- test/unit/bloom.cc 6 additions, 12 deletionstest/unit/bloom.cc
- test/unit/bloom.result 0 additions, 4 deletionstest/unit/bloom.result
Loading
Please register or sign in to comment