cockroachdb / cockroachdb/pebble
SQL value encoding: add tuple-with-tiering-attribute variants
Closed
A-storage
T-storage
- Dominant language
- Go
- Stars
- 6k
- Forks
- 584
- Avg merge
- 16h 35m
- Merged PRs (30d)
- 5
Description
Implement TUPLE_WITH_TIERING_ATTRIBUTE_[4|8] and Value.SetTupleAndTieringAttribute(); ensure efficient extraction and ability to skip attribute.
Jira issue: PEBBLE-1260
Epic CRDB-48982
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the SQL value encoding implementation and the Value.SetTupleAndTieringAttribute() entry point. Review the existing tuple encoding variants and extraction paths. Done means TUPLE_WITH_TIERING_ATTRIBUTE_4 and _8 are implemented, extraction is efficient, and callers can skip the tiering attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100