Skip to content

Implement single-key iterator #1

@waynexia

Description

@waynexia

Currently, the only user-facing iterator implementation is TimeIterator. Which holds lots of underlying internal iterators to gather data from shards. It works like this:

(ts 0, key 1) -> (ts 1, key 1) -> (ts 2, key 1) -> ...

This works fine. However, when we only want to read data from a single key various in timestamp, it is better to get rid of other unnecessary internals and make the rest work simply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions