michael-s-molina commented on issue #29546:
URL: https://github.com/apache/superset/issues/29546#issuecomment-2265853714

   > PRs introducing database migrations must include runtime estimates and 
downtime expectations.
   
   @mistercrunch that's what I'm currently doing while testing 4.1. If you 
correctly code the migrations, you generally do them in batches, so we can 
easily estimate the necessary time by computing row much time a batch takes and 
extrapolate it to the number of affected rows.


-- 
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]

Reply via email to