Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
IN PRIMARY KEY ORDER: Use when the data is already sorted. For a file series, the primary keys in each file must be disjoint and in ascending order from one file to the next. MySQL includes a bulk load extension to the LOAD DATA statement. It can ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
Multiple hosts are separated by commas and a priority (0 to 100), if provided, determines the host selection order. Tip Use the compression-algorithms option to specify one ore more supported algorithms in a different order. compression-algorithms , ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
Multiple hosts are separated by commas and a priority (0 to 100), if provided, determines the host selection order. Tip Use the compression-algorithms option to specify one ore more supported algorithms in a different order. compression-algorithms , ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-program-reference-server-script-config.html
Important Passwords are always requested via STDIN and are requested in the order manager, agent, and proxy, regardless of the order in which they are defined on the command line or in script. Passwords are always requested in the order manager, ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-table-syntax-json.html
Allows you to map columns from Parquet files to external tables based on column order, column name using case sensitivity, or column name using case insensitivity. match_columns_by has the following options: order: The external table schema maps to ... External tables use table-level and column-level ENGINE_ATTRIBUTE options of the CREATE TABLE statement to specify the parameters needed to process data stored externally in Object ...
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. You can monitor load progress by issuing the following query, which returns a percentage value indicating load progress. mysql> SELECT VARIABLE_VALUE FROM ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-troubleshooting.html
Solution A: Your query contains an unsupported predicate, function, operator, or has encountered some other limitation. Solution B: Query execution time is less than the query cost threshold. MySQL HeatWave is designed for fast execution of large ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-nl-sql.html
The routine also runs the generated SQL statement and displays the result set. You can use this routine for generating and running SQL queries only for databases and tables that you have access to. The routine automatically detects these errors, and ...
https://dev.mysql.com/doc/refman/8.4/en/charset-collation-effect.html
latin1_swedish_ci latin1_german1_ci latin1_german2_ci Muffler Muffler Müller MX Systems Müller Muffler Müller MX Systems MX Systems MySQL MySQL MySQL The character that causes the different sort orders in this example is ü (German ...The first ...
https://dev.mysql.com/doc/refman/8.4/en/create-table.html
key_part A key_part specification can end with ASC or DESC to specify whether index values are stored in ascending or descending order. The pointer to the row is stored in high-byte-first order directly after the key, to improve compression. | ...