你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PgBouncer
pgbouncer.default_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 每个用户/数据库对允许的服务器连接数。 |
数据类型 | integer |
默认值 | 50 |
允许的值 | 1-4950 |
参数类型 | 动态 |
文档 | pgbouncer.default_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.enabled
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 表示是否启用了 pgBouncer 服务。 |
数据类型 | boolean |
默认值 | false |
允许的值 | true, false |
参数类型 | 动态 |
文档 | pgbouncer.enabled |
特定于 Azure 的注释
仅当服务器在“常规用途”或“内存优化”层上运行时,此服务器参数才可见。 在可突发层中,它处于隐藏状态,并且 PgBouncer 不受支持或不可用。
pgbouncer.ignore_startup_parameters
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | PgBouncer 可忽略的参数的逗号分隔列表,因为这些参数将由管理员处理。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9_\\.,]* |
参数类型 | 动态 |
文档 | pgbouncer.ignore_startup_parameters |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_client_conn
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许的最大客户端连接数。 |
数据类型 | integer |
默认值 | 5000 |
允许的值 | 1-50000 |
参数类型 | 动态 |
文档 | pgbouncer.max_client_conn |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_prepared_statements
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 当它设置为非零值时,PgBouncer 会跟踪客户端在事务和语句池模式下发送的、协议级命名的、已准备好的语句相关命令。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-5000 |
参数类型 | 动态 |
文档 | pgbouncer.max_prepared_statements |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.min_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果低于此数量,请将更多服务器连接添加到池。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-4950 |
参数类型 | 动态 |
文档 | pgbouncer.min_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.pool_mode
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 指定服务器连接何时可供其他客户端重用。 |
数据类型 | 枚举 |
默认值 | transaction |
允许的值 | session,transaction,statement |
参数类型 | 动态 |
文档 | pgbouncer.pool_mode |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.query_wait_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许查询等待进行执行的最长时间(秒)。 如果在此期间未将查询分配给服务器,则客户端将断开连接。 |
数据类型 | integer |
默认值 | 120 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.query_wait_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.server_idle_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果服务器连接空闲时间超过此秒数,则会将其断开。 如果为 0,则禁用超时。 |
数据类型 | integer |
默认值 | 600 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.server_idle_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.stats_users
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 获允在 pgBouncer 控制台上连接和运行只读查询的数据库用户的逗号分隔列表。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9,@_\\-\\.]* |
参数类型 | 动态 |
文档 | pgbouncer.stats_users |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.default_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 每个用户/数据库对允许的服务器连接数。 |
数据类型 | integer |
默认值 | 50 |
允许的值 | 1-4950 |
参数类型 | 动态 |
文档 | pgbouncer.default_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.enabled
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 表示是否启用了 pgBouncer 服务。 |
数据类型 | boolean |
默认值 | false |
允许的值 | true, false |
参数类型 | 动态 |
文档 | pgbouncer.enabled |
特定于 Azure 的注释
仅当服务器在“常规用途”或“内存优化”层上运行时,此服务器参数才可见。 在可突发层中,它处于隐藏状态,并且 PgBouncer 不受支持或不可用。
pgbouncer.ignore_startup_parameters
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | PgBouncer 可忽略的参数的逗号分隔列表,因为这些参数将由管理员处理。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9_\\.,]* |
参数类型 | 动态 |
文档 | pgbouncer.ignore_startup_parameters |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_client_conn
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许的最大客户端连接数。 |
数据类型 | integer |
默认值 | 5000 |
允许的值 | 1-50000 |
参数类型 | 动态 |
文档 | pgbouncer.max_client_conn |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_prepared_statements
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 当它设置为非零值时,PgBouncer 会跟踪客户端在事务和语句池模式下发送的、协议级命名的、已准备好的语句相关命令。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-5000 |
参数类型 | 动态 |
文档 | pgbouncer.max_prepared_statements |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.min_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果低于此数量,请将更多服务器连接添加到池。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-4950 |
参数类型 | 动态 |
文档 | pgbouncer.min_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.pool_mode
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 指定服务器连接何时可供其他客户端重用。 |
数据类型 | 枚举 |
默认值 | transaction |
允许的值 | session,transaction,statement |
参数类型 | 动态 |
文档 | pgbouncer.pool_mode |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.query_wait_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许查询等待进行执行的最长时间(秒)。 如果在此期间未将查询分配给服务器,则客户端将断开连接。 |
数据类型 | integer |
默认值 | 120 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.query_wait_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.server_idle_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果服务器连接空闲时间超过此秒数,则会将其断开。 如果为 0,则禁用超时。 |
数据类型 | integer |
默认值 | 600 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.server_idle_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.stats_users
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 获允在 pgBouncer 控制台上连接和运行只读查询的数据库用户的逗号分隔列表。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9,@_\\-\\.]* |
参数类型 | 动态 |
文档 | pgbouncer.stats_users |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.default_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 每个用户/数据库对允许的服务器连接数。 |
数据类型 | integer |
默认值 | 50 |
允许的值 | 1-4950 |
参数类型 | 动态 |
文档 | pgbouncer.default_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.enabled
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 表示是否启用了 pgBouncer 服务。 |
数据类型 | boolean |
默认值 | false |
允许的值 | true, false |
参数类型 | 动态 |
文档 | pgbouncer.enabled |
特定于 Azure 的注释
仅当服务器在“常规用途”或“内存优化”层上运行时,此服务器参数才可见。 在可突发层中,它处于隐藏状态,并且 PgBouncer 不受支持或不可用。
pgbouncer.ignore_startup_parameters
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | PgBouncer 可忽略的参数的逗号分隔列表,因为这些参数将由管理员处理。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9_\\.,]* |
参数类型 | 动态 |
文档 | pgbouncer.ignore_startup_parameters |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_client_conn
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许的最大客户端连接数。 |
数据类型 | integer |
默认值 | 5000 |
允许的值 | 1-50000 |
参数类型 | 动态 |
文档 | pgbouncer.max_client_conn |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_prepared_statements
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 当它设置为非零值时,PgBouncer 会跟踪客户端在事务和语句池模式下发送的、协议级命名的、已准备好的语句相关命令。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-5000 |
参数类型 | 动态 |
文档 | pgbouncer.max_prepared_statements |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.min_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果低于此数量,请将更多服务器连接添加到池。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-4950 |
参数类型 | 动态 |
文档 | pgbouncer.min_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.pool_mode
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 指定服务器连接何时可供其他客户端重用。 |
数据类型 | 枚举 |
默认值 | transaction |
允许的值 | session,transaction,statement |
参数类型 | 动态 |
文档 | pgbouncer.pool_mode |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.query_wait_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许查询等待进行执行的最长时间(秒)。 如果在此期间未将查询分配给服务器,则客户端将断开连接。 |
数据类型 | integer |
默认值 | 120 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.query_wait_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.server_idle_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果服务器连接空闲时间超过此秒数,则会将其断开。 如果为 0,则禁用超时。 |
数据类型 | integer |
默认值 | 600 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.server_idle_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.stats_users
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 获允在 pgBouncer 控制台上连接和运行只读查询的数据库用户的逗号分隔列表。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9,@_\\-\\.]* |
参数类型 | 动态 |
文档 | pgbouncer.stats_users |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.default_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 每个用户/数据库对允许的服务器连接数。 |
数据类型 | integer |
默认值 | 50 |
允许的值 | 1-4950 |
参数类型 | 动态 |
文档 | pgbouncer.default_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.enabled
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 表示是否启用了 pgBouncer 服务。 |
数据类型 | boolean |
默认值 | false |
允许的值 | true, false |
参数类型 | 动态 |
文档 | pgbouncer.enabled |
特定于 Azure 的注释
仅当服务器在“常规用途”或“内存优化”层上运行时,此服务器参数才可见。 在可突发层中,它处于隐藏状态,并且 PgBouncer 不受支持或不可用。
pgbouncer.ignore_startup_parameters
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | PgBouncer 可忽略的参数的逗号分隔列表,因为这些参数将由管理员处理。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9_\\.,]* |
参数类型 | 动态 |
文档 | pgbouncer.ignore_startup_parameters |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_client_conn
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许的最大客户端连接数。 |
数据类型 | integer |
默认值 | 5000 |
允许的值 | 1-50000 |
参数类型 | 动态 |
文档 | pgbouncer.max_client_conn |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_prepared_statements
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 当它设置为非零值时,PgBouncer 会跟踪客户端在事务和语句池模式下发送的、协议级命名的、已准备好的语句相关命令。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-5000 |
参数类型 | 动态 |
文档 | pgbouncer.max_prepared_statements |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.min_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果低于此数量,请将更多服务器连接添加到池。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-4950 |
参数类型 | 动态 |
文档 | pgbouncer.min_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.pool_mode
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 指定服务器连接何时可供其他客户端重用。 |
数据类型 | 枚举 |
默认值 | transaction |
允许的值 | session,transaction,statement |
参数类型 | 动态 |
文档 | pgbouncer.pool_mode |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.query_wait_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许查询等待进行执行的最长时间(秒)。 如果在此期间未将查询分配给服务器,则客户端将断开连接。 |
数据类型 | integer |
默认值 | 120 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.query_wait_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.server_idle_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果服务器连接空闲时间超过此秒数,则会将其断开。 如果为 0,则禁用超时。 |
数据类型 | integer |
默认值 | 600 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.server_idle_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.stats_users
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 获允在 pgBouncer 控制台上连接和运行只读查询的数据库用户的逗号分隔列表。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9,@_\\-\\.]* |
参数类型 | 动态 |
文档 | pgbouncer.stats_users |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.default_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 每个用户/数据库对允许的服务器连接数。 |
数据类型 | integer |
默认值 | 50 |
允许的值 | 1-4950 |
参数类型 | 动态 |
文档 | pgbouncer.default_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.enabled
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 表示是否启用了 pgBouncer 服务。 |
数据类型 | boolean |
默认值 | false |
允许的值 | true, false |
参数类型 | 动态 |
文档 | pgbouncer.enabled |
特定于 Azure 的注释
仅当服务器在“常规用途”或“内存优化”层上运行时,此服务器参数才可见。 在可突发层中,它处于隐藏状态,并且 PgBouncer 不受支持或不可用。
pgbouncer.ignore_startup_parameters
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | PgBouncer 可忽略的参数的逗号分隔列表,因为这些参数将由管理员处理。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9_\\.,]* |
参数类型 | 动态 |
文档 | pgbouncer.ignore_startup_parameters |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_client_conn
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许的最大客户端连接数。 |
数据类型 | integer |
默认值 | 5000 |
允许的值 | 1-50000 |
参数类型 | 动态 |
文档 | pgbouncer.max_client_conn |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_prepared_statements
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 当它设置为非零值时,PgBouncer 会跟踪客户端在事务和语句池模式下发送的、协议级命名的、已准备好的语句相关命令。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-5000 |
参数类型 | 动态 |
文档 | pgbouncer.max_prepared_statements |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.min_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果低于此数量,请将更多服务器连接添加到池。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-4950 |
参数类型 | 动态 |
文档 | pgbouncer.min_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.pool_mode
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 指定服务器连接何时可供其他客户端重用。 |
数据类型 | 枚举 |
默认值 | transaction |
允许的值 | session,transaction,statement |
参数类型 | 动态 |
文档 | pgbouncer.pool_mode |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.query_wait_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许查询等待进行执行的最长时间(秒)。 如果在此期间未将查询分配给服务器,则客户端将断开连接。 |
数据类型 | integer |
默认值 | 120 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.query_wait_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.server_idle_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果服务器连接空闲时间超过此秒数,则会将其断开。 如果为 0,则禁用超时。 |
数据类型 | integer |
默认值 | 600 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.server_idle_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.stats_users
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 获允在 pgBouncer 控制台上连接和运行只读查询的数据库用户的逗号分隔列表。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9,@_\\-\\.]* |
参数类型 | 动态 |
文档 | pgbouncer.stats_users |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.default_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 每个用户/数据库对允许的服务器连接数。 |
数据类型 | integer |
默认值 | 50 |
允许的值 | 1-4950 |
参数类型 | 动态 |
文档 | pgbouncer.default_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.enabled
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 表示是否启用了 pgBouncer 服务。 |
数据类型 | boolean |
默认值 | false |
允许的值 | true, false |
参数类型 | 动态 |
文档 | pgbouncer.enabled |
特定于 Azure 的注释
仅当服务器在“常规用途”或“内存优化”层上运行时,此服务器参数才可见。 在可突发层中,它处于隐藏状态,并且 PgBouncer 不受支持或不可用。
pgbouncer.ignore_startup_parameters
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | PgBouncer 可忽略的参数的逗号分隔列表,因为这些参数将由管理员处理。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9_\\.,]* |
参数类型 | 动态 |
文档 | pgbouncer.ignore_startup_parameters |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_client_conn
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许的最大客户端连接数。 |
数据类型 | integer |
默认值 | 5000 |
允许的值 | 1-50000 |
参数类型 | 动态 |
文档 | pgbouncer.max_client_conn |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_prepared_statements
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 当它设置为非零值时,PgBouncer 会跟踪客户端在事务和语句池模式下发送的、协议级命名的、已准备好的语句相关命令。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-5000 |
参数类型 | 动态 |
文档 | pgbouncer.max_prepared_statements |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.min_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果低于此数量,请将更多服务器连接添加到池。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-4950 |
参数类型 | 动态 |
文档 | pgbouncer.min_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.pool_mode
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 指定服务器连接何时可供其他客户端重用。 |
数据类型 | 枚举 |
默认值 | transaction |
允许的值 | session,transaction,statement |
参数类型 | 动态 |
文档 | pgbouncer.pool_mode |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.query_wait_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许查询等待进行执行的最长时间(秒)。 如果在此期间未将查询分配给服务器,则客户端将断开连接。 |
数据类型 | integer |
默认值 | 120 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.query_wait_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.server_idle_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果服务器连接空闲时间超过此秒数,则会将其断开。 如果为 0,则禁用超时。 |
数据类型 | integer |
默认值 | 600 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.server_idle_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.stats_users
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 获允在 pgBouncer 控制台上连接和运行只读查询的数据库用户的逗号分隔列表。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9,@_\\-\\.]* |
参数类型 | 动态 |
文档 | pgbouncer.stats_users |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.default_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 每个用户/数据库对允许的服务器连接数。 |
数据类型 | integer |
默认值 | 50 |
允许的值 | 1-4950 |
参数类型 | 动态 |
文档 | pgbouncer.default_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.enabled
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 表示是否启用了 pgBouncer 服务。 |
数据类型 | boolean |
默认值 | false |
允许的值 | true, false |
参数类型 | 动态 |
文档 | pgbouncer.enabled |
特定于 Azure 的注释
仅当服务器在“常规用途”或“内存优化”层上运行时,此服务器参数才可见。 在可突发层中,它处于隐藏状态,并且 PgBouncer 不受支持或不可用。
pgbouncer.ignore_startup_parameters
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | PgBouncer 可忽略的参数的逗号分隔列表,因为这些参数将由管理员处理。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9_\\.,]* |
参数类型 | 动态 |
文档 | pgbouncer.ignore_startup_parameters |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_client_conn
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许的最大客户端连接数。 |
数据类型 | integer |
默认值 | 5000 |
允许的值 | 1-50000 |
参数类型 | 动态 |
文档 | pgbouncer.max_client_conn |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.max_prepared_statements
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 当它设置为非零值时,PgBouncer 会跟踪客户端在事务和语句池模式下发送的、协议级命名的、已准备好的语句相关命令。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-5000 |
参数类型 | 动态 |
文档 | pgbouncer.max_prepared_statements |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.min_pool_size
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果低于此数量,请将更多服务器连接添加到池。 |
数据类型 | integer |
默认值 | 0 |
允许的值 | 0-4950 |
参数类型 | 动态 |
文档 | pgbouncer.min_pool_size |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.pool_mode
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 指定服务器连接何时可供其他客户端重用。 |
数据类型 | 枚举 |
默认值 | transaction |
允许的值 | session,transaction,statement |
参数类型 | 动态 |
文档 | pgbouncer.pool_mode |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.query_wait_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 允许查询等待进行执行的最长时间(秒)。 如果在此期间未将查询分配给服务器,则客户端将断开连接。 |
数据类型 | integer |
默认值 | 120 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.query_wait_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.server_idle_timeout
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 如果服务器连接空闲时间超过此秒数,则会将其断开。 如果为 0,则禁用超时。 |
数据类型 | integer |
默认值 | 600 |
允许的值 | 0-86400 |
参数类型 | 动态 |
文档 | pgbouncer.server_idle_timeout |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。
pgbouncer.stats_users
属性 | 值 |
---|---|
类别 | PgBouncer |
说明 | 获允在 pgBouncer 控制台上连接和运行只读查询的数据库用户的逗号分隔列表。 |
数据类型 | string |
默认值 | |
允许的值 | [A-Za-z0-9,@_\\-\\.]* |
参数类型 | 动态 |
文档 | pgbouncer.stats_users |
特定于 Azure 的注释
仅当 pgbouncer.enabled
设置为 true
时,此服务器参数才可见。