Skip to main content

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

  1. Open the instance in the console.
  2. Go to the Parameters tab.
  3. 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

The log_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.