Amazon SageMaker Feature Store introduces UpdateRecord for feature-level writes
Machine Learning Blog
This article announces the UpdateRecord API for Amazon SageMaker Feature Store, enabling efficient partial feature updates without full record rewrites.
- UpdateRecord API allows updating individual feature values atomically without read-modify-write cycles
- Available for both Standard (DynamoDB-backed) and In-Memory (ElastiCache-backed) online store tiers
- Standard tier requires new Standard_V2 storage format; In-Memory tier works with existing feature groups
- Eliminates latency, reduces read capacity costs, and prevents lost updates in multi-pipeline architectures
- Supports EventTime-based temporal ordering to reject stale writes
- Integrates with IAM for fine-grained access control via sagemaker:IsUpdateRecord and sagemaker:UpdatableFeatures conditions
- Automatic offline store replication maintains accurate training datasets
- Two migration strategies available: bulk migration with Feature Processor or in-place UpdateFeatureGroup API switchover
UpdateRecord simplifies feature engineering workflows by enabling efficient partial updates, reducing operational complexity for real-time and multi-producer feature group scenarios.
The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.
Related articles
Sep 8
2026
2026
Amazon SageMaker Feature Store now supports individual feature updates to lower write latency
Jul 9
2026
2026
Amazon SageMaker Feature Store now supports batch feature writes and record listing
Aug 28
2026
2026
Batch write and discover records in Amazon SageMaker Feature Store
Aug 26
2026
2026
Bring your own model with Amazon SageMaker AI: Script mode in SDK v3
The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.