max_user_connections 更新时间:2024-11-22 23:00:00 功能描述 max_user_connections用于指定单个用户可以向 OBServer 节点建立的连接数。 权限要求 查询变量 Global 级别 sys租户和所有用户租户均可以使用SHOW VARIABLES语句或视图SYS.TENANT_VIRTUAL_GLOBAL_VARIABLE(Oracle 模式)及视图information_schema.GLOBAL_VARIABLES...
max_connections 系统变量max_connections用于控制整个租户的最大连接数,当前仅 MySQL 模式支持该系统变量。其默认值为2147483647,取值范围为 [1,2147483647]。该变量修改后,需要重启 OBServer 节点才能生效。 max_user_connections 系统变量max_user_connections用于控制租户内单个用户的最大并发连接数,当前仅 MySQL 模式支...
系统变量 max_connections 控制整个租户的最大连接数,默认值为 2147483647,这个限制是针对单个租户的全局设置。 系统变量 max_user_connections 用于控制租户内单个用户的最大并发连接数,默认值为 0 表示不限制,当设置为大于 0 的值时,将按照设置的值限制该用户在该租户下的并发连接数。 隐藏配置项 _resource_limit...
如果当前租户同时设置了_resource_limit_max_session_num、max_user_connections 和 max_connections 的值,则对于某个普通用户,其并发连接数只要达到其中一个值,即无法再建立新的连接; 对于管理员用户,其并发连接数只要达到 max_user_connections 或 max_connections 的其中一个值,即无法再建立新的连接。 说明: 感...
USER_NAME:用户名 ERROR_CODE:错误码 ERROR_MSG:错误信息,诊断断连接的关键内容 REQUEST_CMD:obproxy当前正在执行的sql语句的类型,可能为内部请求的sql语句类型 SQL_CMD:用户sql语句的类型 FIELD_1:额外诊断信息,TRACE_TYPE决定 FIELD_1_CONTENT:额外诊断内容,TRACE_TYPE决定 ...
stack_size=512K,cpu_count=16,cache_wash_threshold=1G,workers_per_cpu_quota=10,schema_history_expire_time=1d,net_thread_count=4,sys_bkgd_migration_retry_num=3,minor_freeze_times=10,enable_separate_sys_clog=0,enable_merge_by_turn=False,datafile_size=50G,enable_syslog_recycle=True,max_syslog...
jdbc:mysql://$host:$port/$database_name?user=$user_name&password=$password&useSSL=false 参数说明: $host:OceanBase 数据库连接的域名。 $port:OceanBase 数据库连接端口,MySQL 模式租户默认是 3306。 $database_name:需要访问的数据库名称。 $user_name:租户的连接账号。 $password:提供账户密码。 更多有...
[WARN] OBD-1011: (127.0.0.1) The recommended value of fs.aio-max-nr is 1048576 (Current value: 65536) Start observer ok observer program health check ok Connect to observer x [ERROR] OBD-1006: Failed to connect to oceanbase-ce
db.app.pool.username=user_name #Database password db.app.pool.password=*** #Initial size of connection pool db.app.pool.initialSize=3#Maximum number of connections in the connection pool db.app.pool.maxTotal=10#Maximum number of idle connections in the connection pool db.app...
maxRetryTimes The maximum number of retries for writing data to the table. No INTEGER 3 N/A. poolInitialSize The initial size of the database connection pool. No INTEGER 1 N/A. poolMaxActive The maximum number of connections in the database connection pool. No INTEGER 8 N/A. ...