Skip to content

[rust] BatchScanner: whole-table scan via create_batch_scanner() #570

Description

@fresh-borzoni

Search before asking

  • I searched in the issues and found nothing similar.

Description

Add the no-arg create_batch_scanner() that scans every bucket (and partition) of a table, not just one.

Internally it fans out per-bucket LimitBatchScanners and applies a global limit across them (Java's CompositeBatchScanner).
Reserve the bare name for this, the per-bucket one is create_bucket_batch_scanner.

Willingness to contribute

  • I'm willing to submit a PR!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions