Can't refactor/modify table in introspection is ongoing Follow
Answered
Introspecting the database/schema takes a long time, which is okay if it happens in the background. Lately, however, I noticed that I want to change something in a table, open Modify Table window, change properties of a column and click Refactor. Nothing happens.
In the status bar I see Stopping - Introspecting <database_name> for a long time, then I give up. Anybody experiencing this?
Please sign in to leave a comment.
You can open the query console to execute queries against the database during introspection.
However, code completion and a lot of other functions will not be available as DataGrip does not know the database's structure until the introspection finishes.