[PATCH] vinyl: do not apply run_count_per_level to the last level
    Konstantin Osipov 
    kostja at tarantool.org
       
    Sun Nov 18 19:37:52 MSK 2018
    
    
  
* Vladimir Davydov <vdavydov.dev at gmail.com> [18/11/17 07:05]:
> Currently, run_count_per_level index option is applied to each LSM tree
> level. As a result, we may end up storing each key run_count_per_level
> times at the last level alone, which would result in prohibitive space
> amplification. To avoid that, let's ignore run_count_per_level for the
> last level.
> 
> Note, we have to tweak quite a few vinyl tests, because they implicitly
> relied on the fact that producing run_count_per_level dumps would never
> trigger compaction.
OK to push.
 
-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov
    
    
More information about the Tarantool-patches
mailing list