demand of scan by partial key
Open
stat/will-see-later
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 432
- PR merge metrics
- No merged PRs in 30d
Description
如Key为: url site ip xxx
可以指定Key中的某个子串进行san。如这里的数据以某个分隔符(空格)切分后,按照第x个列的值
进行scan。
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by locating the scan implementation and the key-encoding or key-comparison logic, then determine how a delimiter and selected column could affect scan bounds. Done means scans can select records by the requested key substring or column without changing existing full-key scan behavior, with coverage for the example key format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100