john-bodley edited a comment on pull request #10592: URL: https://github.com/apache/incubator-superset/pull/10592#issuecomment-673024290
@etr2460 reading through [UPDATING.md](https://github.com/apache/incubator-superset/blob/master/UPDATING.md#0360) I guess we only called out PRs that added columns which could be problematic like https://github.com/apache/incubator-superset/pull/8867. I guess the question is whether locking these tables will be problematic under production load. Note for MySQL adding a new column actually recreates the table and copies the data and the `tables` and `sql_metrics` tables could be sizable (though not as large as the `logs` or `query` table). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
