-
Notifications
You must be signed in to change notification settings - Fork 286
Improve ivf flat index query performance and fix some potential memory leak #22464
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
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
@mergify refresh |
✅ Pull request refreshed |
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #15191
What this PR does / why we need it:
PR Type
Enhancement, Bug fix
Description
Improve IVF flat index query performance with off-heap memory
Fix potential memory leaks in streaming SQL operations
Add proper context cancellation and resource cleanup
Enhance error handling in vector index operations
Diagram Walkthrough
File Walkthrough
5 files
Add context cancellation and resource cleanup
Use off-heap memory for table scan buffer
Add context cancellation and resource cleanup
Improve search performance and memory management
Add context parameter to streaming SQL execution
3 files
Update test function signature with context
Update mock function with context parameter
Update test functions and fix cancellation test
1 files
Fix memory handling and context cancellation