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) ?

preguntada hace 2 años1708 visualizaciones
1 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas