Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
11.8.1
-
Ubuntu 24.04 n.a.
Description
There is a mismatch between SHOW GLOBAL VARIABLES and the documentation:
SQL> show variables like 'mhnsw%';
|
+--------------------------+----------+
|
| Variable_name | Value |
|
+--------------------------+----------+
|
| mhnsw_cache_size | 16777216 |
|
| mhnsw_limit_multiplier | 2.000000 |
|
| mhnsw_max_edges_per_node | 15 |
|
+--------------------------+----------+
|
Documenetation: https://mariadb.com/kb/en/vector-system-variables/
mhnsw_default_distance
|
mhnsw_default_m
|
mhnsw_ef_search
|
mhnsw_max_cache_size
|