Third-party online stores
For real-time serving of feature values, Databricks recommends using Databricks Online Feature Stores.
With third-party online stores, you publish feature tables to a low-latency database and deploy the model or feature spec to a REST endpoint for real-time serving of feature values.
Databricks Feature Store also supports automatic feature lookup. In this case, the input values provided by the client include values that are only available at the time of inference. The model incorporates logic to automatically fetch the feature values it needs from the provided input values.
The diagram illustrates the relationship between MLflow and Feature Store components for real-time serving.

Start using online stores
See the following articles to get started with online stores:
- Model Serving with automatic feature lookup (includes example notebook)