Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-sysschema-statementanalysis-first-seen-category.html
Tmp Disk Tables The total number of internal on-disk temporary tables created by occurrences of the statement. Tmp Tables The total number of internal in-memory temporary tables created by occurrences of the statement. Tmp Tables Per Query Avg The ... Lists the Sys Schema Statement Analysis by First Time Seen metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-sysschema-statementanalysis-total-executions-category.html
Tmp Disk Tables The total number of internal on-disk temporary tables created by occurrences of the statement. Tmp Tables The total number of internal in-memory temporary tables created by occurrences of the statement. Tmp Tables Per Query Avg The ... Lists the Sys Schema Statement Analysis by Total Executions metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-sysschema-statementanalysis-total-latency-category.html
Tmp Disk Tables The total number of internal on-disk temporary tables created by occurrences of the statement. Tmp Tables The total number of internal in-memory temporary tables created by occurrences of the statement. Tmp Tables Per Query Avg The ... Lists the Sys Schema Statement Analysis by Total Latency metrics and provides a brief description of ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-validation.html
Creating a Validated Collection To enable JSON schema validation when you create a new collection, supply a validation JSON object as described above. Collections can be configured to verify documents against a JSON schema. This enables you to ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-validation.html
Creating a Validated Collection To enable JSON schema validation when you create a new collection, supply a validation JSON object as described above. Collections can be configured to verify documents against a JSON schema. This enables you to ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-validation.html
Creating a Validated Collection To enable JSON schema validation when you create a new collection, supply a validation JSON object as described above. Collections can be configured to verify documents against a JSON schema. This enables you to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load-syntax.html
Auto Parallel Load uses the inferred schema to generate CREATE TABLE statements. MySQL 9.0.0 adds support for Lakehouse Incremental Load with the refresh_external_tables option, see: Section 4.3.13.2, “Refresh Data Using Incremental Load”. This ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-defining-secondary-engine.html
Defining Secondary Engine For each table that you want to load into MySQL HeatWave Cluster, you must define the MySQL HeatWave query processing engine (RAPID) as the secondary engine for the table. Then, the MySQL HeatWave query processing engine ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-encoding-string-columns.html
For example: mysql> SELECT COLUMN_NAME, COLUMN_COMMENT FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME LIKE 'airline_info' AND COLUMN_COMMENT LIKE '%ENCODING%'; +-------------+------------------------------+ | COLUMN_NAME | COLUMN_COMMENT | ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-update-vector-store.html
The following sections in this topic describe how to update a vector store: Before You Begin Load Data Incrementally into the Vector Store Table Delete and Recreate the Vector Store What's Next Before You Begin Complete the steps to set up a vector ... To keep up with the changes and updates in the documents in your Object Storage, you must update the vector embeddings loaded in the vector store table on a regular ...