Search Results
https://dev.mysql.com/doc/heatwave/en/mys-hw-encryption-compression-functions.html
What's Next Learn how to perform the following tasks: Run queries Modify tables Retrieve MySQL HeatWave Metadata Optimize workloads for OLAP and OLTP Monitor MySQL HeatWave processes . Table 5.6 Encryption and Compression Functions Name Description ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-flow-control-functions-operators.html
The VARLEN Support column identifies functions and operators that support variable-length encoded string columns.
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-heatwave-chat.html
You can use MySQL HeatWave Chat to simulate human-like conversations where you can get responses for multiple queries in the same session. MySQL HeatWave Chat is a conversational agent that utilizes large language models (LLMs) to understand inputs ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-privileges.html
mysql> GRANT SELECT, INSERT, CREATE, DROP, ALTER, UPDATE ON output_schema.* TO 'user_name'@'%'; For more information, see Privileges Provided by MySQL and Default MySQL Privileges. What's Next Learn about the available LLMs, embedding Models, and ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-troubleshoot.html
This section describes some commonly encountered issues and errors for MySQL HeatWave GenAI and their workarounds. The folder you are trying to load might contain unsupported format files or the file that you are trying to load might be of an ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-vector-store.html
Using the inbuilt vector store and retrieval-augmented generation (RAG), you can load and query unstructured documents stored in Object Storage using natural language within the MySQL HeatWave ecosystem. The sections in this topic describe how to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-group-by-modifiers.html
In the MySQL HeatWave secondary engine, the GROUP BY clause permits the following modifiers: A CUBE modifier in addition to the WITH ROLLUP modifier. (Available in MySQL HeatWave only.) A ROLLUP modifier as a preferred alternative to the WITH ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-json-functions.html
What's Next Learn how to perform the following tasks: Run queries Modify tables Retrieve MySQL HeatWave Metadata Optimize workloads for OLAP and OLTP Monitor MySQL HeatWave processes . Table 5.7 JSON Functions Name Description -> Return value from ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-load-event-based.html
As of MySQL 9.4.1, you can load data from Object Storage by using event-based incremental load. Once an event for an external file location is emitted due to a change to an object, Lakehouse automatically refreshes the data into the external table.
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-data-types.html
You cannot run queries for materialized views that project ENUM type columns. The following string and text data types are unsupported: BINARY VARBINARY Decimal values with a precision greater than 18 in expression operators are unsupported, with ...