Support stream join with multi-index query
Open
feature
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 636
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 14
Description
add IdHolderList for intersect and union operations:
union: OR relation, like k=v1 or k=v2 with SecondaryIndex
intersect: AND relation, like k1=v1 and k2=v2 with JointIndex
Note: range/prefix/search query may not be joined by streaming, since element-ids between different field-values are disordered.
Contributor guide
Assessment
This issue has not been assessed yet.