Skip to content

Commit 60af52e

Browse files
20240119 split out DOP/CE feedback
Co-authored-by: Derek Wilson <34077013+thesqlsith@users.noreply.github.com>
1 parent bfd481a commit 60af52e

20 files changed

Lines changed: 1173 additions & 992 deletions

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59699,6 +59699,11 @@
5969959699
"source_path": "docs/ssms/f1-help/connect-to-server-database-engine.md",
5970059700
"redirect_url": "/sql/ssms/f1-help/connect-to-server-login-page-database-engine",
5970159701
"redirect_document_id": false
59702+
},
59703+
{
59704+
"source_path": "docs/relational-databases/performance/intelligent-query-processing-feedback.md",
59705+
"redirect_url": "/sql/relational-databases/performance/intelligent-query-processing-memory-grant-feedback",
59706+
"redirect_document_id": false
5970259707
}
5970359708
]
5970459709
}

azure-sql/database/doc-changes-updates-release-notes-whats-new-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Return to [What's new in Azure SQL Database?](doc-changes-updates-release-notes-
4949
| **Cross-tenant CMK with TDE GA** | May | Cross-tenant CMK with TDE allows placing SQL databases into a separate tenant than the tenant that holds the Azure Key Vault resource used to encrypt the databases. This feature is now generally available. For more information, review [Cross-tenant CMK with TDE](transparent-data-encryption-byok-cross-tenant.md). |
5050
| **Hyperscale elastic pools preview** | May | Manage and scale multiple Hyperscale databases in Azure SQL Database by using Hyperscale elastic pools. This feature is now in preview. For more information, review [Hyperscale elastic pools](hyperscale-elastic-pool-overview.md). |
5151
| **Optimized locking available in Hyperscale GA** | May | Optimized locking is a new Database Engine capability that offers an improved locking mechanism that reduces lock memory consumption and blocking among concurrent transactions. This fundamentally improves concurrency and lowers lock memory. Optimized locking is now available in all DTU and vCore service tiers, including provisioned and serverless. This feature is generally available. For more information, review [Optimized locking](/sql/relational-databases/performance/optimized-locking). |
52-
| **DOP Feedback preview** | April |[Degrees of Parallelism (DOP) Feedback](/sql/relational-databases/performance/intelligent-query-processing-feedback#dop-feedback) is currently available as a limited preview. For more information and how to apply for the preview, see [Announcing Degree of Parallelism Feedback Limited Preview](https://techcommunity.microsoft.com/t5/azure-sql-blog/announcing-degree-of-parallelism-feedback-limited-preview/ba-p/3806924). |
52+
| **DOP Feedback preview** | April |[Degrees of Parallelism (DOP) Feedback](/sql/relational-databases/performance/intelligent-query-processing-degree-parallelism-feedback) is currently available as a limited preview. For more information and how to apply for the preview, see [Announcing Degree of Parallelism Feedback Limited Preview](https://techcommunity.microsoft.com/t5/azure-sql-blog/announcing-degree-of-parallelism-feedback-limited-preview/ba-p/3806924). |
5353
| **Approximate Percentile GA** | March | Quickly compute percentiles for a large dataset with acceptable rank-based error bounds to help make rapid decisions by using approximate percentile aggregate. This feature is generally available now. For more information, review [Approximate percentile](/sql/t-sql/functions/approx-percentile-cont-transact-sql). |
5454
| **Shrink Database / Shrink File with Low Priority GA** |March | This feature solves the concurrency issues that can arise from shrink database and shrink file commands, especially during active maintenance or on busy OLTP environments. In WAIT_AT_LOW_PRIORITY mode, necessary tasks to shrink database files can be completed without negatively affecting application query performance. Review [Shrink Database](/sql/t-sql/database-console-commands/dbcc-shrinkdatabase-transact-sql?view=azuresqldb-current&preserve-view=true) and [Shrink File with Low Priority](/sql/t-sql/database-console-commands/dbcc-shrinkfile-transact-sql?view=azuresqldb-current&preserve-view=true). |
5555
| **Database level CMK with TDE preview** | March | Previously, TDE with CMK was set at the server level, and was inherited by all encrypted databases associated with that server. Database level CMK allows setting the TDE protector as a customer-managed key individually for each database within the server. This feature is currently in preview. For more information, review [Transparent data encryption (TDE) with customer-managed keys at the database level](transparent-data-encryption-byok-database-level-overview.md). |

azure-sql/database/doc-changes-updates-release-notes-whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following table lists the features of Azure SQL Database that are currently
3434
| Feature | Details |
3535
| --- | --- |
3636
| [Azure SQL triggers for Azure Functions](/azure/azure-functions/functions-bindings-azure-sql-trigger) | Azure Functions supports function triggers for Azure SQL Database. |
37-
| [Degrees of Parallelism (DOP) feedback](/sql/relational-databases/performance/intelligent-query-processing-feedback#degree-of-parallelism-dop-feedback) | DOP Feedback is currently available as a limited preview. For more information and how to apply for the preview, see [Announcing Degree of Parallelism Feedback Limited Preview](https://techcommunity.microsoft.com/t5/azure-sql-blog/announcing-degree-of-parallelism-feedback-limited-preview/ba-p/3806924). |
37+
| [Degrees of Parallelism (DOP) feedback](/sql/relational-databases/performance/intelligent-query-processing-degree-parallelism-feedback) | DOP Feedback is currently available as a limited preview. For more information and how to apply for the preview, see [Announcing Degree of Parallelism Feedback Limited Preview](https://techcommunity.microsoft.com/t5/azure-sql-blog/announcing-degree-of-parallelism-feedback-limited-preview/ba-p/3806924). |
3838
| [Elastic jobs](elastic-jobs-overview.md) | [Updated with a preview refresh and new capabilities in November 2023](https://techcommunity.microsoft.com/t5/azure-sql-blog/azure-sql-database-elastic-jobs-preview-refresh/ba-p/3965759), elastic jobs are the SQL Server Agent replacement for Azure SQL Database. Elastic jobs now support Microsoft Entra ID (formerly Azure Active Directory) authentication, private endpoints, management via REST APIs, Azure Alerts, and new capabilities and user interface in the Azure portal. Job Agents now provide four capacity tiers to scale concurrency for job execution. |
3939
| [Elastic queries](elastic-query-overview.md) | The elastic queries feature allows for cross-database queries in Azure SQL Database. |
4040
| [Elastic transactions](elastic-transactions-overview.md) | Elastic transactions allow you to execute transactions distributed among cloud databases in Azure SQL Database. |

0 commit comments

Comments
 (0)