Kvindo™ Cloud Docs


Language

Parameter Set

A PostgreSQL Parameter Set is a named, reusable collection of postgresql.conf parameters. Attach it to a Standalone instance (or any PostgreSQL resource that accepts one) to apply a consistent tuning profile — for example a write-heavy OLTP or a high-memory profile — across many instances without editing each one.

Key concepts

Parameters — a string→string map of PostgreSQL settings, e.g. max_connections, shared_buffers, work_mem (spec.parameters)

Reuse — one set can be referenced by many instances; updating the set re-applies to everything that references it

Values are strings — quote numbers and sizes ("200", "2GB") as PostgreSQL expects textual values

Parameters
UI Name API / kc name Terraform name Optional Format Default Is read only Description
Parameters spec.parameters spec.parameters No map of string → string {} No postgresql.conf settings applied to instances that reference this set
Examples

A write-heavy OLTP profile. Reference it from a Standalone instance via spec.parametersSetId.

Terraform

Python SDK

kc CLI


Related pages

Resource docs

An unhandled error has occurred. Reload 🗙