Skip to content

Commit 303f103

Browse files
authored
Merge pull request #111349 from Virginia001/work01
Work01
2 parents fc39157 + 03ba5ef commit 303f103

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/time-series-insights/time-series-insights-concepts-retention.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: cshankar
99
ms.reviewer: jasonh, kfile
1010
ms.workload: big-data
1111
ms.topic: conceptual
12-
ms.date: 01/10/2020
12+
ms.date: 04/14/2020
1313
ms.custom: seodec18
1414
---
1515

@@ -40,7 +40,7 @@ Both data retention policies are described in greater detail below.
4040

4141
- **Purge old data** is the default setting for Azure Time Series Insights environments.
4242
- **Purge old data** is preferred when users want to always have their *most recent data* in their Time Series Insights environment.
43-
- The **Purge old data** setting *purges* data once the environments limits (retention time, size, or count, whichever comes first) are reached. Retention is set to 30 days by default.
43+
- The **Purge old data** setting *purges* data once the environment's limits (retention time, size, or count, whichever comes first) are reached. Retention is set to 30 days by default.
4444
- The oldest ingested data is purged first (the "First In First Out" approach).
4545

4646
### Example one
@@ -55,16 +55,16 @@ On the 61st day, the environment shows the freshest data, but purges the oldest
5555

5656
Consider an environment also configured retention behavior **Continue ingress and purge old data**. In this example, **Data retention time** is set to a lower value of 180 days. **Capacity** is set to S1 unit, which contains 30 GB of total capacity. In order to store data for the full 180 days, the daily ingress cannot exceed 0.166 GB (166 MB) per day.
5757

58-
Whenever this environments daily ingress rate exceeds of 0.166 GB per day, data cannot be stored for 180 days, since some data gets purged. Consider this same environment during a busy time frame. Assume the environments ingress rate may increase to an average 0.189 GB per day. In that busy time frame, about 158 days of data are retained (30GB/0.189 = 158.73 days of retention). This time is less than the desired data retention time frame.
58+
Whenever this environment's daily ingress rate exceeds of 0.166 GB per day, data cannot be stored for 180 days, since some data gets purged. Consider this same environment during a busy time frame. Assume the environment's ingress rate may increase to an average 0.189 GB per day. In that busy time frame, about 158 days of data are retained (30GB/0.189 = 158.73 days of retention). This time is less than the desired data retention time frame.
5959

6060
## Pause ingress
6161

6262
- The **Pause ingress** setting is designed to ensure data is not purged if the size and count limits are reached prior to their retention period.
6363
- **Pause ingress** provides additional time for the users to increase the capacity of their environment before data is purged due to breaching of retention period.
6464
- It helps protect you from data loss but can create an opportunity for the loss of your most recent data if ingress is paused beyond the retention period of your event source.
65-
- However, once an environments maximum capacity is reached, the environment pauses data ingress until the following additional actions occur:
65+
- However, once an environment's maximum capacity is reached, the environment pauses data ingress until the following additional actions occur:
6666

67-
- You increase the environments maximum capacity to add more scale units as described in [How to scale your Time Series Insights environment](time-series-insights-how-to-scale-your-environment.md).
67+
- You increase the environment's maximum capacity to add more scale units as described in [How to scale your Time Series Insights environment](time-series-insights-how-to-scale-your-environment.md).
6868
- The data retention period is reached and data is purged, bringing the environment below its maximum capacity.
6969

7070
### Example three

articles/time-series-insights/time-series-insights-explorer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Explore data using the explorer - Azure Time Series Insights | Microsoft Docs'
2+
title: 'Explore data using the explorer - Azure Time Series Insights | Microsoft Docs'
33
description: Learn how to use the Azure Time Series Insights explorer to view your IoT data.
44
ms.service: time-series-insights
55
services: time-series-insights
@@ -10,7 +10,7 @@ ms.reviewer: v-mamcge, jasonh, kfile
1010
ms.devlang: csharp
1111
ms.workload: big-data
1212
ms.topic: conceptual
13-
ms.date: 01/15/2020
13+
ms.date: 04/14/2020
1414
ms.custom: seodec18
1515
---
1616

@@ -56,7 +56,7 @@ Within minutes of connecting your event source to your Time Series Insights envi
5656

5757
1. Next, a chart that shows a count of all events during the selected timespan is displayed. Here you have a number of controls:
5858

59-
- **Terms Editor panel**: The term space is where you query your environment. Its found on the left side of the screen:
59+
- **Terms Editor panel**: The term space is where you query your environment. It's found on the left side of the screen:
6060
- **MEASURE**: This drop-down list shows all numeric columns (**Doubles**).
6161
- **SPLIT BY**: This drop-down list shows categorical columns (**Strings**).
6262
- You can enable step interpolation, show minimum and maximum, and adjust the y-axis from the control panel next to **MEASURE**. You also can adjust whether data shown is a count, average, or sum of the data.
@@ -77,7 +77,7 @@ Within minutes of connecting your event source to your Time Series Insights envi
7777

7878
[![Example GA queries](media/time-series-insights-explorer/tsi-ga-example-queries.png)](media/time-series-insights-explorer/tsi-ga-example-queries.png#lightbox)
7979

80-
1. You can use the **Interval Size** slider tool to zoom in and out of intervals over the same timespan. The slider provides more precise control of movement between large slices of time that show smooth trends down to slices as small as the millisecond, which allow you to display and analyze granular, high-resolution cuts of your data. The sliders default starting point is set as the most optimal view of the data from your selection to balance resolution, query speed, and granularity.
80+
1. You can use the **Interval Size** slider tool to zoom in and out of intervals over the same timespan. The slider provides more precise control of movement between large slices of time that show smooth trends down to slices as small as the millisecond, which allow you to display and analyze granular, high-resolution cuts of your data. The slider's default starting point is set as the most optimal view of the data from your selection to balance resolution, query speed, and granularity.
8181

8282
1. The **Time brush** tool makes it easy to navigate from one timespan to another.
8383

0 commit comments

Comments
 (0)