Search Results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-indexing.html
This generic example (actual syntax might vary for different programming languages) shows how to create a mandatory integer type index based on the field count: myCollection.createIndex("count", {fields:[{"field": "$.count", "type":"INT", ... To ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-indexing.html
This generic example (actual syntax might vary for different programming languages) shows how to create a mandatory integer type index based on the field count: myCollection.createIndex("count", {fields:[{"field": "$.count", "type":"INT", ... To ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-file-formats.html
TINYINT, SMALLINT, MEDIUMINT, INTEGER, INT, BIGINT Enum None TINYINT, SMALLINT, MEDIUMINT, INTEGER, INT, BIGINT Fixed, Bytes Decimal CHAR, VARCHAR, TEXT String None CHAR, VARCHAR, TEXT String UUID Treated as a regular string. CHAR, VARCHAR, TEXT ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag.html
This routine aims to provide detailed, accurate, and contextually relevant answers by augmenting a generative model with information retrieved from a comprehensive knowledge base. The output contains the following segments: text: the generated ...
https://dev.mysql.com/doc/refman/8.4/en/alter-table.html
| ADD {FULLTEXT | SPATIAL} [INDEX | KEY] [index_name] (key_part,...) [index_option] ... (Adding or changing an SRID attribute requires a rebuild, and cannot be done in place, because the server must verify that all values have the specified SRID ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-compression-internals.html
The compression of B-tree nodes (of both clustered and secondary indexes) is handled differently from compression of overflow pages used to store long VARCHAR, BLOB, or TEXT columns, as explained in the following sections. Compressing BLOB, VARCHAR, ... This section describes some internal implementation details about compression for InnoDB ...
https://dev.mysql.com/doc/refman/8.4/en/load-data.html
Security Requirements For a non-LOCAL load operation, the server reads a text file located on the server host, so these security requirements must be satisfied: You must have the FILE privilege. For a LOCAL load operation, the client program reads a ...The file can be read from the server host or the client host, depending on whether the LOCAL modifier is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-transactions.html
NDBCLUSTER stores only part of a column value that uses any of MySQL's BLOB or TEXT data types in the table visible to MySQL; the remainder of the BLOB or TEXT is stored in a separate internal table that is not accessible to MySQL. This issue does ... A number of limitations exist in NDB Cluster with regard to the handling of ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
These differences can be combined with other schema differences supported by ndb_restore, including changes to blob and text columns requiring the use of staging tables. --fields-optionally-enclosed-by Command-Line Format ... The NDB Cluster ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-top.html
Output is available as plain text or an ASCII graph; you can specify this using the --text (-x) and --graph (-g) options, respectively. This option or --text must be true; both options may be true. (Formerly, the short form for this option was -t, ... ndb_top displays running information in the terminal about CPU usage by NDB threads on an NDB Cluster data ...