Prioritize certain operations over others #93
VinceG
started this conversation in
Feedback & Feature Proposal
Replies: 2 comments
-
Hello @VinceG! Thanks for your report! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@curquiza Thank You! Submitted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
While indexing 10K records we delete a document, that delete operation will now be in queue until all the 10K records are indexed. we should probably be able to specify the priority of these operations or at least allow to perform certain operations immediately instead of queueing them up.
Describe the solution you'd like
Allow to specify the priority of indexing operations, for example DocumentDelete will be performed right away before indexing documents
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
it creates a large delay to remove a document which in some cases is important than indexing other documents.
Beta Was this translation helpful? Give feedback.
All reactions