comnik / comnik/declarative-dataflow
TopK Operator
Open
enhancement
- Dominant language
- Rust
- Stars
- 326
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
We are often interested in the top k results, ordered by some symbol, i.e. in a combination of ORDER_BY and LIMIT. Without a limit, sorting isn't really something we can be responsible for (more efficiently than the client itself could sort results).
Contributor guide
Assessment
This issue has not been assessed yet.