Skip to content

Commit 3029413

Browse files
Update service-tier-hyperscale-frequently-asked-questions-faq.yml
1 parent 3d1721e commit 3029413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql/database/service-tier-hyperscale-frequently-asked-questions-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ sections:
176176
- question: |
177177
What is the size of the transaction log with Hyperscale?
178178
answer: |
179-
The transaction log on hyperscale is practically infinite, with the restriction that a single transaction cannot generate more than 1TB of log. You do not need to worry about running out of log space on a system that has a high log throughput. However, log generation rate might be throttled for continuous aggressively writing workloads. The peak sustained log generation rate is 100 MB/s.
179+
The transaction log on hyperscale is practically infinite, with the restriction that a single transaction cannot generate more than 1TB of log. Additionally , if using [Change Data Capture](/sql/relational-databases/track-changes/about-change-data-capture-sql-server), at most 1TB of log can be generated since the start of the oldest active transaction. It is recommended to avoid unnecessarily large transactions to stay below this limit. Other than the restrictions stated, you do not need to worry about running out of log space on a system that has a high log throughput. However, log generation rate might be throttled for continuous aggressively writing workloads. The peak sustained log generation rate is 100 MB/s.
180180
181181
- question: |
182182
Does my `tempdb` scale as my database grows?

0 commit comments

Comments
 (0)