Skip to content

optimize paging by reusing scanner #38

@tolbertam

Description

@tolbertam

The paging logic in cqlsh reopens the SSTable(s) on each page. This is wasteful and we could just keep track of where we left off in UnfilteredPartitionIterator and the current RowIterator.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions