Search



Search Results
Displaying 671 to 680 of 2435 total results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-onnx-import-overview.html
The first dimension of the input to the ONNX model provided by the ONNX model get_inputs() API should be the batch size. None or string indicate a variable batch size, and an integer indicates a fixed batch size. Examples of input shapes: [None, 2] ... You cannot directly load models in ONNX format (.onnx) into a MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-fine-tuning.html
For example, to make two-character words searchable, you could put the following lines in an option file: [mysqld] innodb_ft_min_token_size=2 ft_min_word_len=2 Then restart the server and rebuild your FULLTEXT indexes. Rebuilding InnoDB Full-Text ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-preload-buffer-pool.html
The ability to restore the buffer pool at startup shortens the warmup period by reloading disk pages that were in the buffer pool before the restart rather than waiting for DML operations to access corresponding rows. Also, I/O requests can be ...
https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-failover.html
Executing the entire transaction history can be time-consuming when the source server has processed a large number of transactions previously, and this can represent a major bottleneck when setting up a new replica. However, it may not always be ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-schema.html
Important For insert conflict resolution using NDB$MAX_INS() or NDB$MAX_DEL_WIN_INS(), an SQL node (that is, a mysqld process) can record row updates on the source cluster as WRITE_ROW events with the --ndb-log-update-as-write option enabled for ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-debugging-profiling.html
Default Value com.mysql.cj.log.LoggingProfilerEventHandler Since Version 5.1.6 useNanosForElapsedTime For profiling/debugging functionality that measures elapsed time, should the driver try to use nanoseconds resolution? Default Value false Since ...
https://dev.mysql.com/doc/connectors/en/connector-net-introduction.html
Large-packet support for sending and receiving rows and BLOB values up to 2 gigabytes in size. It implements the required ADO.NET interfaces and integrates into ADO.NET-aware tools. MySQL Connector/NET enables you to develop .NET applications that ...
https://dev.mysql.com/doc/connector-net/en/connector-net-introduction.html
Large-packet support for sending and receiving rows and BLOB values up to 2 gigabytes in size. It implements the required ADO.NET interfaces and integrates into ADO.NET-aware tools. MySQL Connector/NET enables you to develop .NET applications that ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-12.html
(Bug #27868302) The mysqlx_row_fetch_one() X DevAPI for C function could fail to return for large result set exceeding the maximum packet size. LockContention::DEFAULT, LOCK_CONTENTION_DEFAULT: Block the query until existing row locks are released.
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-debugging-profiling.html
Default Value com.mysql.cj.log.LoggingProfilerEventHandler Since Version 5.1.6 useNanosForElapsedTime For profiling/debugging functionality that measures elapsed time, should the driver try to use nanoseconds resolution? Default Value false Since ...
Displaying 671 to 680 of 2435 total results