Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-connection-compression-xdevapi.html
For details on how to configure connection compression for Connector/J, see the descriptions for the connection properties xdevapi.compression, xdevapi.compression-algorithms, and xdevapi.compression-extensions in Section 6.3, “Configuration ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-setup.html
C:\Program Files (x86) Templates The Templates folder has one file for each version of MySQL server. Template files contain keys and formulas to calculate some values dynamically. Choosing a Setup Type Path Conflicts Check Requirements MySQL ...
https://dev.mysql.com/doc/connectors/en/connector-net-8-0-connection-options.html
After a successful algorithm negotiation is made, Connector/NET can start compressing data immediately. When multiple compression algorithms are supported by the server, Connector/NET applies the following priority by default: zstd_stream (first), ... 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
After a successful algorithm negotiation is made, Connector/NET can start compressing data immediately. When multiple compression algorithms are supported by the server, Connector/NET applies the following priority by default: zstd_stream (first), ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html
block_encryption_mode Command-Line Format --block-encryption-mode=# System Variable block_encryption_mode Scope Global, Session Dynamic Yes SET_VAR Hint Applies No Type String Default Value aes-128-ecb This variable controls the block encryption ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Setting this option to "PREFERRED" or "REQUIRED" enables compression algorithm negotiation between Connector and Server, and turns on compression of large X Protocol packets, as long as a consensus is reached between client and server regarding the ...If the property is not set, the mechanism is chosen depending on the connection type: "PLAIN" is used for TLS connections and "SHA256_MEMORY" or "MYSQL41" is used for unencrypted ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Setting this option to "PREFERRED" or "REQUIRED" enables compression algorithm negotiation between Connector and Server, and turns on compression of large X Protocol packets, as long as a consensus is reached between client and server regarding the ...If the property is not set, the mechanism is chosen depending on the connection type: "PLAIN" is used for TLS connections and "SHA256_MEMORY" or "MYSQL41" is used for unencrypted ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-genai-byo-embedding-tables.html
To define your natural-language query, set the @query variable: SET @query="AddYourQuery"; Replace AddYourQuery with your natural-language query. Provide the vector embedding of the input query: SET @query_embedding = ... GenAI lets you use tables ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-operations.html
For ALGORITHM=COPY, the mysqld NDB Cluster handler performs the following actions: Tells the data nodes to create an empty copy of the table, and to make the required schema changes to this copy. For ALGORITHM=INPLACE, the NDB Cluster handler tells ... MySQL NDB Cluster supports online table schema changes using ALTER TABLE ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-options-system-variables.html
mysqlx_compression_algorithms Command-Line Format --mysqlx-compression-algorithms=value System Variable mysqlx_compression_algorithms Scope Global Dynamic Yes SET_VAR Hint Applies No Type Set Default Value deflate_stream,lz4_message,zstd_stream ...