Overview
The Parameters tab on your instance detail page shows the PostgreSQL configuration parameters currently applied to your database. These are the settings that control memory allocation, query planning, connection limits, logging thresholds, and more.Viewing Parameters
- Open the instance in the console.
- Go to the Parameters tab.
- You’ll see the full list of parameters with their current running values.
Running vs. Pending Parameters
Some parameter changes take effect immediately; others require a database restart.
When a parameter is in Pending state, the new value will be applied at the next scheduled maintenance window or when you manually restart the instance.
Common Parameters
Parameter modifications are available on request. Contact
team@m.nearbase.dev if you need to tune a specific
parameter for your workload.
Slow Query Threshold
Thelog_min_duration_statement parameter controls what appears in your Slow Query Logs. By default it is set to capture queries that take longer than a few hundred milliseconds. Lowering this value captures more queries but increases log volume.