VastbaseG100

基于openGauss内核开发的企业级关系型数据库。

Menu

V$LICENSE

  • V$LICENSE包含当前系统license信息
列名 类型 描述
sessions_max integer 允许的最大会话数
sessions_warning integer 并发用户的警告阈值
sessions_current integer 当前并发的会话数量
sessions_highwater integer 会话高水位线
users_max integer 数据库允许的最大用户数
cpu_count_current text 系统上当前逻辑cpu数
cpu_core_count_current text 系统上当前物理cpu数
cpu_socket_count_current text 系统上当前的cpu插槽数
cpu_count_highwater text 自实例启动以来,系统上逻辑cpu的最大值
cpu_core_count_highwater text 自实例启动以来,系统上的最大cpu物理核
cpu_socket_count_highwater text 自实例启动以来,系统上的最大cpu插槽数