Replace `JOIN` condition with cache indexing logic
Open
sql
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
Today JOIN only allows equality conditions on a field combined with AND.
We can easily support more complex conditions by leveraging Cache secondary indexes implementation.
Contributor guide
Assessment
This issue has not been assessed yet.