]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Fix OptimizeForPointLookup()
authorSiying Dong <siying.d@fb.com>
Fri, 20 Jan 2017 18:43:59 +0000 (10:43 -0800)
committerYi Wu <yiwu@fb.com>
Fri, 20 Jan 2017 19:15:38 +0000 (11:15 -0800)
commit53571a7a70145cbd2fc9e4f846174e1334b7bc50
tree5b1fac57ad2955a6d8ad04244cc615b703d102ef
parent7079b788279157adcc9c62337e726de44a482de1
Fix OptimizeForPointLookup()

Summary:
If users directly call OptimizeForPointLookup(), it is broken as the option isn't compatible with parallel memtable insert. Fix it by using memtable bloomo filter instead.
Closes https://github.com/facebook/rocksdb/pull/1791

Differential Revision: D4442836

Pulled By: siying

fbshipit-source-id: bf6c9cd
db/db_test2.cc
util/options.cc