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/mariadb/concepts-limits.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ajlam
5
5
ms.author: andrela
6
6
ms.service: mariadb
7
7
ms.topic: conceptual
8
-
ms.date: 3/9/2020
8
+
ms.date: 3/18/2020
9
9
---
10
10
# Limitations in Azure Database for MariaDB
11
11
The following sections describe capacity, storage engine support, privilege support, data manipulation statement support, and functional limits in the database service.
@@ -40,7 +40,7 @@ When connections exceed the limit, you may receive the following error:
40
40
41
41
Creating new client connections to MariaDB takes time and once established, these connections occupy database resources, even when idle. Most applications request many short-lived connections, which compounds this situation. The result is fewer resources available for your actual workload leading to decreased performance. A connection pooler that decreases idle connections and reuses existing connections will help avoid this. To learn about setting up ProxySQL, visit our [blog post](https://techcommunity.microsoft.com/t5/azure-database-for-mysql/load-balance-read-replicas-using-proxysql-in-azure-database-for/ba-p/880042).
42
42
43
-
## query_cache_size
43
+
###query_cache_size
44
44
45
45
The query cache is turned off by default. To enable the query cache, configure the `query_cache_type` parameter.
46
46
@@ -62,7 +62,7 @@ Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-varia
62
62
|Memory Optimized|16|0|0|134217728|
63
63
|Memory Optimized|32|0|0|134217728|
64
64
65
-
## sort_buffer_size
65
+
###sort_buffer_size
66
66
67
67
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#sort_buffer_size) to learn more about this parameter.
68
68
@@ -82,7 +82,7 @@ Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-varia
82
82
|Memory Optimized|16|524288|32768|33554432|
83
83
|Memory Optimized|32|524288|32768|33554432|
84
84
85
-
## join_buffer_size
85
+
###join_buffer_size
86
86
87
87
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#join_buffer_size) to learn more about this parameter.
88
88
@@ -102,7 +102,7 @@ Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-varia
102
102
|Memory Optimized|16|262144|128|4294967295|
103
103
|Memory Optimized|32|262144|128|4294967295|
104
104
105
-
## max_heap_table_size
105
+
###max_heap_table_size
106
106
107
107
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#max_heap_table_size) to learn more about this parameter.
108
108
@@ -122,7 +122,7 @@ Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-varia
122
122
|Memory Optimized|16|16777216|16384|4294967295|
123
123
|Memory Optimized|32|16777216|16384|4294967295|
124
124
125
-
## tmp_table_size
125
+
###tmp_table_size
126
126
127
127
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#tmp_table_size) to learn more about this parameter.
Copy file name to clipboardExpand all lines: articles/mysql/concepts-limits.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: ajlam
5
5
ms.author: andrela
6
6
ms.service: mysql
7
7
ms.topic: conceptual
8
-
ms.date: 3/9/2020
8
+
ms.date: 3/18/2020
9
9
---
10
10
# Limitations in Azure Database for MySQL
11
11
The following sections describe capacity, storage engine support, privilege support, data manipulation statement support, and functional limits in the database service. Also see [general limitations](https://dev.mysql.com/doc/mysql-reslimits-excerpt/5.6/en/limits.html) applicable to the MySQL database engine.
@@ -40,7 +40,7 @@ When connections exceed the limit, you may receive the following error:
40
40
41
41
Creating new client connections to MySQL takes time and once established, these connections occupy database resources, even when idle. Most applications request many short-lived connections, which compounds this situation. The result is fewer resources available for your actual workload leading to decreased performance. A connection pooler that decreases idle connections and reuses existing connections will help avoid this. To learn about setting up ProxySQL, visit our [blog post](https://techcommunity.microsoft.com/t5/azure-database-for-mysql/load-balance-read-replicas-using-proxysql-in-azure-database-for/ba-p/880042).
42
42
43
-
## query_cache_size
43
+
###query_cache_size
44
44
45
45
The query cache is turned off by default. To enable the query cache, configure the `query_cache_type` parameter.
46
46
@@ -65,7 +65,7 @@ Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-
65
65
|Memory Optimized|16|0|0|134217728|
66
66
|Memory Optimized|32|0|0|134217728|
67
67
68
-
## sort_buffer_size
68
+
###sort_buffer_size
69
69
70
70
Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_sort_buffer_size) to learn more about this parameter.
71
71
@@ -85,7 +85,7 @@ Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-
85
85
|Memory Optimized|16|524288|32768|33554432|
86
86
|Memory Optimized|32|524288|32768|33554432|
87
87
88
-
## join_buffer_size
88
+
###join_buffer_size
89
89
90
90
Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_join_buffer_size) to learn more about this parameter.
91
91
@@ -105,7 +105,7 @@ Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-
105
105
|Memory Optimized|16|262144|128|4294967295|
106
106
|Memory Optimized|32|262144|128|4294967295|
107
107
108
-
## max_heap_table_size
108
+
###max_heap_table_size
109
109
110
110
Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_heap_table_size) to learn more about this parameter.
111
111
@@ -125,7 +125,7 @@ Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-
125
125
|Memory Optimized|16|16777216|16384|4294967295|
126
126
|Memory Optimized|32|16777216|16384|4294967295|
127
127
128
-
## tmp_table_size
128
+
###tmp_table_size
129
129
130
130
Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_tmp_table_size) to learn more about this parameter.
0 commit comments