Search



Search Results
Displaying 561 to 570 of 2435 total results
https://dev.mysql.com/doc/refman/8.4/en/explain.html
MySQL 8.4 supports an additional INTO option with EXPLAIN FORMAT=JSON, which enables saving the JSON formatted output into a user variable, like this: mysql> EXPLAIN FORMAT=JSON INTO @myselect -> SELECT name FROM a WHERE id = 2; Query OK, 0 rows ...
https://dev.mysql.com/doc/connectors/en/connector-j-overview.html
For large-scale programs that use common design patterns of data access, consider using one of the popular persistence frameworks such as Hibernate, Spring's JDBC templates or MyBatis SQL Maps to reduce the amount of JDBC code for you to debug, ...
https://dev.mysql.com/doc/connectors/en/connector-j-usagenotes-spring-config-connpooling.html
In many situations, such as web applications, there will be a large number of small database transactions. Pooling of connections also alleviates problems such as collecting large amounts of sockets in the TIME_WAIT state. <bean id="dataSource" ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-40.html
Bugs Fixed Fixed a potential Out of Bounds (OOB) issue related to escaping large queries. (Bug #115710, Bug #36894687) With the prefetch connection option set to a non-zero value, large queries could cause the connector to unexpectedly halt. (Bug ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-1-0.html
(Bug #36972449) Fixed a potential Out of Bounds (OOB) issue related to escaping large queries. (Bug #115531, Bug #36828312) With the prefetch connection option set to a non-zero value, large queries could cause the connector to unexpectedly halt.
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-faq.html
java.lang.RuntimeException: java.lang.ClassNotFoundException: com.mysql.etools.inventory.model.mysql.XXXXXXX C.3: In 2.3, the agent-mgmt-hostname contained the string "heartbeat" as the URLs path. C.2: Using MySQL Enterprise Service Manager 3.2 with ... Note MySQL Enterprise Monitor is available as part of the MySQL Enterprise subscription, learn more at ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-overview.html
Using MySQL HeatWave GenAI, you can perform natural-language searches in a single step using either in-database or external large language models (LLMs). MySQL HeatWave GenAI includes the following: In-Database and OCI Generative AI Service LLMs ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-3-2.html
With this update, you can review the model metadata and enable the additional_details option with the ML_PREDICT_TABLE and ML_PREDICT_ROW routines to get valuable insights into data drift, enhancing the overall anomaly detection experience. (WL ...
https://dev.mysql.com/doc/connector-j/en/connector-j-overview.html
For large-scale programs that use common design patterns of data access, consider using one of the popular persistence frameworks such as Hibernate, Spring's JDBC templates or MyBatis SQL Maps to reduce the amount of JDBC code for you to debug, ...
https://dev.mysql.com/doc/connector-j/en/connector-j-usagenotes-spring-config-connpooling.html
In many situations, such as web applications, there will be a large number of small database transactions. Pooling of connections also alleviates problems such as collecting large amounts of sockets in the TIME_WAIT state. <bean id="dataSource" ...
Displaying 561 to 570 of 2435 total results