Skip to content

Commit f06468d

Browse files
authored
Merge pull request #297 from percona/ps-9168
PS-9168 Added documented MyRocks variables to 8.0.36 release notes - 8.0
2 parents 7db966f + 3b1c5ef commit f06468d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/release-notes/8.0.36-28.md

+32
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,34 @@ Find the complete list of bug fixes and changes in the [MySQL 8.0.36 Release Not
2424

2525
[PS-9083]: A fix for a server exit when the slow query log is on with additional variables.
2626

27+
[PS-9044]: Added the following variables to MyRocks:
28+
29+
* [`rocksdb_block_cache_numshardbits`](..\variables.html#rocksdb_block_cache_numshardbits)
30+
31+
* [`rocksdb_check_iterate_bounds`](..\variables.html#rocksdb_check_iterate_bounds)
32+
33+
* [`rocksdb_compact_lzero_now`](..\variables.html#rocksdb_compact_lzero_now)
34+
35+
* [`rocksdb_file_checksums`](..\variables.html#rocksdb_file_checksums)
36+
37+
* [`rocksdb_max_file_opening_threads`](..\variables.html#rocksdb_max_file_opening_threads)
38+
39+
* [`rocksdb_partial_index_ignore_killed`](..\variables.html#rocksdb_partial_index_ignore_killed)
40+
41+
Changed the default values for the following variables:
42+
43+
* [`rocksdb_compaction_sequential_deletes`](..\variables.html#rocksdb_compaction_sequential_deletes) from 0 to 14999
44+
45+
* [`rocksdb_compaction_sequential_deletes_count_sd`](..\variables.html#rocksdb_compaction_sequential_deletes_count_sd) from `OFF` to `ON`
46+
47+
* [`rocksdb_compaction_sequential_deletes_window`](..\variables.html#rocksdb_compaction_sequential_deletes_window) from 0 to 15000
48+
49+
* [`rocksdb_force_flush_memtable_now`](..\variables.html#rocksdb_force_flush_memtable_now) from `ON` to `OFF`
50+
51+
* [`rocksdb_large_prefix`](../variables.html#rocksdb_large_prefix) from `OFF` to `ON`
52+
53+
The [`rocksdb_large_prefix`](../variables.html#rocksdb_large_prefix) is deprecated.
54+
2755
## Known issues
2856

2957
* [PS-9078](https://perconadev.atlassian.net/browse/PS-9078): An upgrade on Ubuntu 20.04 from the following releases does not restart the MySQL service automatically. You must start the service manually.
@@ -58,3 +86,7 @@ For [training](https://www.percona.com/training), contact [Percona Training - St
5886
[PS-9048]: https://perconadev.atlassian.net/browse/PS-9048
5987

6088
[PS-9083]: https://perconadev.atlassian.net/browse/PS-9083
89+
90+
[PS-9044]: https://perconadev.atlassian.net/browse/PS-9044
91+
92+

0 commit comments

Comments
 (0)