Skip to content
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

Bug fixes and Optimizations #267

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Bug fixes and Optimizations #267

wants to merge 6 commits into from

Conversation

CascadingRadium
Copy link
Contributor

@CascadingRadium CascadingRadium commented Oct 3, 2024

  • Fix issue where vecIDsToExclude is always nil if the cache entry exists, allowing deleted documents to be returned.
  • Optimize vector cache logic by checking for a cache entry after acquiring a write lock to reduce redundant work during concurrent access.
  • Resolve issue of duplicate entries being added to dictLocs when constructing an in-memory segment.
  • Clean up code by removing the unused method parameters that were being passed around.

@CascadingRadium CascadingRadium changed the title fix bug Optimize vector cache Oct 3, 2024
Likith101
Likith101 previously approved these changes Oct 3, 2024
@CascadingRadium CascadingRadium changed the title Optimize vector cache Bug fixes and Optimizations Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants