Maintained with ☕️ by
IcePanel logo

Amazon SageMaker Feature Store now supports individual feature updates to lower write latency

Share

Services

Amazon SageMaker Feature Store is a fully managed capability that makes it easy to compute, store, and retrieve features for training and deploying AI models. SageMaker Feature Store now supports feature-level writes, a new capability for updating individual features in a record. Data scientists can now update one or more feature values in a single request, without rewriting the entire record. Data scientists can use a single update call to replace the read-modify-write pattern their pipelines run today. Each write updates only the features in the request and leaves every other feature in the record unchanged, which lowers write latency and cost. When multiple pipelines write to the same feature group, each pipeline updates only the features it computes, so a streaming job and a nightly batch job can update the same record independently. This capability enables data scientists to update a single feature at high processing volumes, without building merge logic in their data ingestion pipelines. This capability is now available in all [AWS Regions](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/) where[ Amazon SageMaker Feature Store](https://aws.amazon.com/sagemaker/ai/feature-store/) is available. For more information, see [Amazon Feature Store Runtime](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API%5FOperations%5FAmazon%5FSageMaker%5FFeature%5FStore%5FRuntime.html), [Standard V2 documentation](https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-storage-configurations-online-store.html#feature-store-storage-configurations-online-store-standard-v2-tier) and [launch blog](https://aws.amazon.com/blogs/machine-learning/amazon-sagemaker-feature-store-introduces-updaterecord-for-feature-level-writes/).