facebook / facebook/rocksdb

[BUG] iter_start_seqnum does not work with backward iteration

Open
#6,837 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
C++
Stars
32.1k
Forks
6.9k
Avg merge
32m
Merged PRs (30d)
1

Description

https://github.com/facebook/rocksdb/blob/e45673deceedc96b9b715679129ec67d3d1c7cdc/db/db_iter.cc#L74

from ReadOptions' comment (or manual), **iter_start_seqnum** should work well for both forward and backward iteration.

I tried but find this parameter does not work inbackward iteration, by digging into the db_iter.cc, it seems this parameter is implemented partially, only for forward iteration.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.