Skip to content

support for DeleteRange #153

Open
Open
@ekovacs

Description

@ekovacs

currently if i know that all the items in a given range sould be removed, i could only iterate through the Results and remove them one by one.

It would be great if there was support for a range delete, that could get a FilterIterator (which wraps a memdb.ResultIterator that is returned by either a txn.LowerBound(...) or a txn.ReverseLowerBound(...) )

the results which the filterIterator would yield could be removed in a batched /efficient manner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions