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

store: batching support #69

Closed
shuttie opened this issue Oct 31, 2020 · 1 comment
Closed

store: batching support #69

shuttie opened this issue Oct 31, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@shuttie
Copy link
Collaborator

shuttie commented Oct 31, 2020

Some events are triggering too many random writes from db. It can be OK if there is proper caching (narrator: it is not yet), but in some cases we need the way to pull multiple values at the same time.

Main use case: the reranking request. We need to pull all product metadata at once, otherwise the latency can be extremely high.

As this feature is not critically important and not affecting customer-facing features, then it can be optional.

@shuttie shuttie added the store label Oct 31, 2020
@shuttie shuttie added this to the 0.1-M2 milestone Oct 31, 2020
@shuttie shuttie self-assigned this Oct 31, 2020
@shuttie
Copy link
Collaborator Author

shuttie commented Dec 13, 2021

done

@shuttie shuttie closed this as completed Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant