Amazon SageMaker Feature Store, UpdateRecord API로 기능별 업데이트 지원
Amazon SageMaker Feature Store introduces UpdateRecord for feature-level writes
Amazon SageMaker Feature Store는 이제 UpdateRecord API를 통해 기능별 업데이트를 지원한다. 이 API를 사용하면 전체 레코드를 읽거나 다시 쓸 필요 없이 하나 이상의 기능 값을 단일 호출로 업데이트할 수 있다. 이 기능은 Standard(Amazon DynamoDB 기반) 및 In-Memory(Amazon ElastiCache 기반) 온라인 스토어 계층에서 사용할 수 있다.
UpdateRecord API는 전체 레코드를 읽고 수정하는 과정을 제거하여 업데이트 시 지연 시간을 줄이고 불필요한 읽기 용량을 소모하지 않도록 한다.
원문 출처
AWS Machine Learning Blog