zilliztech / zilliztech/VectorDBBench
Create cases examine the capability of querying while indexing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 438
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 1
Description
We now only support batch scenarios which finishes indexing in a batch and then does queries. This can represent some real life cases but definitely not all.
More complicated and comprehensive cases need to be taken into consideration, such as querying while indexing, querying with high consistency level, etc.
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Review the existing batch scenarios that finish indexing before running queries, then identify the benchmark entry points for indexing and querying. Define cases that query while indexing and that query with a high consistency level; done means these scenarios are represented alongside the current batch-only cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100