[MDEV-27213] Clarification on documentation for parameter rocksdb_block_cache_size Created: 2021-12-09  Updated: 2021-12-09

Status: Open
Project: MariaDB Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Mershad Irani Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None


 Description   

I see that the parameter rocksdb_block_cache_size is a static variable, However, I am able to dynamically set it using "set global"

https://mariadb.com/kb/en/myrocks-system-variables/#rocksdb_block_cache_size

I wanted to seek clarification around the documentation.

MariaDB [(none)]> select @@version;
+--------------------+
| @@version          |
+--------------------+
| 10.6.4-MariaDB-log |
+--------------------+
1 row in set (0.000 sec)

MariaDB [(none)]> set global rocksdb_block_cache_size=1073741824;
Query OK, 0 rows affected (0.000 sec)


Generated at Thu Feb 08 09:51:12 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.