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/hdinsight/benefits-of-migrating-to-hdinsight-40.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
@@ -3,7 +3,7 @@ title: Benefits of migrating to Azure HDInsight 4.0.
3
3
description: Learn the benefits of migrating to Azure HDInsight 4.0.
4
4
ms.service: hdinsight
5
5
ms.topic: conceptual
6
-
ms.date: 10/16/2023
6
+
ms.date: 07/22/2024
7
7
---
8
8
# Significant version changes in HDInsight 4.0 and advantages
9
9
@@ -27,7 +27,7 @@ HDInsight 4.0 has several advantages over HDInsight 3.6. Here's an overview of w
27
27
**Hive**
28
28
- Advanced features
29
29
- LLAP workload management
30
-
- LLAP Support JDBC, Druid and Kafka connectors
30
+
- LLAP Support JDBC, Druid, and Kafka connectors
31
31
- Better SQL features – Constraints and default values
32
32
- Surrogate Keys
33
33
- Information schema.
@@ -95,14 +95,14 @@ Set synchronization of partitions to occur every 10 minutes expressed in seconds
95
95
96
96
97
97
> [!WARNING]
98
-
> With the `management.task` running every 10 minutes, there will be pressure on the SQL server DTU.
99
-
>
98
+
> With the `management.task` running every 10 minutes, there will be pressure on the SQL server DTU. This feature also adds cost to Storage access as the partition management threads runs at regular intervals even when cluster is idle.
99
+
100
100
You can verify the output from Microsoft Azure portal.
Hive drops the metadata and corresponding data in any partition created after the retention period. You express the retention time using a numeral and the following character or characters.
105
-
Hive drops the metadata and corresponding data in any partition created after the retention period. You express the retention time using a numeral and the following character(s).
105
+
Hive drops the metadata and corresponding data in any partition created after the retention period. You express the retention time using a numeral and the following characters.
106
106
107
107
```
108
108
ms (milliseconds)
@@ -189,7 +189,7 @@ More information, see [Hive - Materialized Views - Microsoft Tech Community](htt
189
189
190
190
Use the built-in `SURROGATE_KEY` user-defined function (UDF) to automatically generate numerical Ids for rows as you enter data into a table. The generated surrogate keys can replace wide, multiple composite keys.
191
191
192
-
Hive supports the surrogate keys on ACID tables only. The table you want to join using surrogate keys can't have column types that need casting. These data types must be primitives, such as INT or `STRING`.
192
+
Hive supports the surrogate keys on ACID tables only. The table you want to join using surrogate keys can't have column types that need to cast. These data types must be primitives, such as INT or `STRING`.
193
193
194
194
Joins using the generated keys are faster than joins using strings. Using generated keys doesn't force data into a single node by a row number. You can generate keys as abstractions of natural keys. Surrogate keys have an advantage over UUIDs, which are slower and probabilistic.
0 commit comments