Tagar commented on PR #39115: URL: https://github.com/apache/spark/pull/39115#issuecomment-1366873290
@dongjoon-hyun I don't have an exhaustive list of other systems/ DBMSes that support `MSCK`, but quick search shows that performance is an issue in other systems like Athena too -- - https://athena.guide/articles/msck-repair-table/ - https://stackoverflow.com/questions/53667639/what-does-msck-repair-table-do-behind-the-scenes-and-why-its-so-slow The scale at which Spark operates is unique may require SQL extensions to make it more scalable / flexible/ performant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
