Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-data-purge-ref.html
Remove Query Analyzer Data Older Than: configures the duration that the query analyzer statistics and information about individual queries is retained. Data Purge Behavior enables you to automatically remove old data from the repository according ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-column-limits.html
The column limit for intermediate relations (intermediate tables used by MySQL HeatWave when processing queries) is 1800. The actual column limit when running queries depends on factors such as MySQL limits, protocol limits, the total number of ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-exclude-table-columns.html
Optionally, exclude columns that are not relevant to the intended queries. Before loading a table into MySQL HeatWave, exclude the columns with unsupported data types. For a list of data types that MySQL HeatWave supports, see Section 4.2.1, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-chat-details.html
Text segments: that were retrieved from the vector store and used as context to prepare responses for your queries. Chat history: which includes both your queries and responses generated by MySQL HeatWave Chat. The specific algorithm used depends on ... This topic describes how to view a chat session ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-functions.html
Rewrite queries that use named time zones with equivalent datetime values. The following JSON functions: JSON_TABLE() queries that include a LEFT JOIN clause require a primary key column specified for the base or intermediate table. As of MySQL ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-rpd-tables-table.html
LAST_QUERIED The timestamp of the last query that referenced the table. The rpd_tables table provides the system change number (SCN) and load pool type for tables loaded in MySQL HeatWave. The rpd_tables table has these columns: ID A unique ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-classification-generate-prediction.html
To generate predictions, use the sample data from the testing_data dataset. Even though the table has labels for the Approved target column, the column is not considered when generating predictions. This allows you to compare the predictions to the ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-data-drift-detection.html
MySQL HeatWave AutoML includes data drift detection for the following models: Classification Regression Anomaly detection (as of MySQL 9.3.2) Before You Begin Review how to Create a Machine Learning Model. Data Drift Detection Overview Machine ...