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: azure-sql/accelerated-database-recovery.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The ADR recovery process has the same three phases as the current recovery proce
79
79
80
80
The process remains the same as before with the addition of reconstructing SLOG and copying log records for non-versioned operations.
81
81
82
-
-**Redo** phase
82
+
-**Redo phase**
83
83
84
84
Broken into two phases (P)
85
85
- Phase 1
@@ -140,7 +140,7 @@ The following types of workloads benefit most from ADR:
140
140
141
141
- Many DDLs are executed in one transaction. For example, in one transaction, rapidly creating and dropping temp tables.
142
142
143
-
- A table has very large number of partitions/indexes that are modified. For example, a DROP TABLE operation on such table would require a large reservation of SLOG memory, which would delay truncation of the transaction log and delay undo/redo operations. The workaround can be drop the indexes individually and gradually, then drop the table. For more information on the SLOG, see [ADR recovery components](/sql/relational-databases/accelerated-database-recovery-concepts).
143
+
- A table has very large number of partitions/indexes that are modified. For example, a DROP TABLE operation on such table would require a large reservation of SLOG memory, which would delay truncation of the transaction log and delay undo/redo operations. As a workaround, drop the indexes individually and gradually, then drop the table. For more information on the SLOG, see [ADR recovery components](/sql/relational-databases/accelerated-database-recovery-concepts).
144
144
145
145
- Prevent or reduce unnecessary aborted situations. A high abort rate will put pressure on the PVS cleaner and lower ADR performance. The aborts may come from a high rate of deadlocks, duplicate keys, or other constraint violations.
Copy file name to clipboardExpand all lines: azure-sql/database/doc-changes-updates-release-notes-whats-new.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ The following table lists features of Azure SQL Database that have been made gen
65
65
66
66
| Feature | GA Month | Details |
67
67
| --- | --- | --- |
68
-
|[Lower auto-pause delay for serverless](serverless-tier-overview.md)|October 2024| Reduce costs by lowering the auto-pause delay for serverless compute in Azure SQL Database. [Learn more.](https://aka.ms/AAs7lpz)|
68
+
|[Lower auto-pause delay for serverless](serverless-tier-overview.md)|October 2024| Reduce costs by lowering the [auto-pause delay for serverless compute in Azure SQL Database](https://aka.ms/AAs7lpz).|
69
69
|[Hyperscale elastic pools](hyperscale-elastic-pool-overview.md)| September 2024 | Manage and scale multiple Hyperscale databases in Azure SQL Database by using Hyperscale elastic pools. Hyperscale elastic pools also support Premium-series hardware and zone redundancy. For more information, see [Hyperscale Elastic Pools are now generally available](https://aka.ms/hsep-ga). |
70
70
|[Hyperscale elastic pool maintenance window support](maintenance-window.md)| September 2024 |You can configure a non-default [maintenance window](maintenance-window.md) for a [Hyperscale elastic pool](hyperscale-elastic-pool-overview.md). For more information, read [Blog: Maintenance window support for Azure SQL Database Hyperscale elastic pools](https://aka.ms/hsep-fmw). |
71
71
|[CURRENT_DATE Transact-SQL](/sql/t-sql/functions/current-date-transact-sql)| August 2024 | A Transact-SQL (T-SQL) function that returns the current database system date as a date value, without the database time and time zone offset. |
@@ -87,6 +87,12 @@ The following table lists features of Azure SQL Database that have been made gen
87
87
88
88
Learn about significant changes to the Azure SQL Database documentation. For previous years, see the [What's new archive](doc-changes-updates-release-notes-whats-new-archive.md).
89
89
90
+
### October 2024
91
+
92
+
| Changes | Details |
93
+
| --- | --- |
94
+
|[Lower auto-pause delay for serverless](serverless-tier-overview.md)| Reduce costs by lowering the [auto-pause delay for serverless compute in Azure SQL Database](https://aka.ms/AAs7lpz). |
Copy file name to clipboardExpand all lines: azure-sql/database/private-endpoint-overview.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ Private Link allows you to connect to various PaaS services in Azure via a **pri
23
23
> [!IMPORTANT]
24
24
> This article applies to both Azure SQL Database and [dedicated SQL pool (formerly SQL DW)](/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-overview-what-is) in Azure Synapse Analytics. These settings apply to all SQL Database and dedicated SQL pool (formerly SQL DW) databases associated with the server. For simplicity, the term 'database' refers to both databases in Azure SQL Database and Azure Synapse Analytics. Likewise, any references to 'server' is referring to the [logical server](logical-servers.md) that hosts Azure SQL Database and dedicated SQL pool (formerly SQL DW) in Azure Synapse Analytics. This article does *not* apply to Azure SQL Managed Instance or dedicated SQL pools in Azure Synapse Analytics workspaces.
0 commit comments