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: articles/cosmos-db/vector-search.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,12 +155,12 @@ A few points to consider:
155
155
156
156
- The `flat` and `quantizedFlat` index types use Azure Cosmos DB's index to store and read each vector when performing a vector search. Vector searches with a `flat` index are brute-force searches and produce 100% accuracy or recall. That is, it's guaranteed to find the most similar vectors in the dataset. However, there's a limitation of `505` dimensions for vectors on a flat index.
157
157
158
-
- The `quantizedFlat` index stores quantized (compressed) vectors on the index. Vector searches with `quantizedFlat` index are also brute-force searches, however their accuracy might be slightly less than 100% since the vectors are quantized before adding to the index. However, vector searches with `quantized flat` should have lower latency, higher throughput, and lower RU cost than vector searches on a `flat` index. This is a good option for smaller scenarios, or scenarios where you're using query filters to narrow down the vector search to a relatively small set of vectors. `quantizedFlat` is recommended when the number of vectors to be indexed is somewhere around 50,000 or fewer per physical partition. However, this is just a general guideline and actual performance should be tested as each scenario can be different.
158
+
- The `quantizedFlat` index stores quantized (compressed) vectors on the index. Vector searches with `quantizedFlat` index are also brute-force searches, however their accuracy might be slightly less than 100% since the vectors are quantized before adding to the index. However, vector searches with `quantized flat` should have lower latency, higher throughput, and lower RU cost than vector searches on a `flat` index. This is a good option for smaller scenarios, or scenarios where you're using query filters to narrow down the vector search to a relatively small set of vectors. `quantizedFlat` is recommended when the number of vectors scoped to your search is 50,000 or fewer. However, this is just a general guideline and actual performance should be tested as each scenario can be different.
159
159
160
-
- The `diskANN` index is a separate index defined specifically for vectors using [DiskANN](https://www.microsoft.com/research/publication/diskann-fast-accurate-billion-point-nearest-neighbor-search-on-a-single-node/), a suite of high performance vector indexing algorithms developed by Microsoft Research. DiskANN indexes can offer some of the lowest latency, highest throughput, and lowest RU cost queries, while still maintaining high accuracy. In general, DiskANN is the most performant of all index types if there are more than 50,000 vectors per physical partition.
160
+
- The `diskANN` index is a separate index defined specifically for vectors using [DiskANN](https://www.microsoft.com/research/publication/diskann-fast-accurate-billion-point-nearest-neighbor-search-on-a-single-node/), a suite of high performance vector indexing algorithms developed by Microsoft Research. DiskANN indexes can offer some of the lowest latency, highest throughput, and lowest RU cost queries, while still maintaining high accuracy. In general, DiskANN is the most performant of all index types if your search query is scoped to more than 50,000 vectors.
161
161
162
162
> [!NOTE]
163
-
> In general, you can add new path configurations or remove existing ones, but you cannot change the settings of a vector emebdding policy or vector indexing policy. To do so you must first drop the existing vector policy and index, then add it back with new configuration.
163
+
> You can add new path configurations or remove existing ones, but you cannot change the settings of a vector embedding policy or vector indexing policy directly. To do so you must first drop the existing vector policy and/or index, then add it back with new configuration.
Copy file name to clipboardExpand all lines: articles/mysql/concepts-version-policy.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,15 @@
1
1
---
2
2
title: Version Support Policy
3
3
description: Describes the policy around MySQL major and minor versions in Azure Database for MySQL
4
-
author: xboxeer
5
-
ms.author: yuzheng1
4
+
author: moabuham
5
+
ms.author: moabuham
6
6
ms.reviewer: maghan
7
-
ms.date: 06/27/2025
7
+
ms.date: 03/27/2026
8
8
ms.service: azure-database-mysql
9
9
ms.subservice: flexible-server
10
10
ms.topic: concept-article
11
11
ms.custom:
12
12
- fasttrack-edit
13
-
- ignite-2024
14
13
---
15
14
16
15
# Azure Database for MySQL version support policy
@@ -24,7 +23,7 @@ Azure Database for MySQL was developed from the [MySQL Community Edition](https:
24
23
Azure Database for MySQL currently supports the following major and minor versions of MySQL:
25
24
26
25
| Version | Current minor version | Release status |
27
-
|:--- |:--- |:--- |
26
+
| --- | --- | --- |
28
27
| MySQL Version 5.7 |[5.7.44](https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-44.html)| GA |
29
28
| MySQL Version 8.0 |[8.0.42](https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-42.html)| GA |
30
29
| MySQL Version 8.4 |[8.4.5](https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html)| GA |
@@ -55,9 +54,9 @@ During the Extended Support period, Microsoft prioritizes the service's availabi
55
54
56
55
> [!NOTE]
57
56
> Extended Support is automatically applied and charged to servers running on legacy MySQL versions after standard Support ends. To opt out of Extended Support and avoid charges, customers must upgrade to a supported major version of the software. For more information or to provide feedback, contact [Ask Azure Database For MySQL](mailto:AskAzureDBforMySQL@service.microsoft.com).
58
-
>
57
+
>
59
58
> Servers in stopped state will not be charged for extended support. The charge will only apply to servers in succeeded state.
60
-
>
59
+
>
61
60
> Pricing is available on the [pricing page](https://azure.microsoft.com/pricing/details/mysql/?cdn=disable)
62
61
63
62
## Innovation release version support
@@ -77,10 +76,17 @@ The following restrictions apply only after the extended support period has ende
77
76
78
77
- No further security or support updates are provided for the retired version. Azure Database for MySQL can't patch the retired database engine for any bugs or security issues, and support for database engine-related issues are no longer be available. However, Azure continues performing periodic maintenance and patching for the host, OS, containers, and other service-related components.
79
78
- You can't create new database servers for the retired version. However, you can perform point-in-time recoveries and create read replicas for your existing servers.
80
-
New service capabilities developed by Azure Database for MySQL might only be available for supported database server versions.
79
+
New service capabilities developed by Azure Database for MySQL might only be available for supported database server versions.
81
80
- Uptime S.L.A.s apply solely to Azure Database for MySQL service-related issues and not to any downtime caused by database engine-related bugs.
82
81
- In the extreme event of a serious threat to the service caused by the MySQL database engine vulnerability identified in the retired database version, Azure might choose to stop the compute node of your database server from securing the service first. You're asked to upgrade the server before bringing it online. During the upgrade process, your data is always protected by automatic backups performed on the service, which can be used to restore it to an older version if desired.
83
82
83
+
## Retired MySQL plugins support in Azure Database for MySQL
84
+
85
+
- According to the MySQL public documentation, the [mysql_native_password](https://dev.mysql.com/doc/refman/8.4/en/native-pluggable-authentication.html) authentication plugin was deprecated in MySQL 8.0.34. However, this plugin remains enabled in Azure Database for MySQL across all versions in Azure database for MySQL.
86
+
- For MySQL 8.4, the caching_sha2_password plugin is the default authentication plugin. All new user accounts use the caching_sha2_password plugin for authentication.
87
+
Existing user accounts that use the mysql_native_password plugin will continue to be supported.
88
+
- It is recommended to change the authentication plugin for the existing user accounts to caching_sha2_password authentication plugin instead of the mysql_native_password plugin either before or after upgrade to MySQL 8.4.
89
+
84
90
## Frequently asked questions (FAQ)
85
91
86
92
__Q: What happens if I don't upgrade my Azure Database for MySQL server to a supported major version after standard support ends?__
@@ -117,7 +123,7 @@ __Q: What happens to my data during the upgrade?__
117
123
118
124
A: While your data remains unaffected during the upgrade process, it's highly advisable to create a backup before proceeding with the upgrade. This precautionary measure helps mitigate the risk of potential data loss due to any unforeseen complications.
119
125
120
-
__Q: What is Azure Database for MySQL – Extended Support?__
126
+
__Q: What is Azure Database for MySQL - Extended Support?__
121
127
122
128
A: Extended Support is a feature offering that allows customers to continue running MySQL versions that have reached community end-of-life (end of support), with continued access to SLA-backed availability, security updates, and technical support.
0 commit comments