Aamazon SageMaker feature store throughput and latency

0

What is the maximum throughput of AWS feature store. Also what is the P99 value of latency of AWS feature store (online store) ?

已提問 2 年前檢視次數 1708 次
1 個回答
0

There are soft limits on Feature Store TPS, feature number etc. But soft limits can be increased based on your need.

  • Maximum number of feature groups per AWS account: Soft limit of 100.
  • Maximum number of feature definitions per feature group: 2500.
  • Maximum Transactions per second (TPS) per API per AWS account: Soft limit of 10000 TPS per API excluding the BatchGetRecord API call, which has a soft limit of 500 TPS.
  • Maximum size of a record: 350KB.
  • Maximum size of a feature value: 350KB.
  • Maximum number of concurrent feature group creation workflows: 4.
  • BatchGetRecord API: Can contain as many as 100 records and can query up to 10 feature groups.

You can check Limits and Quotas in the SageMaker Developer Guide.

Depending on your data ingestion use cases, your requirements and runtime context might be different:

  • Experimenting with new ML features
  • Streaming feature ingestion
  • *Bulk feature ingestion as part of a batch pipeline **

For more details on use cases and Feature ingestion APIs, see this blogpost

AWS
Zmnako
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南