Search Results
https://dev.mysql.com/doc/connector-python/en/connector-python-example-cursor-transaction.html
The second INSERT depends on the value of the newly created primary key of the first. Note The following example uses tables created in the example Section 5.2, “Creating Tables Using Connector/Python”. We then create a new cursor, by default a ... Inserting or updating data is also done using the handler structure known as a ...
https://dev.mysql.com/doc/connector-python/en/connector-python-opentelemetry.html
Introduction to OpenTelemetry OpenTelemetry is an observability framework and toolkit designed to create and manage telemetry data such as traces, metrics, and logs. A query span is created for each query request sent to the server. Query spans for ... MySQL Server added OpenTelemetry support in MySQL Enterprise Edition version 8.1.0, which is a commercial ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbrecattr.html
It is also possible to obtain a reference to the value regardless of its actual type, by using NdbRecAttr::aRef(); however, you should be aware that this is not type-safe, and requires a cast from the user. You should delete only copies of ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-innodbfulltext-category.html
User Stopword Table Name of the table containing a list of words to ignore when creating an InnoDB FULLTEXT index, in the format db_name/table_name. Cache Size Size of the cache that holds a parsed document in memory while creating an InnoDB ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-data-placement.html
row *************************** query_id: 15 LEFT(query_text,160): CREATE TABLE flight_from_US SELECT * FROM flight WHERE `from` IN (SELECT airport_id FROM airport_geo WHERE country="UNITED STATES") *************************** 3. row ...Data ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
It creates a single directory named airport-db, which contains the data files. For example, on Windows it might be C:\\Temp\\airport-db, or on Mac it might be /Users/johnsmith/airport-db. deferTableIndexes: This option is set to "all", so it defers ... The MySQL HeatWave airportdb Quickstart shows how to import data into the DB System using the MySQL Shell Dump Load utility, loading data into MySQL HeatWave Cluster using Auto Parallel Load, and running ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-metadata.html
build_timestamp: number A timestamp indicating when the model was created (UNIX epoch time). The model_metadata column in the model catalog allows you to view detailed information on trained models. For example, you can view the algorithm used to ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-dbsystem-edit.html
See Creating an IAM Role to Access an Amazon S3 Bucket. See Creating an IAM Role to Access an Amazon S3 Bucket. CloudWatch Monitoring role ARN: If you want to use CloudWatch Monitoring, provide the ARN (see Creating an IAM Role and Policy for ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-implementation-notes.html
The driver uses SHOW CREATE TABLE to retrieve this information, so if any other storage engines add support for foreign keys, the driver would transparently support them as well. To enable this functionality, create a Statement instance in the ...
https://dev.mysql.com/doc/refman/8.4/en/adding-character-set.html
The range of IDs from 1024 to 2047 is reserved for user-defined collations. For a simple character set, create a configuration file, MYSET.xml, that describes the character set properties. For a complex character set, create a C source file that ...