Details
-
New Feature
-
Status: Open (View Workflow)
-
Critical
-
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 vector search
-
- Stalled
-
-
MDEV-35821 vector index sizes are not in information_schema.TABLES nor SHOW TABLE STATUS
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to MDEV-32887 [ MDEV-32887 ] |
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 * 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 |
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 |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
Component/s | Vector search [ 20205 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Component/s | Performance Schema [ 15627 ] |
Link | This issue relates to MDEV-35821 [ MDEV-35821 ] |