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

Preload Feast's spec in serving cache #151

Closed
pradithya opened this issue Mar 6, 2019 · 0 comments
Closed

Preload Feast's spec in serving cache #151

pradithya opened this issue Mar 6, 2019 · 0 comments
Assignees

Comments

@pradithya
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
In order to achieve better serving performance following changes has to be done:

  1. Preload all spec during serving start-up process into cache.
  2. Refresh the cache asynchronously

Additional context
Some client service has a very strict deadline which value is less than what it takes to fetch a spec from core. Currently, spec is stored in cache but populating it is still done synchronously during processing of incoming request. This introduce additional latency to feature request when the corresponding spec is not available in cache.

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

No branches or pull requests

1 participant