Skip to content

Settings Reference

Settings Reference

All DBeagle settings are prefixed with dbeagle..

Result grid

SettingDefaultWhat it controls
dbeagle.resultGrid.pageSize100Default streamed batch size and result page size
dbeagle.resultGrid.maxRows100000Maximum rows DBeagle ingests before marking the session as truncated
dbeagle.resultGrid.defaultView"grid"Whether results open in grid or chart view when possible
dbeagle.resultGrid.detachPosition"beside"Where detached result tabs open

Query execution

SettingDefaultWhat it controls
dbeagle.query.timeout300Default query timeout in seconds
dbeagle.query.executeOnSelectiontrueWhether a text selection runs instead of the full editor content
dbeagle.query.blockMutationstrueWhether DBeagle blocks mutating SQL before execution

Charts

SettingDefaultWhat it controls
dbeagle.chart.defaultType"bar"Preferred chart type for compatible results
dbeagle.chart.respectThemetrueWhether charts try to follow the active VS Code theme

Performance

SettingDefaultWhat it controls
dbeagle.performance.nativeThreads0Native worker thread override, where 0 means automatic

Stored connections

SettingDefaultWhat it controls
dbeagle.connections[]Saved connection definitions managed by DBeagle

Connection passwords and Trino headers are not stored in this setting. They live in VS Code SecretStorage.

Example

{
"dbeagle.resultGrid.pageSize": 250,
"dbeagle.resultGrid.maxRows": 200000,
"dbeagle.query.timeout": 600,
"dbeagle.query.blockMutations": true,
"dbeagle.chart.defaultType": "line"
}