Require more batch operations for TransactionClient
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 425
- Forks
- 163
- Avg merge
- 10h 51m
- Merged PRs (30d)
- 3
Description
Require more batch operations for TransactionClient such as RawClient did. Such as:
- batch_put
- batch_scan
- batch_delete
- delete_range
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the TransactionClient and RawClient APIs, focusing on the batch operation behavior referenced in the issue. Determine how batch_put, batch_scan, batch_delete, and delete_range should be exposed for TransactionClient, then verify that each listed operation is available with matching behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100