Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-run-chat.html
In this topic, the HEATWAVE_CHAT routine uses the vector store table demo_embeddings created in the section Ingesting Files into a Vector Store for context retrieval. To use your own embedding table for context retrieval, create a table that ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/admin-advisors-reference.html
Common uses are the cleanup of obsolete data, the creation of summary tables for statistics, and monitoring of server performance and usage. Default frequency 00:05:00 Default auto-close enabled no In-Memory Temporary Table Size Limited By Maximum ...Default frequency 12:00:00 Default auto-close enabled yes Database May Not Be Portable Due To Identifier Case Sensitivity The case sensitivity of the underlying operating system determines the case sensitivity of database and table ...
https://dev.mysql.com/doc/refman/8.4/en/identifier-qualifiers.html
For example, this statement creates a table using the unqualified name t1: CREATE TABLE t1 (i INT); Because t1 includes no qualifier to specify a database, the statement creates the table in the default database. This statement creates a table using ...ON mydb.mytable ...; A column name may be given multiple qualifiers to indicate context in statements that reference it, as shown in the following ...
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-relational-tables-and-documents.html
After seeing how to work with documents and how to work with relational tables, this section explains how to combine the two and work with both at the same time. It can be beneficial to use documents for very specific tasks inside an application ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/devapi-users-working-with-relational-tables-and-documents.html
After seeing how to work with documents and how to work with relational tables, this section explains how to combine the two and work with both at the same time. It can be beneficial to use documents for very specific tasks inside an application ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/devapi-users-working-with-relational-tables-and-documents.html
After seeing how to work with documents and how to work with relational tables, this section explains how to combine the two and work with both at the same time. It can be beneficial to use documents for very specific tasks inside an application ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-performance-schema-tables.html
MySQL HeatWave Performance Schema tables provide information about MySQL HeatWave nodes, and about tables and columns that are currently loaded in MySQL HeatWave. Information about tables and columns is available only after tables are loaded in the ...Information about MySQL HeatWave nodes is available only when rapid_bootstrap mode is ...
https://dev.mysql.com/doc/refman/8.4/en/full-table.html
If a table-full error occurs, it may be that the disk is full or that the table has reached its maximum size. The effective maximum table size for MySQL databases is usually determined by operating system constraints on file sizes, not by MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-schema-privileges-table.html
The SCHEMA_PRIVILEGES table has these columns: GRANTEE The name of the account to which the privilege is granted, in 'user_name'@'host_name' format. TABLE_CATALOG The name of the catalog to which the schema belongs. IS_GRANTABLE YES if the user has ...The value can be any privilege that can be granted at the schema level; see Section 15.7.1.6, “GRANT ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-schemata-extensions-table.html
The SCHEMATA_EXTENSIONS table augments the SCHEMATA table with information about schema options. The SCHEMATA_EXTENSIONS table has these columns: CATALOG_NAME The name of the catalog to which the schema belongs. If the schema is read only, the ...