Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Either status variables or new INFORMATION_SCHEMA tables or additional columns in the existing INFORMATION_SCHEMA tables and SHOW commands to show some of
- size of the vector index
- number of deleted rows (can be estimated by number of rows in the hlindex table minus number of rows in the main table)
- actual cache size
- number of layers
- whether randomization is used
- search stats like (for example)
- number of distance invocations
- number of distance_greater_than shortcuts
- number of jumps per layer
but only values that can actually be used for something
Attachments
Issue Links
- relates to
-
MDEV-32887 k-ANN indexes for vectors
- In Progress