Single-phase search
Open
@forshev is already working on this.
Since Dec 2, 2025.
- Dominant language
- Go
- Stars
- 131
- Forks
- 16
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 11
Description
Now search request takes two requests from proxy to each of it's stores: find ids and then fetch documents.
Let's think about how we can make this in one proxy -> store request. Maybe use grpc streaming responses.
Anyway, seems like we need to design v2 API (store API and proxy API) that supports single-phase search.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.