Skip to content

Commit 2de7964

Browse files
authored
Improved the correctness score
Improved the correctness score
1 parent 754e145 commit 2de7964

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/hdinsight/benefits-of-migrating-to-hdinsight-40.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ HDInsight 4.0 has several advantages over HDInsight 3.6. Here's an overview of w
2727
**Hive**
2828
- Advanced features
2929
- LLAP workload management
30-
- LLAP Support JDBC, Druid and Kafka connectors
30+
- LLAP Support JDBC, Druid, and Kafka connectors
3131
- Better SQL features – Constraints and default values
3232
- Surrogate Keys
3333
- Information schema.
@@ -102,7 +102,7 @@ You can verify the output from Microsoft Azure portal.
102102
:::image type="content" source="./media/hdinsight-migrate-to-40/hive-verify-output.png" alt-text="Screenshot showing compute utilization graph.":::
103103

104104
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.
106106

107107
```
108108
ms (milliseconds)
@@ -189,7 +189,7 @@ More information, see [Hive - Materialized Views - Microsoft Tech Community](htt
189189

190190
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.
191191

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`.
193193

194194
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.
195195

0 commit comments

Comments
 (0)