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

Loading…
Range in form tbl.key > const doesn't work in reverse column family #42
Closed
spetrunia opened this Issue
· 1 comment
Collaborator
spetrunia
commented
|
|
spetrunia |
#42: Range in form tbl.key > const doesn't work in reverse column family
…
Summary: Fix issue #42. Also issue #43: Ranges on t.key > const are not handled efficiently: Make ha_rocksdb::index_read_map() do the right thing when invoked with find_flag=HA_READ_KEY_OR_NEXT, both for forward and reverse column families. Detailed explanation of actions is provided in rocksdb-range-access.txt Test Plan: mtr t/rocksdb_range.test, used gcov to check the new code is covered Reviewers: maykov, hermanlee4, jonahcohen, jtolmer, yoshinorim Reviewed By: yoshinorim Differential Revision: https://reviews.facebook.net/D35103 |
d28a512
|
Collaborator
spetrunia
commented
|
|
spetrunia |
#42: Range in form tbl.key > const doesn't work in reverse column family
…
Summary: Fix issue #42. Also issue #43: Ranges on t.key > const are not handled efficiently: Make ha_rocksdb::index_read_map() do the right thing when invoked with find_flag=HA_READ_KEY_OR_NEXT, both for forward and reverse column families. Detailed explanation of actions is provided in rocksdb-range-access.txt Test Plan: mtr t/rocksdb_range.test, used gcov to check the new code is covered Reviewers: maykov, hermanlee4, jonahcohen, jtolmer, yoshinorim Reviewed By: yoshinorim Differential Revision: https://reviews.facebook.net/D35103 |
0714077
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is very similar to issue #36 ("Range in form tbl.key >= const doesn't work in reverse column family"). They both come from a set of problems discovered when working on issue #16.
The problem query is very similar too: