Skip to content

Commit 12f0bfa

Browse files
committed
2 parents 6af5f6a + 9be2994 commit 12f0bfa

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

articles/cognitive-services/Speech-Service/index-speech-to-text.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ landingContent:
2222
url: speech-to-text.md
2323
- text: What is batch speech-to-text?
2424
url: batch-transcription.md
25-
- text: Speech recognition basics?
25+
- text: Speech recognition basics
2626
url: speech-to-text-basics.md
2727
- linkListType: quickstart
2828
links:

articles/cognitive-services/Speech-Service/index-text-to-speech.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ landingContent:
2020
links:
2121
- text: What is text-to-speech?
2222
url: text-to-speech.md
23+
- text: Speech synthesis basics
24+
url: text-to-speech-basics.md
2325
- linkListType: quickstart
2426
links:
2527
- text: Synthesize speech to a speaker
@@ -57,4 +59,4 @@ landingContent:
5759
- text: SSML phonetic sets
5860
url: speech-ssml-phonetic-sets.md
5961
- text: Text-to-speech pricing
60-
url: https://azure.microsoft.com/pricing/details/cognitive-services/speech-services
62+
url: https://azure.microsoft.com/pricing/details/cognitive-services/speech-services

articles/cognitive-services/Speech-Service/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ conceptualContent:
5050
url: index-speech-to-text.yml
5151
- title: Text-to-speech
5252
links:
53+
- itemType: quickstart
54+
text: Speech synthesis basics
55+
url: text-to-speech-basics.md
5356
- itemType: quickstart
5457
text: Synthesize speech to a speaker
5558
url: quickstarts/text-to-speech.md
5659
- itemType: quickstart
5760
text: Synthesize speech into an audio file
5861
url: quickstarts/text-to-speech-audio-file.md
59-
- itemType: quickstart
60-
text: Customize speech synthesis for your apps
61-
url: how-to-custom-voice.md
6262
footerLink:
6363
text: See more
6464
url: index-text-to-speech.yml

articles/synapse-analytics/sql-data-warehouse/design-guidance-for-replicated-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ We re-created `DimDate` and `DimSalesTerritory` as replicated tables, and ran th
119119

120120
## Performance considerations for modifying replicated tables
121121

122-
SQL Analytics implements a replicated table by maintaining a master version of the table. It copies the master version to one distribution database on each Compute node. When there is a change, SQL Analytics first updates the master table. Then it rebuilds the tables on each Compute node. A rebuild of a replicated table includes copying the table to each Compute node and then building the indexes. For example, a replicated table on a DW400 has 5 copies of the data. A master copy and a full copy on each Compute node. All data is stored in distribution databases. SQL Analytics uses this model to support faster data modification statements and flexible scaling operations.
122+
SQL Analytics implements a replicated table by maintaining a master version of the table. It copies the master version to the first distribution database on each Compute node. When there is a change, SQL Analytics first updates the master version, then it rebuilds the tables on each Compute node. A rebuild of a replicated table includes copying the table to each Compute node and then building the indexes. For example, a replicated table on a DW2000c has 5 copies of the data. A master copy and a full copy on each Compute node. All data is stored in distribution databases. SQL Analytics uses this model to support faster data modification statements and flexible scaling operations.
123123

124124
Rebuilds are required after:
125125

0 commit comments

Comments
 (0)