DataGrip
 
Get DataGrip

Database objects list in the database tree is not accurate

Last modified: 11 November 2024

Introspection is the process during which the IDE retrieves information about a database. This information is used to show the objects in the Database Explorer, display their DDL, suggest them during completion, and in other features for coding assistance.

To profile the introspection and diagnose possible issues, DataGrip can generate three files that include information about the following:

  • dataSource.txt: the data source.

  • introspector.txt: a module that was used to load the metadata from the database.

  • model.xml: a part of the database model.

This information might be helpful when introspection works incorrectly. For example, when you see something outdated or do not see new objects.

The following screenshots show the example output of these three files.

  • dataSource.txt

    Example of the dataSource.txt file
  • introspector.txt

    Example of the introspector.txt file
  • model.xml

    Example of the model.xml file

To report an issue, you can use any option that is described in the Where to report an issue section. But we recommend using the JetBrains Support Center.