Skip to content

Commit

Permalink
Use Get for secondary key point lookups
Browse files Browse the repository at this point in the history
Summary: Today for secondary keys where we have the full key, we are still using an iterator to read the key when a point query would suffice. This is more efficient, but also makes the bloom filter code cleaner.

Reviewed By: hermanlee

Differential Revision: D25906968

fbshipit-source-id: cff7d9022e5
  • Loading branch information
lth authored and facebook-github-bot committed Jun 18, 2021
1 parent 1721ff6 commit f35c50e
Show file tree
Hide file tree
Showing 7 changed files with 233 additions and 120 deletions.

0 comments on commit f35c50e

Please sign in to comment.