Search



Search Results
Displaying 171 to 180 of 2852 total results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/creating-documents.html
Once a collection has been created, it can store JSON documents. The most convenient way to create them is by calling the Collection.newDoc(). For strictly-typed languages it is possible to create class files based on the document structure ...You ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/creating-documents.html
Once a collection has been created, it can store JSON documents. The most convenient way to create them is by calling the Collection.newDoc(). For strictly-typed languages it is possible to create class files based on the document structure ...You ...
https://dev.mysql.com/doc/refman/8.4/en/creating-tables.html
Use a CREATE TABLE statement to specify the layout of your table: mysql> CREATE TABLE pet (name VARCHAR(20), owner VARCHAR(20), species VARCHAR(20), sex CHAR(1), birth DATE, death DATE); VARCHAR is a good choice for the name, owner, and species ...
https://dev.mysql.com/doc/refman/8.4/en/ldml-rules.html
Table 12.5 Abbreviated Shift Syntax Abbreviated Syntax Nonabbreviated Syntax <pc>xyz</pc> <p>x</p><p>y</p><p>z</p> <sc>xyz</sc> <s>x</s><s>y</s><s>z</s> <tc>xyz</tc> <t>x</t><t>y</t><t>z</t> <ic>xyz</ic> <i>x</i><i>y</i><i>z</i> An expansion is a ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-byo-embedding-tables.html
Create a table that satisfies the following criteria: To qualify as a valid embedding table, the table must contain the following columns: A string column containing the text segments. OutputTableName: the name of the table where you want to create ... As of MySQL 9.2.1, MySQL HeatWave GenAI lets you use tables containing your own vector embedding to run retrieval-augemented generation (RAG) with vector ...
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/memory-storage-engine.html
The MEMORY storage engine (formerly known as HEAP) creates special-purpose tables with contents that are stored in memory. The following sections illustrate the syntax for creating both kinds of indexes. Characteristics of MEMORY Tables The MEMORY ...Because the data is vulnerable to crashes, hardware issues, or power outages, only use these tables as temporary work areas or read-only caches for data pulled from other ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-management-range-list.html
If you now execute a SHOW CREATE TABLE statement, you can see how the partitioning makeup of the table has been changed: mysql> SHOW CREATE TABLE tr\G *************************** 1. Another solution might appear to be to make a copy of the table ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
For example, Create DB and Change user correspond to COM_CREATE_DB and COM_CHANGE_USER, respectively. The value is composed from a sequence number and timestamp, in the format SEQ_TIMESTAMP. When the audit log plugin opens the audit log file, it ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-creating-advisors-and-rules.html
To create new advisors and graphs, open the Advisors page and select Create Advisor to create a custom advisor, or select Import/Export to create a graph. For common scenarios, reuse or edit the advisors and graphs provided by MySQL Enterprise ...
Displaying 171 to 180 of 2852 total results