Search Results
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-threads-activity-category.html
Too Many Concurrent Queries Running Too many active queries indicates there is a severe load on the server, and may be a sign of lock contention or unoptimized SQL queries. Lists the Threads Activity metrics and provides a brief description of each. Table 6.45 Threads Activity Metrics NameDescriptionCached The number of threads in the thread ...
https://dev.mysql.com/doc/x-devapi-userguide/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/en/synchronous-vs-asynchronous-execution.html
This meant that operations such as opening connections and executing queries were blocked until completion, which could take a long time. Traditionally, many MySQL drivers used a synchronous approach when executing SQL statements. To allow for ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-data-purge-ref.html
Remove Query Analyzer Data Older Than: configures the duration that the query analyzer statistics and information about individual queries is retained. Data Purge Behavior enables you to automatically remove old data from the repository according ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-column-limits.html
The column limit for intermediate relations (intermediate tables used by MySQL HeatWave when processing queries) is 1800. The actual column limit when running queries depends on factors such as MySQL limits, protocol limits, the total number of ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-exclude-table-columns.html
Optionally, exclude columns that are not relevant to the intended queries. Before loading a table into MySQL HeatWave, exclude the columns with unsupported data types. For a list of data types that MySQL HeatWave supports, see Section 4.2.1, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-chat-details.html
Text segments: that were retrieved from the vector store and used as context to prepare responses for your queries. Chat history: which includes both your queries and responses generated by MySQL HeatWave Chat. The specific algorithm used depends on ... This topic describes how to view a chat session ...