Support for `PARTITION BY [fields]` in SQL
Open
cache
feature
sql
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
We should support `PARTITION BY [fields]` in SQL. When partition by is used, data gets written to different logs so that different caches can be populated independently depending on the partition key.
Contributor guide
Research direction
No files, tests, or entry points are named. Start by locating SQL handling and the log-writing path, then clarify the partition-key semantics and cache behavior before implementing. Done means PARTITION BY fields is accepted and data is routed to independent logs with coverage for the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sql
- Domain
- data-engineering, stream-processing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100