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

feat: support concurrent index building #101

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

silver-ymz
Copy link
Member

@silver-ymz silver-ymz commented Oct 24, 2023

Update:

  • update ambuild to return build result
  • update ambulkdelete to support general callback function
  • update delete rpc to scan for all existing vector keys and call the callback function
  • add tests for CREATE INDEX CONCURRENTLY, REINDEX CONCURRENTLY, UPDATE, DELETE
  • add log info in rpc handle

Close #72

Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
@VoVAllen VoVAllen requested a review from usamoi October 24, 2023 09:31
@usamoi usamoi added this pull request to the merge queue Oct 24, 2023
Merged via the queue into tensorchord:main with commit 889fac4 Oct 24, 2023
4 checks passed
@silver-ymz silver-ymz deleted the concurrent-index branch October 24, 2023 10:26
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.

feat: Concurrent Index building
2 participants