PowerCenter
- PowerCenter 10.5.3
- Tous les produits
Paramètre
| Valeur minimale
| Valeur recommandée
|
---|---|---|
max_connections
| 200
| 4000
|
shared_buffers
| 2 Go
| 16 Go
|
max_locks_per_transaction
| 1024
| 4000
|
max_wal_size
| 1 Go
| 8 Go
|
checkpoint_timeout
| 5 minutes
| 30 minutes
|
Ensure that the entries for the [PCRS_DB_SERVICE_NAME] entry matches the information for the PowerCenter Repository Service. To securely connect to PostgreSQL for the PowerCenter repository, set the security property along with the remaining required database properties in the pg_service.conf file in the following format:[PCRS_DB_SERVICE_NAME] host=Database host IP port=Database port dbname=PowerCenter Repository Service database service name
$ export PGSERVICEFILE; PGSERVICEFILE=<pg_service.conf file directory>/pg_service.conf
$ setenv PGSERVICEFILE <pg_service.conf file directory>/pg_service.conf