-
Notifications
You must be signed in to change notification settings - Fork 71
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: synchronous remote index dropping #414
Conversation
842abfa
to
2f9a378
Compare
Please update the details to be more specific about the change since this PR is huge |
Shall we use similar approach? |
3e007ab
to
5016078
Compare
Signed-off-by: usamoi <usamoi@outlook.com>
I think it's not necessary. |
83d9170
to
426d1e3
Compare
Signed-off-by: usamoi <usamoi@outlook.com>
index
are split off theservice
crate)service
is moved tocrates/index
andcrates/{algorithm name}
. We can improve and test these algorithms independently without DB stuffs.crates/{algorithm}
in a thread pool while indexing. It's a copy ofrayon
and we supportrayon::check
to check cancellation point now.Handle
is refactored to take advantage ofsystem identifier
and the index oid. Based on it, we reimplementeddrop
logic: we drop remote index in aobject_access_hook
.jemalloc
. The newpgrx
release makes it possible.