MySQLOnRocksDB/mysql-5.6
forked from facebook/mysql-5.6

Loading…
index_read_map(HA_READ_BEFORE_KEY) does not work in reverse column family #46
Closed
spetrunia opened this Issue
· 1 comment
Collaborator
spetrunia
commented
Collaborator
spetrunia
commented
|
|
spetrunia |
Fix issue #46: index_read_map(HA_READ_BEFORE_KEY) does not work in re…
…
…verse CF Summary: Make ha_rocksdb::index_read_map() correctly handle find_flag=HA_READ_BEFORE_KEY. Explanation how it should be handled is provided in storage/rocksdb/rocksdb-range-access.txt Test Plan: mtr t/rocksdb_range.test, used gcov to check the new code is covered Reviewers: maykov, hermanlee4, jtolmer, yoshinorim Differential Revision: https://reviews.facebook.net/D35331 |
270780c
|
|
|
spetrunia |
Fix issue #46: index_read_map(HA_READ_BEFORE_KEY) does not work in re…
…
…verse CF Summary: Make ha_rocksdb::index_read_map() correctly handle find_flag=HA_READ_BEFORE_KEY. Explanation how it should be handled is provided in storage/rocksdb/rocksdb-range-access.txt Test Plan: mtr t/rocksdb_range.test, used gcov to check the new code is covered Reviewers: maykov, hermanlee4, jtolmer, yoshinorim Differential Revision: https://reviews.facebook.net/D35331 |
61906d3
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a continuation of issue #16.
Let's work with the same dataset
Try this:
This is apparently wrong. For comparison, the same without the index: