Search Results
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-session.html
This must be done after the schema definition has changed in the database due to an alter table command. Table 4.47 createQuery(QueryDefinition<T>) Parameter Description qd the query definition return the query instance 4.3.1.22.5 ...Session extends ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-online-add-node-remarks.html
The ability to add new nodes online includes a means to reorganize NDBCLUSTER table data and indexes so that they are distributed across all data nodes, including the new ones, by means of the ALTER TABLE ... However, it is not possible to perform ...Table reorganization of both in-memory and Disk Data tables is ... This section provides general information about the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-schema-error.html
The following list enumerates all NDB errors of type SE (Schema error).
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-transactions.html
When copying an NDB table as part of an ALTER TABLE, the creation of the copy is nontransactional. 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 ...
https://dev.mysql.com/doc/refman/8.4/en/partitioning-range.html
At some point in the future—when the number of stores has increased to 25, 30, or more—you can use an ALTER TABLE statement to add new partitions for stores 21-25, 26-30, and so on (see Section 26.3, “Partition Management”, for details of ...
https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-tables-table.html
Tables assigned to the system tablespace using CREATE TABLE or ALTER TABLE TABLESPACE=innodb_system have a SPACE_TYPE of General. INSTANT_COLS The number of columns that existed before the first instant column was added using ALTER TABLE ... When a ...For related usage information and examples, see Section 17.15.3, “InnoDB INFORMATION_SCHEMA Schema Object ...The ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-performance-schema.html
Stage Event tables, which store event data for InnoDB ALTER TABLE and buffer pool load operations. For more information, see Section 17.16.1, “Monitoring ALTER TABLE Progress for InnoDB Tables Using Performance Schema”, and Monitoring Buffer ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-airportdb-quickstart.html
This quickstart contains the following sections: AirportDB Requirements Download AirportDB Data Load AirportDB into DB system Load AirportDB into MySQL HeatWave Cluster Run AirportDB Queries Additional AirportDB Queries Unload AirportDB Tables ...
https://dev.mysql.com/doc/refman/8.4/en/federated-usagenotes.html
It does not support ALTER TABLE, or any Data Definition Language statements that directly affect the structure of the table, other than DROP TABLE. The remote table that a FEDERATED table points to must exist before you try to access the table ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-innodbconfiguration-category.html
Online Alter Log Max Size Specifies an upper limit on the size of the temporary log files used during online DDL operations for InnoDB tables. Temp Dir The InnoDB temporary file directory for online ALTER TABLE operations. Table 7.14 InnoDB ...