Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/partitioning-overview.html
                                 This section provides a conceptual overview of partitioning in MySQL 8.4. For information on partitioning restrictions and feature limitations, see Section 26.6, “Restrictions and Limitations on Partitioning”. The SQL standard does not provide ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/partitioning-range.html
                                 A table that is partitioned by range is partitioned in such a way that each partition contains rows for which the partitioning expression value lies within a given range. Ranges should be contiguous but not overlapping, and are defined using the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/precision-math-numbers.html
                                 The scope of precision math for exact-value operations includes the exact-value data types (integer and DECIMAL types) and exact-value numeric literals. Approximate-value data types and numeric literals are handled as floating-point numbers. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/select.html
                                 SELECT [ALL | DISTINCT | DISTINCTROW ] [HIGH_PRIORITY] [STRAIGHT_JOIN] [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT] [SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS] select_expr [, select_expr] ... [into_option] [FROM table_references [PARTITION ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/storage-requirements.html
                                 InnoDB Table Storage Requirements NDB Table Storage Requirements Numeric Type Storage Requirements Date and Time Type Storage Requirements String Type Storage Requirements Spatial Type Storage Requirements JSON Storage Requirements The storage ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/sys-quote-identifier.html
                                 Given a string argument, this function produces a quoted identifier suitable for inclusion in SQL statements. This is useful when a value to be used as an identifier is a reserved word or contains backtick (`) characters. Example mysql> SELECT ...
                                            
                https://dev.mysql.com/doc/ndb-operator/8.4/en/crd-ndbmysqldspec.html
                                 NdbMysqldSpec is the specification for any MySQL Servers to be run as NDB Cluster SQL nodes. nodeCount (integer): The number of SQL nodes (that is, MySQL servers or instances of mysqld) running in the NDB Cluster. maxNodeCount (integer): (optional) ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
                                 Version 8.0.32 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0 and 5.7. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. 
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-aml-onnx-import-overview.html
                                 You cannot directly load models in ONNX format (.onnx) into a MySQL table. The models require string serialization and conversion to Base64 encoding before you use the ML_MODEL_IMPORT routine. AutoML supports the following ONNX model types: An ONNX ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-generate-table.html
                                 The ML_GENERATE_TABLE routine runs multiple text generation or summarization queries in a batch, in parallel. The output generated for every input query is the same as the output generated by the ML_GENERATE routine. This topic contains the ...