Skip to content

[rust] KV snapshot batch scanner for full primary-key reads #571

Description

@fresh-borzoni

Search before asking

  • I searched in the issues and found nothing similar.

Description

We can read a bucket's current state via limit scan, but there's no way to read a whole PK table - that needs reading RocksDB snapshot files. Requires the getKvSnapshotMetadata RPC, a remote SST downloader, and embedding RocksDB. This is the missing piece for full-table DataFusion scans over PK tables.

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

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions