Closed
Description
Description
If we add an index to a huge table its shards might get bigger than 2GB limit:
Steps to reproduce
- Upload TPC-C dataset with 10K warehouses (you may delete all tables except
customer
) - Drop existing index (if exists)
ALTER TABLE `customer` DROP INDEX `idx_customer_name`
- Create a new one
ALTER TABLE `customer` ADD INDEX `idx_customer_name` GLOBAL ON (C_W_ID, C_D_ID, C_LAST, C_FIRST)
Internal diagnostic metrics
Metadata
Metadata
Assignees
Labels
No labels