DataGrip 2020.3 Help

Data Views

The settings on this page define how table data are shown and modified in your database consoles and data editors.

The Data Views menu of the Database settings
ItemDescription
Limit page size to

Number of table rows that are shown on one page. If you do not want to limit the number of rows displayed simultaneously, clear the checkbox.

Also, you can change the page size by clicking the Change page size list of the pagination toolbar.

Consider the following example where Limit page size to is set to 2:

Limit page size to
Result set prefetch size

Number of rows from a database that is retrieved in one chunk.

A bigger number means less round trips between IDE and a database but more memory for storing a chunk.

Filter history size

Number of recently-used filtering conditions that are saved for a table in a data editor. Consider the following example where Filter history size is set to 2. The filter history box contains only two conditions.

To open the filter history in the editor, click the Filter Criteria field and press Alt+Down.

Filter history size
Max LOB length (bytes)Maximum size of a binary large object to be loaded in bytes.
Transpose tables and views

Always transpose tables and views when you open them in the editor. In a transposed view, columns and rows are interchanged. Note that this setting does not transpose query results.

Show boolean values as

Set how you want to display boolean values in the data editor. You can select between the following options.

  • Text: boolean values are shown as text. Click a boolean cell to select a value from the drop-down list.

    display boolean values as text
  • Checkboxes: boolean values are shown as checkboxes. If the checkbox is selected, the value is true. If the checkbox is cleared, the value is false. To set NULL or DEFAULT values, right-click a cell and select Set NULL or Set DEFAULT.

    display boolean values as checkboxes
Submit changes immediately

Submit changes instantly. For more information about submitting your changes to a database, see Submit changes to a database.

Last modified: 08 March 2021