Skip to content

Commit a4b3ec2

Browse files
authored
Merge pull request #109986 from lyrana/update-scale-example
edits to the examples
2 parents d1713f3 + de469eb commit a4b3ec2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/time-series-insights/time-series-insights-update-storage-ingress.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,27 +86,27 @@ In general, ingress rates are viewed as the factor of the number of devices that
8686

8787
* **Number of devices** × **Event emission frequency** × **Size of each event**.
8888

89-
By default, Time Series Insights preview can ingest incoming data at a rate of **up to 1 megabyte per second (MBps) per Time Series Insights environment**.
89+
By default, Time Series Insights preview can ingest incoming data at a rate of **up to 1 megabyte per second (MBps) per Time Series Insights environment**. There are additional limitations [per hub partition](https://docs.microsoft.com/azure/time-series-insights/time-series-insights-update-storage-ingress#hub-partitions-and-per-partition-limits).
9090

9191
> [!TIP]
9292
> * Environment support for ingesting speeds up to 16 MBps can be provided by request.
9393
> * Contact us if you require higher throughput by submitting a support ticket through Azure portal.
9494
9595
* **Example 1:**
9696

97-
Contoso Shipping has 100,000 devices that emit an event three times per minute. The size of an event is 200 bytes. They’re using an Event Hub with four partitions as the Time Series Insights event source.
97+
Contoso Shipping has 100,000 devices that emit an event three times per minute. The size of an event is 200 bytes. They’re using an Iot Hub with four partitions as the Time Series Insights event source.
9898

9999
* The ingestion rate for their Time Series Insights environment would be: **100,000 devices * 200 bytes/event * (3/60 event/sec) = 1 MBps**.
100100
* The ingestion rate per partition would be 0.25 MBps.
101101
* Contoso Shipping’s ingestion rate would be within the preview scale limitation.
102102

103103
* **Example 2:**
104104

105-
Contoso Fleet Analytics has 60,000 devices that emit an event every second. They are using an IoT Hub 24 partition count of 4 as the Time Series Insights event source. The size of an event is 200 bytes.
105+
Contoso Fleet Analytics has 60,000 devices that emit an event every second. They are using an Event Hub with a partition count of 4 as the Time Series Insights event source. The size of an event is 200 bytes.
106106

107-
* The environment ingestion rate would be: **20,000 devices * 200 bytes/event * 1 event/sec = 4 MBps**.
108-
* The per partition rate would be 1 MBps.
109-
* Contoso Fleet Analytics can submit a request to Time Series Insights through Azure portal to increase the ingestion rate for their environment.
107+
* The environment ingestion rate would be: **60,000 devices * 200 bytes/event * 1 event/sec = 12 MBps**.
108+
* The per partition rate would be 3 MBps.
109+
* Contoso Fleet Analytics' ingestion rate is over the environment and partition limits. They can submit a request to Time Series Insights through Azure portal to increase the ingestion rate for their environment, and create an Event Hub with more partitions to be within the Preview limits.
110110

111111
#### Hub partitions and per partition limits
112112

0 commit comments

Comments
 (0)