Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/information-schema-key-column-usage-table.html
                                This table provides no information about functional key parts because they are expressions and the table provides information only about columns. The KEY_COLUMN_USAGE table has these columns: CONSTRAINT_CATALOG The name of the catalog to which the ...CONSTRAINT_SCHEMA The name of the schema (database) to which the constraint ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/json-table-functions.html
                                JSON_TABLE(expr, path COLUMNS (column_list) [AS] alias) Extracts data from a JSON document and returns it as a relational table having the specified columns. This can be a constant ('{"a":1}'), a column (t1.json_data, given table t1 specified prior ... This section contains information about JSON functions that convert JSON data to tabular ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-relational-tables.html
                                 You can also use X DevAPI to work with relational tables. In MySQL, each relational table is associated with a particular storage engine. The examples in this section use InnoDB tables in the world_x schema. Show All Tables To display all ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-relational-tables.html
                                 You can also use X DevAPI to work with relational tables. In MySQL, each relational table is associated with a particular storage engine. The examples in this section use InnoDB tables in the world_x schema. Show All Tables To display all ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-data-lock-waits-table.html
                                 The data_lock_waits table implements a many-to-many relationship showing which data lock requests in the data_locks table are blocked by which held data locks in the data_locks table. The table exposes not only which lock a session or transaction ...Held locks in data_locks appear in data_lock_waits only if they block some lock ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-table-characteristics.html
                                 The name of the performance_schema database is lowercase, as are the names of tables within it. Many tables in the performance_schema database are read only and cannot be modified: mysql> TRUNCATE TABLE performance_schema.setup_instruments; ERROR ...Generally, the effect is to reset the summary columns to 0 or NULL, not to remove ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-modifying-tables.html
                                 When an InnoDB table is loaded into MySQL HeatWave Cluster, DDL operations such as ALTER TABLE, RENAME TABLE, TRUNCATE TABLE, and DROP TABLE are permitted. While any of these operations are being executed, queries involving the modified table are ...If you are explicitly trying to use the secondary engine, these queries generate an offload ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/create-table-files.html
                                 For an InnoDB table created in a file-per-table tablespace or general tablespace, table data and associated indexes are stored in a .ibd file in the database directory. When an InnoDB table is created in the system tablespace, table data and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-cmpmem-table.html
                                 The INNODB_CMPMEM and INNODB_CMPMEM_RESET tables provide status information on compressed pages within the InnoDB buffer pool. The INNODB_CMPMEM and INNODB_CMPMEM_RESET tables have these columns: PAGE_SIZE The block size in bytes. row ...PAGES_USED ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/information-schema-innodb-indexes-table.html
                                For related usage information and examples, see Section 17.15.3, “InnoDB INFORMATION_SCHEMA Schema Object Tables”. The INNODB_INDEXES table has these columns: INDEX_ID An identifier for the index. TABLE_ID An identifier representing the table ...