RubyMine 2016.2 Help

Data Views

File | Settings | Database | Data Views for Windows and Linux
RubyMine | Preferences | Database | Data Views for OS X


The settings on this page define how table data are shown in the database console, table editor and quick documentation preview.

Item Description
Result set page size The number of table rows to be shown at a time, on one "page". Here is an example when this number is set to 2:
PageSize2

If you don't want to limit the number of rows displayed simultaneously, specify zero (0).

Result set prefetch size Data from databases are retrieved in chunks. The number in this field defines the number of rows in such chunks.

A bigger number means fewer IDE - DB round trips but more memory for storing a chunk.

Filter history size The number of most recently used filtering conditions to memorize for a table in the table editor. Here is an example when this number is set to 2. (The filter history box contains two most recently used conditions.)
DBFilterHistorySize2
LOB length limit The maximum size of a binary large object to be loaded in bytes.
Last modified: 30 November 2016