PDF (US Ltr)
- 43.2Mb
PDF (A4)
- 43.3Mb
Man Pages (TGZ)
- 296.3Kb
Man Pages (Zip)
- 401.7Kb
Info (Gzip)
- 4.3Mb
Info (Zip)
- 4.3Mb
Search Results
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-disk-data-storage-requirements.html
For each row, this is equal to the space required to store the largest possible value for that column. In a Disk Data table, the first 256 bytes of a TEXT or BLOB column are stored in memory; only the remainder is stored on disk. Each row in a Disk ... The following items apply to Disk Data storage requirements: Variable-length columns of Disk Data tables take up a fixed amount of ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbinfo-blobs.html
Parts of JSON values exceeding 4000 bytes in size are also stored in this table. For more information about how NDB Cluster stores columns of such types, see String Type Storage Requirements. The part and (NDB 8.0.30 and later) inline sizes of NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-desc.html
In other words, 1048576 - 1044440 = 4136 bytes per partition is currently being used to store the data from this table's disk-based columns. This information can be useful for verifying distribution awareness mechanisms and supporting more efficient ... ndb_desc provides a detailed description of one or more NDB ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-print-frag-file.html
It is intended for use in helping to diagnose issues with data node restarts. Each fragment file contains records of the fragments belonging to each NDB table. For more information about cluster fragment files, see NDB Cluster Data Node File System ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-javascript-shell.html
To be able to use the instance as a Document Store, the server instance must have X Plugin installed and you should connect to the server using X Protocol. Tip If you connect to the instance using classic MySQL protocol, for example by using the ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-shell-tutorial-python-shell.html
To be able to use the instance as a Document Store, the server instance must have X Plugin installed and you should connect to the server using X Protocol. Tip If you connect to the instance using classic MySQL protocol, for example by using the ...
https://dev.mysql.com/doc/refman/8.0/en/out-of-range-and-overflow.html
If no restrictive modes are enabled, MySQL clips the value to the appropriate endpoint of the column data type range and stores the resulting value instead. When an out-of-range value is assigned to an integer column, MySQL stores the value ...In ...
https://dev.mysql.com/doc/refman/8.0/en/partitioning-linear-hash.html
MySQL also supports linear hashing, which differs from regular hashing in that linear hashing utilizes a linear powers-of-two algorithm whereas regular hashing employs the modulus of the hashing function's value. We call this value V; it can be ...
https://dev.mysql.com/doc/refman/8.0/en/partitioning-management-exchange.html
EXCHANGE PARTITION statement must meet the conditions required for them to be stored in the target partition; otherwise, the statement fails. Table nt contains no foreign key references, and no other table has any foreign keys that refer to nt.
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-prepared-statements-instances-table.html
For a prepared statement created by a stored program, these columns point to the stored program. These columns can be used to find stored programs that leak prepared statements: SELECT OWNER_OBJECT_TYPE, OWNER_OBJECT_SCHEMA, OWNER_OBJECT_NAME, ...