Master key concepts with interactive flashcards
What is the difference between SageMaker Feature Store Online Store and Offline Store?
Click to reveal answer
Online Store: DynamoDB-backed, < 10ms real-time retrieval via GetRecord API — used for real-time inference. Offline Store: S3-backed, queryable via Athena/Spark — used for batch training data generation. Both can be enabled simultaneously; ingested features are written to both stores.
Click to show question