-
Notifications
You must be signed in to change notification settings - Fork 638
Simple select workload for vector index #17771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces a new workload test for benchmarking a simple select vector search query using YDB with concurrent execution. Key changes include:
- A new Python workload file that constructs and executes a vector search query.
- Implementation of concurrent query submission using ThreadPoolExecutor.
- Real-time printing and aggregation of query performance metrics.
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
5c83d7b
to
4772901
Compare
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
Changelog entry
...
Changelog category
Description for reviewers
...