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
@@ -218,6 +231,8 @@ Also, all variables can exist in one or both of the following scopes:
218
231
| Data type | String or numeric |
219
232
| Default | NORMAL or 1 |
220
233
234
+
As of Percona Server for MySQL 8.0.42, the `--rocksdb-access-hint-on-compaction-start` variable has been removed.
235
+
221
236
Specifies the file access pattern once a compaction is started,
222
237
applied to all input files of a compaction.
223
238
Possible values are:
@@ -813,7 +828,9 @@ This variable acts as a trigger. Set the variable to `ON`, `rocksdb-compact-lzer
813
828
| Dynamic | Yes |
814
829
| Scope | Global |
815
830
| Data type | Numeric |
816
-
| Default | 0 |
831
+
| Default | 2097152 |
832
+
833
+
As of Percona Server for MySQL 8.0.43, the `--rocksdb-compaction-readahead-size` default value is `2097152`. In previous versions, the default value was `0`.
817
834
818
835
Specifies the size of reads to perform ahead of compaction.
819
836
Default value is `0`.
@@ -1271,7 +1288,12 @@ use or other misuse can have serious side effects to the server instance.
1271
1288
| Dynamic | Yes |
1272
1289
| Scope | Global |
1273
1290
| Data type | Boolean |
1274
-
| Default | ON |
1291
+
| Default | OFF |
1292
+
1293
+
1294
+
As of Percona Server for MySQL 8.0.42, the `--rocksdb-disable-instant-ddl` variable has been deprecated and may be removed in a future release.
1295
+
1296
+
As of Percona Server for MySQL 8.0.43, the `--rocksdb-disable-instant-ddl` default value is `OFF`. In previous versions, the default value was `ON`.
1275
1297
1276
1298
The variable was implemented in [Percona Server for MySQL 8.0.33-25](release-notes/8.0.33-25.md).
1277
1299
@@ -1464,10 +1486,24 @@ insensitive). Enabled by default.
1464
1486
| Data type | Boolean |
1465
1487
| Default | OFF |
1466
1488
1489
+
1490
+
As of Percona Server for MySQL 8.0.43, the `--rocksdb-file-checksums` data type is `ENUM`. In previous versions, the data type was `Boolean`.
1491
+
1492
+
As of Percona Server for MySQL 8.0.43, the `--rocksdb-file-checksums` default value is `CHECKSUM_OFF`. In previous versions, the default value was `OFF`.
1493
+
1494
+
As of Percona Server for MySQL 8.0.43, the available values are:
1495
+
1496
+
*`CHECKSUM_OFF`: Nothing happens.
1497
+
1498
+
*`CHECKSUM_WRITE_ONLY`: Write checksums, but skip verification.
1499
+
1500
+
*`CHECKSUM_WRITE_AND_VERIFY`: Write checksums and verify on DB::open.
1501
+
1467
1502
This variable has been implemented in [Percona Server for MySQL 8.0.36-28](.//release-notes/8.0.36-28.md).
1468
1503
1469
1504
This variable controls whether to write and check RocksDB file-level checksums. The default value is `OFF` which means the variable is disabled.
1470
1505
1506
+
1471
1507
### `rocksdb_flush_log_at_trx_commit`
1472
1508
1473
1509
| Option | Description |
@@ -1676,6 +1712,8 @@ Enabled by default.
1676
1712
| Data type | Boolean |
1677
1713
| Default | ON |
1678
1714
1715
+
As of Percona Server for MySQL 8.0.42, the `--rocksdb-large-prefix` variable has been removed.
1716
+
1679
1717
This variable is deprecated in `Percona Server for MySQL 8.0.36-28` and will be removed in a future release.
1680
1718
1681
1719
When enabled, this option allows index key prefixes longer than 767 bytes (up to 3072 bytes). The values for `rocksdb_large_prefix` should be the same between source and replica.
@@ -2604,6 +2642,8 @@ Disabled by default.
2604
2642
| Data type | Boolean |
2605
2643
| Default | ON |
2606
2644
2645
+
As of Percona Server for MySQL 8.0.42, the `--rocksdb-strict-collation-check` variable has been removed.
2646
+
2607
2647
This variable is considered **deprecated** in version 8.0.23-14.
2608
2648
2609
2649
Specifies whether to check and verify
@@ -2620,6 +2660,9 @@ Enabled by default.
2620
2660
| Data type | String |
2621
2661
| Default ||
2622
2662
2663
+
2664
+
As of Percona Server for MySQL 8.0.42, the `--rocksdb-strict-collation-exceptions` variable has been removed.
2665
+
2623
2666
This variable is considered **deprecated** in version 8.0.23-14.
2624
2667
2625
2668
Lists tables (as a regular expression) that should be excluded
0 commit comments