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

Don't wait on rebuilding indexes when mutating records #26

Closed
AKlaus opened this issue May 27, 2021 · 0 comments · Fixed by #22
Closed

Don't wait on rebuilding indexes when mutating records #26

AKlaus opened this issue May 27, 2021 · 0 comments · Fixed by #22
Labels
back-end Back-end specific issue enhancement New feature or request

Comments

@AKlaus
Copy link
Collaborator

AKlaus commented May 27, 2021

Currently, on changes (creating/updating/deleting) the API doesn't return 20x until the indexes gets up-to-date.
To optimise back-end performance, the API needs to avoid holding up and provide 20x as soon as the request was accepted and validated by RavenDB

@AKlaus AKlaus added enhancement New feature or request back-end Back-end specific issue labels May 27, 2021
@AKlaus AKlaus linked a pull request May 27, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Back-end specific issue enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant