Skip to main content
Browsing a table pages 1,000 rows at a time, and a query that returns more than 10,000 rows stops there. Both numbers, and the rest of what the grid does before you touch anything, are on Settings > Data. The tab is app-wide, so these values apply to every connection you open; filters, column widths, and the sort you clicked are remembered per table instead. Grid fonts are per-theme, on the theme’s Fonts tab under Appearance.
Data settings tab

The Data tab in Settings

Data Grid

Pagination

Tables with more estimated rows than the threshold show an approximate count instead of running a slow COUNT(*).

Query result row cap

The cap limits the rows read back, not the statement: your SQL reaches the server exactly as you typed it, and a query carrying its own LIMIT is untouched. What a capped result offers instead is in Query Results.

JSON Viewer

Switching modes inside the viewer writes the choice back to this setting. See JSON Viewer.

Query History

To clear only what you are looking at, use the trash button in the history drawer instead: it respects the drawer’s connection scope and date range.