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/database/doc-changes-updates-release-notes-whats-new.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,8 +92,9 @@ Learn about significant changes to the Azure SQL Database documentation. For pre
92
92
93
93
| Changes | Details |
94
94
| --- | --- |
95
-
|**New Azure portal query editor experience**|A new Query editor (preview) experience in the Azure portal offers a new modernized authentication page and consistency with other portal query editor experiences. For more information, see [Quickstart: Use the Azure portal query editor to query Azure SQL Database](connect-query-portal.md). |
96
95
|**160 and 192 vCore for Hyperscale Premium-series**|160 and 192 vCore options for Hyperscale Premium-series are now available as a preview offering, for both single Hyperscale databases and Hyperscale elastic pools. For more information, see [160 and 192 vCore offering for Hyperscale Premium-series](https://aka.ms/PRMS192vCores).|
96
+
|**Automatic index compaction preview**|[Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction) helps you reduce the consumption of storage space, disk I/O, memory, and improve workload performance without investing time and effort into index maintenance jobs. This feature is now in preview. |
97
+
|**New Azure portal query editor experience**|A new Query editor (preview) experience in the Azure portal offers a new modernized authentication page and consistency with other portal query editor experiences. For more information, see [Quickstart: Use the Azure portal query editor to query Azure SQL Database](connect-query-portal.md). |
97
98
|**Import and export using managed identity preview**| You can [import or export an Azure SQL Database BACPAC file with managed identity authentication](database-import-export-managed-identity.md). Use managed identity authentication for enhanced security when importing or exporting databases. This capability is currently in preview for Azure SQL Database. |
98
99
|**Vector indexing and VECTOR_SEARCH enhancements**| Latest version vector indexes now support full DML operations, iterative filtering, new `SELECT TOP (N) WITH APPROXIMATE` syntax, the `FORCE_ANN_ONLY` table hint, and the new [sys.dm_db_vector_indexes](/sql/relational-databases/system-dynamic-management-views/sys-dm-db-vector-indexes-transact-sql?view=azuresqldb-current&preserve-view=true) DMV for monitoring index health. Regional availability is documented at [Feature availability by region](region-availability.md#vector-search). For more information, see [VECTOR_SEARCH](/sql/t-sql/functions/vector-search-transact-sql?view=azuresqldb-current&preserve-view=true) and [CREATE VECTOR INDEX](/sql/t-sql/statements/create-vector-index-transact-sql?view=azuresqldb-current&preserve-view=true). |
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/doc-changes-updates-release-notes-whats-new.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
@@ -34,6 +34,7 @@ The following table lists the features of Azure SQL Managed Instance that are cu
34
34
| Feature | Details |
35
35
| ---| --- |
36
36
|[Approximate or fuzzy string matching](/sql/relational-databases/fuzzy-string-match/overview)| Check if two strings are similar, and calculate the difference between two strings. Use this capability to identify strings that might be different because of character corruption.|
37
+
|[Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction)| Reduce the consumption of storage space, disk I/O, memory, and improve workload performance without investing time and effort into index maintenance jobs. |
37
38
|[Change event streaming](/sql/relational-databases/track-changes/change-event-streaming/overview)| Capture and publish incremental DML changes of data (such as updates, inserts, and deletes) in near real-time. Change event streaming sends details of data changes such as the schema, previous values, and new values to Azure Event Hubs in a simple CloudEvent, serialized as either native JSON or Avro Binary. |
38
39
|[Database watcher for Azure SQL](../database-watcher-overview.md)| Database watcher is a managed monitoring solution for database services in the Azure SQL family. Database watcher collects in-depth workload monitoring data to give you a detailed view of database performance, configuration, and health. Learn more about [database watcher](https://aka.ms/dbwatcher-preview-announcement).|
39
40
|[DATEADD number allows bigint](/sql/t-sql/functions/dateadd-transact-sql)| For `DATEADD (datepart, number, date)`, number can be expressed as a **bigint**.|
@@ -77,6 +78,7 @@ Learn about significant changes to the Azure SQL Managed Instance documentation.
77
78
78
79
| Changes | Details |
79
80
| --- | --- |
81
+
|**Automatic index compaction preview**| Automatic index compaction helps you reduce the consumption of storage space, disk I/O, memory, and improve workload performance without investing time and effort into index maintenance jobs. This feature is now in preview. To learn more, review [Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction). |
80
82
| **Change event streaming preview** | Capture and publish incremental DML changes of data (such as updates, inserts, and deletes) in near real-time. Change event streaming sends details of data changes such as the schema, previous values, and new values to Azure Event Hubs in a simple CloudEvent, serialized as either native JSON or Avro Binary. This feature is now in preview for Azure SQL Managed Instance configured with the SQL Server 2025 and Always-up-to-date update policy. To learn more, review [Change event streaming](/sql/relational-databases/track-changes/change-event-streaming/overview).
81
83
|**Deploy free instance with command line tools**| You can now create your free SQL managed instance by using [Azure PowerShell](free-offer.md?tabs=powershell#create-a-free-sql-managed-instance), the [Azure CLI](free-offer.md?tabs=azure-cli#create-a-free-sql-managed-instance), and the [REST API](free-offer.md?tabs=rest-api#create-a-free-sql-managed-instance). |
82
84
|**Easily upgrade your free instance**| You can now easily upgrade your free SQL managed instance to a paid offer in the Azure portal. To upgrade, navigate to the **Overview** page for your instance and select **Upgrade** from the navigation bar to open the **Compute + storage** page, where you can choose the paid offer under **Offer type**. For more information, see [Free SQL Managed Instance](free-offer.md#upgrade-to-paid-instance). |
Copy file name to clipboardExpand all lines: azure-sql/managed-instance/update-policy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The following table lists all the features that are only available to instances
75
75
76
76
| Update policy | Features |
77
77
|---------|---------|
78
-
|*Always-up-to-date* update policy | - There are currently no separate features that are only available to instances with the *Always-up-to-date* update policy. <br /> - All features available with the *SQL Server 2025* update policy are also available to instances with the *Always-up-to-date* update policy, other than the ability to restore databases to, or configure a link with bidirectional failover with, [!INCLUDE [sssql25-md](../../docs/includes/sssql25-md.md)]. |
78
+
|*Always-up-to-date* update policy | - [Automatic index compaction](/sql/relational-databases/indexes/automatic-index-compaction) <br /> - All features available with the *SQL Server 2025* update policy are also available to instances with the *Always-up-to-date* update policy, other than the ability to restore databases to, or configure a link with bidirectional failover with, [!INCLUDE [sssql25-md](../../docs/includes/sssql25-md.md)]. |
79
79
| *SQL Server 2025* update policy | - [Azure SQL Managed Instance Mirroring in Fabric](/fabric/database/mirrored-database/azure-sql-managed-instance) <br /> - [Change event streaming (Preview)](/sql/relational-databases/track-changes/change-event-streaming/overview) <br /> - [DATEADD (Transact-SQL)](/sql/t-sql/functions/dateadd-transact-sql) <br /> - [Degree of parallelism (DOP) feedback](/sql/relational-databases/performance/intelligent-query-processing-degree-parallelism-feedback?view=azuresqlmi-current&preserve-view=true) <br /> - [Fuzzy string matching](/sql/relational-databases/fuzzy-string-match/overview) <br /> - [Invoke an HTTPS REST endpoint SP](/sql/relational-databases/system-stored-procedures/sp-invoke-external-rest-endpoint-transact-sql) <br /> - [JSON data type](/sql/t-sql/data-types/json-data-type) <br /> - [JSON_ARRAYAGG](/sql/t-sql/functions/json-arrayagg-transact-sql) and [JSON_OBJECTAGG](/sql/t-sql/functions/json-objectagg-transact-sql) aggregate functions <br /> - [Link with bidirectional failover and disaster recovery with SQL Server 2025](managed-instance-link-disaster-recovery.md) <br /> - [Optimized locking](/sql/relational-databases/performance/optimized-locking?view=azuresqlmi-current&preserve-view=true) <br /> - [Regular expression functions](/sql/relational-databases/regular-expressions/overview) <br /> - [Restore database to SQL Server 2025](restore-database-to-sql-server.md) <br /> - [\|\| (String concatenation)](/sql/t-sql/language-elements/string-concatenation-pipes-transact-sql) <br /> - [\|\|= (Compound assignment)](/sql/t-sql/language-elements/compound-assignment-pipes-transact-sql) <br /> - [UNISTR (Transact-SQL)](/sql/t-sql/functions/unistr-transact-sql) <br /> - [Vector data type](/sql/t-sql/data-types/vector-data-type?view=azuresqlmi-current&preserve-view=true) <br /> - [Vector functions](/sql/t-sql/functions/vector-functions-transact-sql?view=azuresqlmi-current&preserve-view=true) |
80
80
|*SQL Server 2022* update policy | - [Link with bidirectional failover and disaster recovery with SQL Server 2022](managed-instance-link-disaster-recovery.md) <br /> - [Restore database to SQL Server 2022](restore-database-to-sql-server.md)|
Automatic index compaction helps you reduce the consumption of storage space, disk I/O, CPU, memory, and improve workload performance without investing time and effort into index maintenance jobs. Index compaction is performed continuously and with low overhead as the data in the database changes.
18
18
19
19
> [!NOTE]
20
-
> Automatic index compaction is currently in preview in Azure SQL Database, Azure SQL Managed Instance with the always-up-to-date [update policy](/azure/azure-sql/managed-instance/update-policy), and SQL database in Fabric.
20
+
> Automatic index compaction is currently in preview in Azure SQL Database, Azure SQL Managed Instance with the Always-up-to-date [update policy](/azure/azure-sql/managed-instance/update-policy), and SQL database in Fabric.
21
21
22
22
For answers to common questions, see [Frequently asked questions (FAQ)](#frequently-asked-questions-faq).
0 commit comments