Skip to content

Commit 3b87ecb

Browse files
authored
Merge pull request #115797 from lyrana/no-historical-stream
adding no historical wordage
2 parents cf13b79 + b66e2c7 commit 3b87ecb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ We recommend that you employ the following best practices:
7474

7575
* Understand how to optimize and shape your JSON data, as well as the current limitations in preview, by reading [how to shape JSON for ingress and query](./time-series-insights-update-how-to-shape-events.md).
7676

77+
* Use streaming ingestion for near real-time and recent data only, streaming historical data is not supported.
78+
79+
#### Historical Data Ingestion
80+
81+
Using the streaming pipeline to import historical data is not currently supported in Azure Time Series Insights Preview. If you need to import past data into your environment, follow the guidelines below:
82+
83+
* Do not stream live and historical data in parallel. Ingesting out of order data will result in degraded query performance.
84+
* Ingest historical data in time-ordered fashion for best performance.
85+
* Stay within the ingestion throughput rate limits below.
86+
* Disable Warm Store if the data is older than your Warm Store retention period.
87+
7788
### Ingress scale and Preview limitations
7889

7990
Azure Time Series Insights Preview ingress limitations are described below.
@@ -96,7 +107,7 @@ By default, Time Series Insights preview can ingest incoming data at a rate of *
96107
97108
* **Example 1:**
98109

99-
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.
110+
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.
100111

101112
* The ingestion rate for their Time Series Insights environment would be: **100,000 devices * 200 bytes/event * (3/60 event/sec) = 1 MBps**.
102113
* The ingestion rate per partition would be 0.25 MBps.

0 commit comments

Comments
 (0)