Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
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) |