AWS Athena MSCK REPAIR TABLE tablename command
问题 Is there any number of partitions we would expect this command MSCK REPAIR TABLE tablename; to fail on? I have a system that currently has over 27k partitions and the schema changes for the Athena table we drop the table, recreate the table with say the new column(s) tacked to the end and then run MSCK REPAIR TABLE tablename; We had no luck with this command doing any work what so every after we let it run for 5 hours. Not a single partition was added. Wondering if anyone has information