Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-validation.html
Collections can be configured to verify documents against a JSON schema. This enables you to require that documents have a certain structure before they can be inserted or updated in a collection. Schema validation is performed by the server, which ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
X DevAPI supports connection pooling, which can reduce overhead for applications that open many connections to a MySQL Server. When opening a new Session with a Client, before a new network connection is opened, an attempt is made to retrieve from ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connection-attributes-xdevapi.html
Connection attributes are key-value pairs that application programs can pass to the server during connection time to be stored in the PERFORMANCE_SCHEMA tables session_account_connect_attrs and session_connect_attrs. There are two different kinds ...
https://dev.mysql.com/doc/x-devapi-userguide/en/crud-ebnf-other-definitions.html
Depending on the X DevAPI implementation and language any of the following data types can be used: String Native JSON JSON equivalent syntax DbDoc Generated Doc Classes All implementations of X DevAPI allow expressing a document by the special DbDoc ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/admin-advisors-reference.html
However, for performance reasons, it is recommended to run 64-bit binaries on 64-bit platforms, and 32-bit binaries on 32-bit platforms. Default frequency 06:00:00 Default auto-close enabled yes Binary Log Debug Information Disabled The binary log ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/agenthealth-advisor-ref.html
The Agent Health Advisor monitors the monitoring agent's resource usage, communication status, backlog and memory usage. The Agent Health Advisor configuration dialog is divided into the following functional areas: General Communication Backlog ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/default-values-reference.html
If all the attributes are of the same type, it is not necessary to define the types for each attribute. Instead, define a default element at the beginning of the attribute list. In the following example, the default element assigns the same counter ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisors-thresholds.html
Each expression has a threshold value that triggers an alert. The THRESHOLD keyword associates that value with an alert level: either an Notice, Warning, or Critical alert. For example, the expression for the performance advisor, “Thread Cache ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/precondition-queries-reference.html
Precondition queries determine that specific conditions are true before executing the main query. For example, they are used in the default advisors to check the MySQL server version, because some main queries cannot be executed on older versions of ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connection-attributes-xdevapi.html
Connection attributes are key-value pairs that application programs can pass to the server during connection time to be stored in the PERFORMANCE_SCHEMA tables session_account_connect_attrs and session_connect_attrs. There are two different kinds ...