Search Results
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-event-notification-blackouts.html
To enable a blackout period for an individual instance, you can use the context menu on the MySQL Instances page. You can also enable a blackout period by entering the following URL into the address bar of your browser, substituting the appropriate ... During maintenance periods for database servers, you can suspend Event ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-external-auth-ref.html
Important If you select this option, and the LDAP service is misconfigured, you can lock yourself out of MySQL Enterprise Monitor entirely. When unchecked, MySQL Enterprise Monitor provides for a pre-auth bind user to lookup account records. Bind as ... Table 15.3 External Authentication Name Description Disabled No external authentication system is ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/fetching-all-data-items-at-once.html
In addition to the pattern of using fetchOne() explained at Section 9.3, “Working with Data Sets”, which enables applications to consume data items one by one, X DevAPI also provides a pattern using fetchAll(), which passes all data items of a ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/fetching-all-data-items-at-once.html
In addition to the pattern of using fetchOne() explained at Section 9.3, “Working with Data Sets”, which enables applications to consume data items one by one, X DevAPI also provides a pattern using fetchAll(), which passes all data items of a ...
https://dev.mysql.com/doc/heatwave/en/heatwave-errors.html
The following list contains all current MySQL HeatWave errors in numerical order. Error number: 1022; Symbol: HW_ER_UNSUPPORTED_CALC_FOUND_ROWS Message: SQL_CALC_FOUND_ROWS and FOUND_ROWS are not supported. The entry for each error contains the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-bulk-load-mysql-server.html
MySQL includes a bulk load extension to the LOAD DATA statement that is only available in MySQL HeatWave on AWS. Monitor bulk load progress with the Performance Schema (As of MySQL 8.4.0). Table 4.1 Supported Data Types for Bulk Ingest Data Type ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-access-object-storage.html
MySQL HeatWave on OCI can access external data stored on Oracle Cloud Infrastructure in Object Storage. To allow MySQL HeatWave Lakehouse to process data in Amazon S3, see Creating Lakehouse Mapping.
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-auto-parallel-load-task.html
mysql> CALL sys.HEATWAVE_LOAD( '[{"db_name": "db_1", "tables": [{ "table_name": "table_1", "engine_attribute": { "file": [{"uri": "oci://bucket_1@tenant_1/data_file_1.csv"}] } }] }]', NULL); While you can specify all parameters in one command, it ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-export-query-result-par-redact.html
It also displays the latest query results from the query text from the performance_schema.rpd_query_stats table and retrieves all the MySQL statments currently being executed in all MySQL active connections on the network. The pre-authenticated ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-query-priority-queue.html
MySQL HeatWave uses a workload-aware, priority-based, automated scheduling mechanism to schedule concurrently issued queries for execution. Concurrency referred in this section is specifically for the concurrent query requests to one single MySQL ...The scheduling mechanism prioritizes short-running queries but considers wait time in the queue so that costlier queries are eventually scheduled for ...