Get Instant Solutions for Kubernetes, Databases, Docker and more
SHOW VARIABLES LIKE 'log_error';
Then, review the log file specified in the output for more details.
SELECT TABLE
NAME, PARTITION
NAME, SUBPARTITION
NAME, PARTITION
ORDINAL
POSITION, SUBPARTITION
ORDINAL
POSITION, PARTITION
METHOD, SUBPARTITION
METHOD, PARTITION
EXPRESSION, SUBPARTITION
EXPRESSION, PARTITION
DESCRIPTION FROM information
schema.partitions WHERE TABLE
SCHEMA = 'your
database
name' AND TABLE
NAME = 'your
table_name';
SHOW CREATE TABLE your
table
name;
CHECK TABLE your
table
name;
SHOW ENGINE NDB STATUS;
ALTER TABLE your
table
name REORGANIZE PARTITION ...;
(Perfect for DevOps & SREs)
(Perfect for DevOps & SREs)
Get Instant Solutions for Kubernetes, Databases, Docker and more
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Block quote
Ordered list
Unordered list
Bold text
Emphasis
Superscript
Subscript
(Perfect for DevOps & SREs)
(Perfect for DevOps & SREs)