Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
To define your natural-language query, set the @query variable: SET @query="AddYourQuery"; Replace AddYourQuery with your natural-language query. To define your natural-language query, set the @query variable: SET @query="AddYourQuery"; Replace ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-materialized-views.html
For example: mysql> SELECT COUNT(*) FROM LINEITEM_PART1; rapid_auto_create_materialized_view Variable MySQL 9.6.0 introduces the rapid_auto_create_materialized_view variable. When enabled, the MySQL HeatWave optimizer tries to automatically create ... This topic describes how to create materialized views on MySQL HeatWave, which is supported as of MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-file-reading.html
To set a limit on the number of bytes that audit_log_read() reads, set the audit_log.read_buffer_size system variable. This variable has a default of 32KB and can be set at runtime. The audit log component supports functions that provide an SQL ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-file-reading.html
To set a limit on the number of bytes that audit_log_read() reads, set the audit_log_read_buffer_size system variable. This variable has a default of 32KB and can be set at runtime. Important The audit_log plugin is deprecated, and is being ...
https://dev.mysql.com/doc/refman/9.7/en/sys-ps-setup-reload-saved.html
This procedure disables binary logging during its execution by manipulating the session value of the sql_log_bin system variable. That is a restricted operation, so the procedure requires privileges sufficient to set restricted session variables.
https://dev.mysql.com/doc/refman/9.7/en/sys-ps-setup-save.html
This procedure disables binary logging during its execution by manipulating the session value of the sql_log_bin system variable. That is a restricted operation, so the procedure requires privileges sufficient to set restricted session variables.
https://dev.mysql.com/doc/refman/9.7/en/sys-ps-trace-statement-digest.html
This procedure disables binary logging during its execution by manipulating the session value of the sql_log_bin system variable. That is a restricted operation, so the procedure requires privileges sufficient to set restricted session variables.
https://dev.mysql.com/doc/refman/9.7/en/sys-ps-trace-thread.html
This procedure disables binary logging during its execution by manipulating the session value of the sql_log_bin system variable. That is a restricted operation, so the procedure requires privileges sufficient to set restricted session variables.
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-data-drift-detection.html
mysql> CALL sys.ML_TRAIN('table_name', 'target_column_name', JSON_OBJECT('task', 'task_name'), @variable); Replace table_name, target_column_name, task_name, and variable with your own values. @census_model is the name of the user-defined session ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-load-model.html
Load a Model with The Session Variable After training a model, you set a session variable for the model handle that you can use until the current connection ends. The following example loads a MySQL HeatWave AutoML model from the model catalog by ...