postgresql.conf file. To find your postgresql.conf file, use SHOW.
- By editing the
postgresql.conffile and restarting Postgres. This makes the setting permanent for all sessions.postgresql.confaccepts ParadeDB’s customparadedb.*settings. - By running
SET. This temporarily changes the setting for the current session. Note that Postgres does not allow allpostgresql.confsettings to be changed withSET.
Docker
When running ParadeDB in Docker, sensible default parameters are automatically configured based on the resources available to the container. For example, running a container with 4 CPUs and 8GB memory will cause the following to be appended topostgresql.conf. Be sure to adjust these parameters as you tune your deployment.
PDB_TUNE=false when you first run the container:
CloudNativePG
If ParadeDB is deployed with CloudNativePG, these settings should be set in your.tfvars file.
.tfvars