Search Results
https://dev.mysql.com/doc/ndbapi/en/overview-adaptive-send.html
The adaptive send algorithm decides when transactions should actually be transferred to the NDB kernel. For methods that are affected by the adaptive send algorithm (such as NdbTransaction::execute()), there is a force parameter that overrides its ... Abstract Discusses the mechanics of transaction handling and transmission in NDB Cluster and the NDB API, and the objects used to implement ...
https://dev.mysql.com/doc/workbench/en/wb-model-reporting.html
For example, the following figure shows the dialog with HTML Detailed Frames selected and the template style set to Vibrant. Figure 9.19 The DBDoc Model Reporting Options You can choose from four available templates to generate a report: HTML Basic ... The DBDoc - Model Reporting dialog is found by opening a model, selecting Model from the menu, and then DBDoc - Model ...
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-connection-compression.html
Connections can be compressed if the server and the client agree on a mutually supported compression algorithm. Configuring Connection Compression for X Plugin Compressed Connection Characteristics for X Plugin Monitoring Connection Compression for ... X Plugin supports compression of messages sent over X Protocol ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-jdbctemplate.html
Spring makes extensive use of the Template method design pattern (see Template Method Pattern). Our immediate focus will be on the JdbcTemplate and related classes, specifically NamedParameterJdbcTemplate. The template classes handle obtaining and ...public class Ex2JdbcDao { /** * Data source reference which will be provided by ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-jdbctemplate.html
Spring makes extensive use of the Template method design pattern (see Template Method Pattern). Our immediate focus will be on the JdbcTemplate and related classes, specifically NamedParameterJdbcTemplate. The template classes handle obtaining and ...public class Ex2JdbcDao { /** * Data source reference which will be provided by ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
Performance and Space Requirements ALTER TABLE operations are processed using one of the following algorithms: COPY: Operations are performed on a copy of the original table, and table data is copied from the original table to the new table row by ... ALTER TABLE tbl_name [alter_option [, alter_option] ...] [partition_options] alter_option: { table_options | ADD [COLUMN] col_name column_definition [FIRST | AFTER col_name] | ADD [COLUMN] (col_name column_definition,...) | ADD {INDEX | KEY} [index_name] [index_type] (key_part,...) [index_option] ...
https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html
By default, connections are uncompressed, but can be compressed if the server and the client agree on a mutually permitted compression algorithm. Configuring Connection Compression Configuring Legacy Connection Compression Monitoring Connection ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-compressed-connections-8020.html
You can also choose which compression algorithms are allowed for the connection. By default, MySQL Shell proposes the zlib, LZ4, and zstd algorithms to the server for X Protocol connections, and the zlib and zstd algorithms for classic MySQL ... For ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
This section documents the ability to use a simple membership provider on MVC 4 templates. Figure 4.6 Simple Membership: New Project Choose the template and view engine that you like. This tutorial uses the Internet Application Template with the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
This section documents the ability to use a simple membership provider on MVC 4 templates. Figure 6.6 Simple Membership: New Project Choose the template and view engine that you like. This tutorial uses the Internet Application Template with the ...