Search



Search Results
Displaying 441 to 450 of 3514 total results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-table-reference.html
The following table summarizes all available Performance Schema tables. For greater detail, see the individual table descriptions. Table 29.1 Performance Schema Tables Table Name Description accounts Connection statistics per client account ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
Create a table that satisfies the following criteria: To qualify as a valid embedding table, the table must contain the following columns: A string column containing the text segments. OutputTableName: the name of the table where you want to create ... As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector embedding to run retrieval-augemented generation (RAG) with vector ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/refman/8.4/en/rewriter-query-rewrite-plugin-usage.html
This is also true for statements executed by MySQL client programs including mysqlbinlog, mysqladmin, and mysqldump; for this reason, you should grant SKIP_QUERY_REWRITE to the user account or accounts used by these utilities to connect to MySQL.
https://dev.mysql.com/doc/refman/8.4/en/mysqld-safe.html
--core-file-size=size Command-Line Format --core-file-size=size Type String The size of the core file that mysqld should be able to create. Linux users can use the libtcmalloc_minimal.so library on any platform for which a tcmalloc package is ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-memory-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: memory_summary_by_account_by_event_name has USER, HOST, and EVENT_NAME columns. Each row summarizes events for a given account (user and host combination) and event name. The memory summary tables have these indexes: memory_summary_by_account_by_event_name: Primary key on (USER, HOST, EVENT_NAME) memory_summary_by_host_by_event_name: Primary key on (HOST, EVENT_NAME) memory_summary_by_thread_by_event_name: Primary key on (THREAD_ID, EVENT_NAME) memory_summary_by_user_by_event_name: Primary key on (USER, EVENT_NAME) memory_summary_global_by_event_name: Primary key on (EVENT_NAME) TRUNCATE TABLE is permitted for memory summary ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-statement-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: events_statements_summary_by_account_by_event_name has EVENT_NAME, USER, and HOST columns. Each row summarizes events for a given account (user and host combination) and ...Each row summarizes events for a given user and event ... The Performance Schema maintains tables for collecting current and recent ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-wait-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: events_waits_summary_by_account_by_event_name has EVENT_NAME, USER, and HOST columns. Each row summarizes events for a given account (user and host combination) and ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-rag.html
row *************************** id: 2 Output: { "text": "HeatWave AutoML is a feature of MySQL HeatWave that simplifies the use of machine learning, allowing users to create optimized machine learning models for prediction and explanation without ...
Displaying 441 to 450 of 3514 total results