You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
I'm executing an alter table query right now that adds indexes on a table. Naturally, I forgot that this table already has 7 million rows, and now i get now UI feedback that the process is still running.
maybe add an optional warning before starting 'add index' queries here?
You don't want to do this accidentally on production, most likely...
The text was updated successfully, but these errors were encountered:
I'm executing an alter table query right now that adds indexes on a table. Naturally, I forgot that this table already has 7 million rows, and now i get now UI feedback that the process is still running.
maybe add an optional warning before starting 'add index' queries here?
You don't want to do this accidentally on production, most likely...
The text was updated successfully, but these errors were encountered: