Skip to content

Commit 6adff6e

Browse files
committed
Netezza article 1 edits
1 parent 70265cb commit 6adff6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/migration-guides/netezza/1-design-performance-migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ Microsoft recommends moving the existing data model as-is to Azure and using the
108108

109109
#### Use Azure Data Factory to implement a metadata-driven migration
110110

111-
Automate and orchestrate the migration process by making use of the capabilities in the Azure environment. This approach minimizes the impact on the existing Netezza environment, which may already be running close to full capacity.
111+
Automate and orchestrate the migration process by using the capabilities of the Azure environment. This approach minimizes the impact on the existing Netezza environment, which may already be running close to full capacity.
112112

113-
Data Factory is a cloud-based data integration service that allows creation of data-driven workflows in the cloud for orchestrating and automating data movement and data transformation. Using Data Factory, you can create and schedule data-driven workflows—called pipelines—to ingest data from disparate data stores. It can process and transform data by using compute services such as Azure HDInsight Hadoop, Spark, Azure Data Lake Analytics, and Azure Machine Learning.
113+
Azure Data Factory is a cloud-based data integration service that allows creation of data-driven workflows in the cloud for orchestrating and automating data movement and data transformation. Using Data Factory, you can create and schedule data-driven workflows—called pipelines—to ingest data from disparate data stores. Data Factory can process and transform data by using compute services such as Azure HDInsight Hadoop, Spark, Azure Data Lake Analytics, and Azure Machine Learning.
114114

115115
By creating metadata to list the data tables to be migrated and their location, you can use the Data Factory facilities to manage the migration process.
116116

@@ -232,7 +232,7 @@ Most modern database products allow for procedures to be stored within the datab
232232

233233
A stored procedure typically contains SQL statements and some procedural logic, and may return data or a status.
234234

235-
Azure Synapse Analytics from Azure SQL Data Warehouse also supports stored procedures using T-SQL. If you must migrate stored procedures, recode these procedures for their new environment.
235+
Azure Synapse Analytics also supports stored procedures using T-SQL. If you must migrate stored procedures, recode these procedures for their new environment.
236236

237237
##### Sequences
238238

@@ -271,7 +271,7 @@ If sufficient network bandwidth is available, extract data directly from an on-p
271271

272272
Recommended data formats for the extracted data include delimited text files (also called Comma Separated Values or CSV), Optimized Row Columnar (ORC), or Parquet files.
273273

274-
For more detailed information on the process of migrating data and ETL from a Netezza environment, see Section 2.1. Data Migration ETL and Load from Netezza.
274+
For more information about the process of migrating data and ETL from a Netezza environment, see [Data migration, ETL, and load for Netezza migration](1-design-performance-migration.md).
275275

276276
## Performance recommendations for Netezza migrations
277277

0 commit comments

Comments
 (0)