Search



Search Results
Displaying 681 to 690 of 3660 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-restart-info.html
Each entry in the table corresponds to a node restart status report in real time from a data node with the given node ID. The restart_info table contains the following columns: node_id Node ID in the cluster node_restart_status Node status; see text ...Only the most recent report for any given node is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-tc-time-track-stats.html
The tc_time_track_stats table provides time-tracking information obtained from the DBTC block (TC) instances in the data nodes, through API nodes access NDB. index_key_ops Based on duration of successful unique index key operations, tracked against ...Each TC instance tracks latencies for a set of activities it undertakes on behalf of API nodes or other data nodes; these activities include transactions, transaction errors, key reads, key writes, unique index operations, failed key operations of any type, scans, failed scans, fragment scans, and failed fragment ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-threadblocks.html
The threadblocks table associates data nodes, threads, and instances of NDB kernel blocks. The threadblocks table contains the following columns: node_id Node ID thr_no Thread ID block_name Block name block_instance Block instance number Notes The ...Although the list of possible values is static for a given NDB Cluster release, the list may vary between ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump-definition-data-dumps.html
The --no-data option tells mysqldump not to dump table data, resulting in the dump file containing only statements to create the tables. Conversely, the --no-create-info option tells mysqldump to suppress CREATE statements from the output, so that ...
https://dev.mysql.com/doc/refman/8.4/en/replication-features-blackhole.html
When performing binary logging, all inserts to such tables are always logged, regardless of the logging format in use. With the statement based logging format, all statements affecting BLACKHOLE tables are logged, but their effects ignored. When ...
https://dev.mysql.com/doc/refman/8.4/en/sys-extract-table-from-file-name.html
Given a file path name, returns the path component that represents the table name. It provides a convenient way to display table names, which can be more easily understood than full path names, and can be used in joins against object table names.
https://dev.mysql.com/doc/refman/8.4/en/sys-ps-truncate-all-tables.html
Truncates all Performance Schema summary tables, resetting all aggregated instrumentation as a snapshot. Parameters in_verbose BOOLEAN: Whether to display each TRUNCATE TABLE statement before executing it. Example mysql> CALL ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-columns-tab.html
Use the Columns subtab to display and edit all the column information for a table. You can also add a primary key by checking the PRIMARY KEY check box in the Column Details section of the table editor. You can also use the Columns subtab to change ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-indexes-tab.html
The Indexes subtab contains all of the index information for your table. The following figure shows an example of the layout with the PRIMARY index of the customer table selected and both the index columns and index options shown. Figure 8.15 The ...Click an index name to display the Index Columns section with information about the selected ...
https://dev.mysql.com/doc/workbench/en/wb-table-editor-partitioning-tab.html
To enable partitioning for your table, check the Enable Partitioning check box. The entries in this table are: Partition Values Data Directory Index Directory Min Rows Max Rows Comment Subpartitioning is also available. This enables the ...
Displaying 681 to 690 of 3660 total results