Search Results
https://dev.mysql.com/doc/relnotes/ndb-operator/8.4/en/news-8-4-6-1-4-6.html
This is MySQL NDB Operator 8.4.6-1.4.6, an LTS release of NDB Operator, a Kubernetes Operator for MySQL NDB Cluster. For additional downloads and the source of MySQL NDB Operator visit https://dev.mysql.com/downloads/ndb-operator/ and ...
https://dev.mysql.com/doc/relnotes/ndb-operator/8.4/en/news-8-4-7-1-4-7.html
This is MySQL NDB Operator 8.4.7-1.4.7, an LTS release of NDB Operator, a Kubernetes Operator for MySQL NDB Cluster. For additional downloads and the source of MySQL NDB Operator visit https://dev.mysql.com/downloads/ndb-operator/ and ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-explain.html
ML_EXPLAIN Syntax mysql> CALL sys.ML_EXPLAIN ('table_name', 'target_column_name', model_handle, [options]); options: { JSON_OBJECT("key","value"[,"key","value"] ...) "key","value": { ['model_explainer', ... Running the ML_EXPLAIN routine on a model ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/monitoring-support-advisors-ref.html
Any data collected, with a timestamp of more than 5 minutes in the future, relative to the MySQL Enterprise Service Manager's system clock, is discarded and a critical event is generated. Important It is strongly recommended you ensure your MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/check-table.html
Checking Version Compatibility The FOR UPGRADE option checks whether the named tables are compatible with the current version of MySQL. Otherwise, if there is a possible incompatibility, the server runs a full check on the table (which might take ...
https://dev.mysql.com/doc/refman/8.4/en/monitor-innodb-mutex-waits-performance-schema.html
mysql> SELECT * FROM performance_schema.setup_instruments WHERE NAME LIKE '%wait/synch/mutex/innodb%'; +-------------------------------------------------------+---------+-------+ | NAME | ENABLED | TIMED | ... A mutex is a synchronization mechanism ...When two or more threads executing in the server need to access the same resource, the threads compete against each ...
https://dev.mysql.com/doc/connectors/en/connector-python-coding.html
Because MySQL often deals with data sets that are many times larger than available memory, techniques that optimize storage space and disk I/O are especially important. Since Python already has convenient modules such as pickle and cPickle to read ... The following guidelines cover aspects of developing MySQL applications that might not be immediately obvious to developers coming from a Python background: For security, do not hardcode the values needed to connect and log into the database in your main ...
https://dev.mysql.com/doc/connector-python/en/connector-python-coding.html
Because MySQL often deals with data sets that are many times larger than available memory, techniques that optimize storage space and disk I/O are especially important. Since Python already has convenient modules such as pickle and cPickle to read ... The following guidelines cover aspects of developing MySQL applications that might not be immediately obvious to developers coming from a Python background: For security, do not hardcode the values needed to connect and log into the database in your main ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/dashboard-overview-general-db-stats.html
The remaining Databases Statistics graphs are designed to show a high level picture of the concurrency (Connections - All MySQL Instances), throughput (Database Activity - All MySQL Instances) and response times (Query Response Time Index) of the ...Current Problem MySQL Instances and Hosts Panels The Current Problem MySQL Instances and Current Problem MySQL Hosts list the top 5 MySQL Instances and Hosts respectively, based on whether they have open events with a current status of either Emergency or ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-metadata-queries-load-progress.html
The time required to load a table into MySQL HeatWave depends on data size. mysql> SELECT variable_value FROM performance_schema.global_status WHERE variable_name="rapid_recovery_time"; +----------------+ | variable_value | +----------------+ | N/A ...mysql> SELECT VARIABLE_VALUE FROM performance_schema.global_status WHERE VARIABLE_NAME = 'rapid_load_progress'; +----------------+ | VARIABLE_VALUE | +----------------+ | 100.000000 | +----------------+ Note If necessary, you can halt a load operation using ...