Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
MV_ QUERY_ PROSPECTIVE_ HISTOGRAMS
This view contains information about columns which were used in queries where a histogram could have been utilized, but did not have histograms.
This is similar to MV_, but MV_ displays one row per column per query, while MV_ displays one row per column, and aggregates over all queries.
This view counts over all queries (rows) in the in-memory plancache in order to distinguish which of these contain applicable columns.
|
Column Name |
Description |
|---|---|
|
|
The |
|
|
The name of the related database. |
|
|
The name of the related table. |
|
|
The name of a given column for which a prospective histogram has been identified. |
|
|
When there is a histogram on a json_ |
|
|
The number of times the column was used where a histogram could have been utilized, counting once per occurrence of the table in the query. |
Last modified: