Search Results
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-handles.html
If you do not specify a model handle name, a model handle is automatically generated that is based on the database name, input table name, the user name training the table, and a unique numerical identifier. The model handle is stored temporarily in ... When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-using-a-recommendation-model-similar-items.html
For known items, the output includes a list of predicted items that have similar ratings and are appreciated by similar users. For the option to set the user name, you can set it to NULL. The following example runs ML_PREDICT_TABLE on the testing ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-load-event-based.html
Create and Set Up Streams The Events service requires an intermediary for events persistence and forwarding. Refer to the following resources from Oracle Cloud Infrastructure Documentation to learn more about streaming: Getting Started with ... As ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table-examples.html
row *************************** Table: t1 Create Table: CREATE TABLE `t2` ( `c1` int(11) DEFAULT NULL ) /*!50100 TABLESPACE ts_1 STORAGE DISK */ ENGINE=ndbcluster DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci 1 row in set (0.01 sec) To change ...For NDB tables, it is also possible to change the storage type used for a table or ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data.html
mysql> CALL sys.HEATWAVE_LOAD( '[{"db_name": "db_1", "tables": [{ "table_name": "table_1", "engine_attribute": { "file": [{"uri": "oci://bucket_1@tenant_1/data_file_1.csv"}] } }] }]', NULL); While you can specify all parameters in one command, it ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/setting-up-innodb-cluster-and-mysql-router.html
AdminAPI has built-in functionality for creating sandbox instances that are pre-configured to work with InnoDB Cluster, InnoDB ClusterSet, and InnoDB ReplicaSet in a locally deployed scenario. This example contains the following sections: ... In the ...
https://dev.mysql.com/doc/connectors/en/connector-python-connection-pooling.html
The size of a connection pool is configurable at pool creation time. To create a connection pool implicitly: Open a connection and specify one or more pool-related arguments (pool_name, pool_size). For example: dbconfig = { "database": "test", ...
https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
The size of a connection pool is configurable at pool creation time. To create a connection pool implicitly: Open a connection and specify one or more pool-related arguments (pool_name, pool_size). For example: dbconfig = { "database": "test", ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
This memory is held for the lifetime of the object, and once used in this way by the Ndb object, the only way to free this memory is to destroy the object (and then to create a new instance if desired). Ndb Class Constructor Description This creates ... This section provides information about the Ndb class, which models the NDB kernel; it is the primary class of the NDB ...
https://dev.mysql.com/doc/refman/8.4/en/windows-installation.html
MySQL Configurator automatically configures MySQL Server, creates an options file, starts the server, enables you to create default user accounts, and more. Users should make sure the package has been installed on the system before installing the ...