Search Results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-hw-intro.html
With MySQL HeatWave, you can provision DB Systems and MySQL HeatWave Clusters. MySQL HeatWave consists of a DB System and one or more MySQL HeatWave nodes that form a MySQL HeatWave Clusters. The DB System is responsible for cluster management, ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-iam-role-cloudwatch.html
Creating an IAM Role and Policy for CloudWatch Monitoring 21.5.5 Creating an IAM Role and Policy for CloudWatch Monitoring Use the AWS Management Console to create an IAM role for using CloudWatch to monitor your DB Systems and MySQL HeatWave ...An ...
https://dev.mysql.com/doc/refman/9.7/en/custom-benchmarks.html
It is very common for a problem to occur only when the system is very heavily loaded. We have had many customers who contact us when they have a (tested) system in production and have encountered load problems. In most cases, performance problems ...
https://dev.mysql.com/doc/refman/9.7/en/gis-point-property-functions.html
For Point objects that have a geographic spatial reference system (SRS), the longitude and latitude may be obtained using the ST_Longitude() and ST_Latitude() functions, respectively. If any geometry argument is a syntactically well-formed geometry ... A Point consists of X and Y coordinates, which may be obtained using the ST_X() and ST_Y() functions, ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-information-schema-examples.html
The following output from the INFORMATION_SCHEMA INNODB_TRX table and Performance Schema data_locks and data_lock_waits tables is taken from a somewhat loaded system. The following table shows the contents of the PROCESSLIST table for a system ...
https://dev.mysql.com/doc/refman/9.7/en/spatial-relation-functions-object-shapes.html
Functions in this section detect arguments in either Cartesian or geographic spatial reference systems (SRSs), and return results appropriate to the SRS. If any geometry argument is a syntactically well-formed geometry in an undefined spatial ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-application-log.html
SQL statements that would be excluded from the MySQL Shell code history are not sent to the system logging facility. For instructions to configure the application log and the optional additional destination, which is stderr on Unix-based systems or ... You can use MySQL Shell's logging feature to verify the state of MySQL Shell while it is running and to troubleshoot any ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-windows-notes.html
This convention enables using libraries built with different versions of MSVC on the same system. (This helps when using compatibility libraries with an old ABI together with new libraries having a different ABI.) The libraries installed on your ...
https://dev.mysql.com/doc/internals/en/unsafe-statements.html
System variables, with some exceptions listed at Mixed Binary Logging Format. The following types of sub-statements are currently marked unsafe: System functions that may return a different value on slave, including: FOUND_ROWS, GET_LOCK, ... NOTE: ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-metadata-queries-secondary-engine.html
If the CREATE_OPTIONS column contains both SECONDARY_ENGINE=RAPID and SECONDARY_LOAD=1, the table is offloaded and loaded into the MySQL HeatWave Cluster Before You Begin Ensure that the enable_secondary_engine_statistics system variables is set to ... To identify tables in the DB System that are defined with a secondary engine, query the CREATE_OPTIONS column in the INFORMATION_SCHEMA.TABLES ...