You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/time-series-insights/time-series-insights-update-storage-ingress.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,27 +86,27 @@ In general, ingress rates are viewed as the factor of the number of devices that
86
86
87
87
***Number of devices** × **Event emission frequency** × **Size of each event**.
88
88
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).
90
90
91
91
> [!TIP]
92
92
> * Environment support for ingesting speeds up to 16 MBps can be provided by request.
93
93
> * Contact us if you require higher throughput by submitting a support ticket through Azure portal.
94
94
95
95
***Example 1:**
96
96
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.
98
98
99
99
* The ingestion rate for their Time Series Insights environment would be: **100,000 devices * 200 bytes/event * (3/60 event/sec) = 1 MBps**.
100
100
* The ingestion rate per partition would be 0.25 MBps.
101
101
* Contoso Shipping’s ingestion rate would be within the preview scale limitation.
102
102
103
103
***Example 2:**
104
104
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.
106
106
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 Analyticscan 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.
0 commit comments