Skip to content

Commit 2092488

Browse files
committed
fix title h3s
1 parent 2e90163 commit 2092488

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

articles/mariadb/concepts-limits.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mariadb
77
ms.topic: conceptual
8-
ms.date: 3/9/2020
8+
ms.date: 3/18/2020
99
---
1010
# Limitations in Azure Database for MariaDB
1111
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:
4040
4141
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).
4242

43-
## query_cache_size
43+
### query_cache_size
4444

4545
The query cache is turned off by default. To enable the query cache, configure the `query_cache_type` parameter.
4646

@@ -62,7 +62,7 @@ Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-varia
6262
|Memory Optimized|16|0|0|134217728|
6363
|Memory Optimized|32|0|0|134217728|
6464

65-
## sort_buffer_size
65+
### sort_buffer_size
6666

6767
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#sort_buffer_size) to learn more about this parameter.
6868

@@ -82,7 +82,7 @@ Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-varia
8282
|Memory Optimized|16|524288|32768|33554432|
8383
|Memory Optimized|32|524288|32768|33554432|
8484

85-
## join_buffer_size
85+
### join_buffer_size
8686

8787
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#join_buffer_size) to learn more about this parameter.
8888

@@ -102,7 +102,7 @@ Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-varia
102102
|Memory Optimized|16|262144|128|4294967295|
103103
|Memory Optimized|32|262144|128|4294967295|
104104

105-
## max_heap_table_size
105+
### max_heap_table_size
106106

107107
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#max_heap_table_size) to learn more about this parameter.
108108

@@ -122,7 +122,7 @@ Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-varia
122122
|Memory Optimized|16|16777216|16384|4294967295|
123123
|Memory Optimized|32|16777216|16384|4294967295|
124124

125-
## tmp_table_size
125+
### tmp_table_size
126126

127127
Review the [MariaDB documentation](https://mariadb.com/kb/en/server-system-variables/#tmp_table_size) to learn more about this parameter.
128128

articles/mysql/concepts-limits.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ajlam
55
ms.author: andrela
66
ms.service: mysql
77
ms.topic: conceptual
8-
ms.date: 3/9/2020
8+
ms.date: 3/18/2020
99
---
1010
# Limitations in Azure Database for MySQL
1111
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:
4040
4141
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).
4242

43-
## query_cache_size
43+
### query_cache_size
4444

4545
The query cache is turned off by default. To enable the query cache, configure the `query_cache_type` parameter.
4646

@@ -65,7 +65,7 @@ Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-
6565
|Memory Optimized|16|0|0|134217728|
6666
|Memory Optimized|32|0|0|134217728|
6767

68-
## sort_buffer_size
68+
### sort_buffer_size
6969

7070
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.
7171

@@ -85,7 +85,7 @@ Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-
8585
|Memory Optimized|16|524288|32768|33554432|
8686
|Memory Optimized|32|524288|32768|33554432|
8787

88-
## join_buffer_size
88+
### join_buffer_size
8989

9090
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.
9191

@@ -105,7 +105,7 @@ Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-
105105
|Memory Optimized|16|262144|128|4294967295|
106106
|Memory Optimized|32|262144|128|4294967295|
107107

108-
## max_heap_table_size
108+
### max_heap_table_size
109109

110110
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.
111111

@@ -125,7 +125,7 @@ Review the [MySQL documentation](https://dev.mysql.com/doc/refman/5.7/en/server-
125125
|Memory Optimized|16|16777216|16384|4294967295|
126126
|Memory Optimized|32|16777216|16384|4294967295|
127127

128-
## tmp_table_size
128+
### tmp_table_size
129129

130130
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.
131131

0 commit comments

Comments
 (0)