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: docs/myrocks-server-variables.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -391,7 +391,7 @@ Skips verifying if rows exists before executing deletes. The following condition
391
391
| Data type | Numeric |
392
392
| Default | -1 |
393
393
394
-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
394
+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
395
395
396
396
This variable specifies the number of shards ,`numShardBits`, for the block cache in RocksDB. The cache is sharded into `2^numShardBits` shards by the key hash.
397
397
@@ -685,7 +685,7 @@ This variable is disabled (OFF) by default.
685
685
| Data type | Boolean |
686
686
| Default | ON |
687
687
688
-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
688
+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
689
689
690
690
This variable enables checking the upper and lower bounds of the RocksDB iterator during iteration. The default value in `ON` which means this variable is enabled.
691
691
@@ -790,7 +790,7 @@ Specifies the name of the column family to compact.
790
790
| Data type | Boolean |
791
791
| Default | OFF |
792
792
793
-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
793
+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
794
794
795
795
This variable acts as a trigger. Set the variable to `ON`, `rocksdb-compact-lzero-now=ON`, to immediately compact all the `Level 0` (L0) files. After all the `L0` files are compacted, the variable value automatically switches to `OFF`.
796
796
@@ -827,7 +827,7 @@ Maximum allowed value is `18446744073709551615`.
827
827
828
828
!!! note
829
829
830
-
In version [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md) and later, the default value is changed from `0` to `149999`.
830
+
In version [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html) and later, the default value is changed from `0` to `149999`.
831
831
832
832
Specifies the threshold to trigger compaction on a file if it has more than this number of sequential delete markers.
833
833
@@ -856,7 +856,7 @@ Maximum allowed value is `2000000` (two million delete markers).
856
856
857
857
!!! note
858
858
859
-
In version [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md) and later, the default value is changed from `OFF` to `ON`.
859
+
In version [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html) and later, the default value is changed from `OFF` to `ON`.
860
860
861
861
Specifies whether to count single deletes as delete markers recognized by `rocksdb_compaction_sequential_deletes`.
862
862
@@ -1443,7 +1443,7 @@ insensitive). Enabled by default.
1443
1443
| Data type | Boolean |
1444
1444
| Default | OFF |
1445
1445
1446
-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
1446
+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
1447
1447
1448
1448
This variable controls whether to write and check RocksDB file-level checksums. The default value is `OFF` which means the variable is disabled.
1449
1449
@@ -1879,7 +1879,7 @@ Tracks the history for at most `rockdb_mx_compaction_history` completed compacti
1879
1879
| Data type | Numeric |
1880
1880
| Default | 16 |
1881
1881
1882
-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
1882
+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
1883
1883
1884
1884
This variable sets `DBOptions::max_file_opening_threads` for RocksDB. The default value is `16`. The minimum value is `1` and the maximum value is 2147483647 (`INT_MAX`).
1885
1885
@@ -2145,7 +2145,7 @@ Enabled by default.
2145
2145
| Data type | Boolean |
2146
2146
| Default | ON |
2147
2147
2148
-
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](.//release-notes/8.3.0-1.md).
2148
+
This variable has been implemented in [Percona Server for MySQL 8.3.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.3.0-1.html).
2149
2149
2150
2150
If this variable is set to `ON`, the partial index materialization ignores the killed flag and continues materialization until completion. If queries are killed during materialization due to timeout, the work done so far is wasted, and the killed query will likely be retried later, hitting the same issue.
2151
2151
@@ -2563,7 +2563,7 @@ Disabled by default.
2563
2563
| Data type | Boolean |
2564
2564
| Default | ON |
2565
2565
2566
-
This variable is removed in [Percona Server for MySQL 8.2.0-1](8.2.0-1.md).
2566
+
This variable is removed in [Percona Server for MySQL 8.2.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.2.0-1.html).
2567
2567
2568
2568
This variable is considered **deprecated** in Percona Server for MySQL 8.0.23-14.
2569
2569
@@ -2581,7 +2581,7 @@ Enabled by default.
2581
2581
| Data type | String |
2582
2582
| Default ||
2583
2583
2584
-
This variable is removed in [Percona Server for MySQL 8.2.0-1](8.2.0-1.md).
2584
+
This variable is removed in [Percona Server for MySQL 8.2.0-1](https://docs.percona.com/percona-server/innovation-release/release-notes/8.2.0-1.html).
2585
2585
2586
2586
This variable is considered **deprecated** in Percona Server for MySQL 8.0.23-14.
0 commit comments