File tree Expand file tree Collapse file tree
docs/components/data-accelerators/postgres
version-1.10.x/components/data-accelerators/postgres
version-1.11.x/components/data-accelerators/postgres
version-1.8.x/components/data-accelerators/postgres
version-1.9.x/components/data-accelerators/postgres Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ The connection to PostgreSQL can be configured by providing the following `param
3838 - `prefer` : This mode will try to establish a secure TLS connection if possible, but will connect insecurely if the server does not support TLS.
3939 - `disable` : This mode will not attempt to use a TLS connection, even if the server supports it.
4040- `pg_sslrootcert` : Optional parameter specifying the path to a custom PEM certificate that the connector will trust.
41- - `pg_connection_pool_min_idle ` : Optional. The minimum number of idle connections to keep open in the pool. Default is `1 `.
42- - `connection_pool_size` : Optional. The maximum number of connections to keep open in the connection pool. Default is `5 `.
41+ - `pg_connection_pool_min ` : Optional. The minimum number of connections to keep open in the pool, lazily created when requested . Default is `5 `.
42+ - `connection_pool_size` : Optional. The maximum number of connections created in the connection pool. Default is `10 `.
4343
4444Configuration `params` are provided in the `acceleration` section of a dataset.
4545
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ The connection to PostgreSQL can be configured by providing the following `param
3434 - `prefer` : This mode will try to establish a secure TLS connection if possible, but will connect insecurely if the server does not support TLS.
3535 - `disable` : This mode will not attempt to use a TLS connection, even if the server supports it.
3636- `pg_sslrootcert` : Optional parameter specifying the path to a custom PEM certificate that the connector will trust.
37- - `pg_connection_pool_min_idle ` : Optional. The minimum number of idle connections to keep open in the pool. Default is `1 `.
38- - `connection_pool_size` : Optional. The maximum number of connections to keep open in the connection pool. Default is `5 `.
37+ - `pg_connection_pool_min ` : Optional. The minimum number of connections to keep open in the pool, lazily created when requested . Default is `5 `.
38+ - `connection_pool_size` : Optional. The maximum number of connections created in the connection pool. Default is `10 `.
3939
4040Configuration `params` are provided either in the `acceleration` section of a dataset.
4141
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ The connection to PostgreSQL can be configured by providing the following `param
3434 - `prefer` : This mode will try to establish a secure TLS connection if possible, but will connect insecurely if the server does not support TLS.
3535 - `disable` : This mode will not attempt to use a TLS connection, even if the server supports it.
3636- `pg_sslrootcert` : Optional parameter specifying the path to a custom PEM certificate that the connector will trust.
37- - `pg_connection_pool_min_idle ` : Optional. The minimum number of idle connections to keep open in the pool. Default is `1 `.
38- - `connection_pool_size` : Optional. The maximum number of connections to keep open in the connection pool. Default is `5 `.
37+ - `pg_connection_pool_min ` : Optional. The minimum number of connections to keep open in the pool, lazily created when requested . Default is `5 `.
38+ - `connection_pool_size` : Optional. The maximum number of connections created in the connection pool. Default is `10 `.
3939
4040Configuration `params` are provided in the `acceleration` section of a dataset.
4141
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ The connection to PostgreSQL can be configured by providing the following `param
3434 - `prefer` : This mode will try to establish a secure TLS connection if possible, but will connect insecurely if the server does not support TLS.
3535 - `disable` : This mode will not attempt to use a TLS connection, even if the server supports it.
3636- `pg_sslrootcert` : Optional parameter specifying the path to a custom PEM certificate that the connector will trust.
37- - `pg_connection_pool_min_idle ` : Optional. The minimum number of idle connections to keep open in the pool. Default is `1 `.
38- - `connection_pool_size` : Optional. The maximum number of connections to keep open in the connection pool. Default is `5 `.
37+ - `pg_connection_pool_min ` : Optional. The minimum number of connections to keep open in the pool, lazily created when requested . Default is `5 `.
38+ - `connection_pool_size` : Optional. The maximum number of connections created in the connection pool. Default is `10 `.
3939
4040Configuration `params` are provided either in the `acceleration` section of a dataset.
4141
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ The connection to PostgreSQL can be configured by providing the following `param
3434 - `prefer` : This mode will try to establish a secure TLS connection if possible, but will connect insecurely if the server does not support TLS.
3535 - `disable` : This mode will not attempt to use a TLS connection, even if the server supports it.
3636- `pg_sslrootcert` : Optional parameter specifying the path to a custom PEM certificate that the connector will trust.
37- - `pg_connection_pool_min_idle ` : Optional. The minimum number of idle connections to keep open in the pool. Default is `1 `.
38- - `connection_pool_size` : Optional. The maximum number of connections to keep open in the connection pool. Default is `5 `.
37+ - `pg_connection_pool_min ` : Optional. The minimum number of connections to keep open in the pool, lazily created when requested . Default is `5 `.
38+ - `connection_pool_size` : Optional. The maximum number of connections created in the connection pool. Default is `10 `.
3939
4040Configuration `params` are provided either in the `acceleration` section of a dataset.
4141
You can’t perform that action at this time.
0 commit comments