OceanBase logo

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

Product Overview
DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Resources

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS

OceanBase Cloud

OceanBase Database

Tools

Connectors and Middleware

QUICK START

OceanBase Cloud

OceanBase Database

BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Company

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

International - English
中国站 - 简体中文
日本 - 日本語
Sign In
Start on Cloud

OceanBase

A unified distributed database ready for your transactional, analytical, and AI workloads.

Product Overview
DEPLOY YOUR WAY

OceanBase Cloud

The best way to deploy and scale OceanBase

OceanBase Enterprise

Run and manage OceanBase on your infra

TRY OPEN SOURCE

OceanBase Community Edition

The free, open-source distributed database

OceanBase seekdb

Open source AI native search database

Customer Stories

Real-world success stories from enterprises across diverse industries.

View All
BY USE CASES

Mission-Critical Transactions

Global & Multicloud Application

Elastic Scaling for Peak Traffic

Real-time Analytics

Active Geo-redundancy

Database Consolidation

Comprehensive knowledge hub for OceanBase.

Blog

Live Demos

Training & Certification

Documentation

Official technical guides, tutorials, API references, and manuals for all OceanBase products.

View All
PRODUCTS
OceanBase CloudOceanBase Database
ToolsConnectors and Middleware
QUICK START
OceanBase CloudOceanBase Database
BEST PRACTICES

Practical guides for utilizing OceanBase more effectively and conveniently

Learn more about OceanBase – our company, partnerships, and trust and security initiatives.

About OceanBase

Partner

Trust Center

Contact Us

Start on Cloud
编组
All Products
    • Databases
    • iconOceanBase Database
    • iconOceanBase Cloud
    • iconOceanBase Tugraph
    • iconInteractive Tutorials
    • iconOceanBase Best Practices
    • Tools
    • iconOceanBase Cloud Platform
    • iconOceanBase Migration Service
    • iconOceanBase Developer Center
    • iconOceanBase Migration Assessment
    • iconOceanBase Admin Tool
    • iconOceanBase Loader and Dumper
    • iconOceanBase Deployer
    • iconKubernetes operator for OceanBase
    • iconOceanBase Diagnostic Tool
    • iconOceanBase Binlog Service
    • Connectors and Middleware
    • iconOceanBase Database Proxy
    • iconEmbedded SQL in C for OceanBase
    • iconOceanBase Call Interface
    • iconOceanBase Connector/C
    • iconOceanBase Connector/J
    • iconOceanBase Connector/ODBC
    • iconOceanBase Connector/NET
icon

OceanBase Database

SQL - V4.6.0

    Download PDF

    OceanBase logo

    The Unified Distributed Database for the AI Era.

    Follow Us
    Products
    OceanBase CloudOceanBase EnterpriseOceanBase Community EditionOceanBase seekdb
    Resources
    DocsBlogWhite PaperLive DemosTraining & CertificationTicket
    Company
    About OceanBaseTrust CenterLegalPartnerContact Us
    Follow Us

    © OceanBase 2026. All rights reserved

    Cloud Service AgreementPrivacy PolicySecurity
    Contact Us
    Document Feedback
    1. Documentation Center
    2. OceanBase Database
    3. SQL
    4. V4.6.0
    iconOceanBase Database
    SQL - V 4.6.0
    Databases
    • OceanBase Database
    • OceanBase Cloud
    • OceanBase Tugraph
    • Interactive Tutorials
    • OceanBase Best Practices
    Tools
    • OceanBase Cloud Platform
    • OceanBase Migration Service
    • OceanBase Developer Center
    • OceanBase Migration Assessment
    • OceanBase Admin Tool
    • OceanBase Loader and Dumper
    • OceanBase Deployer
    • Kubernetes operator for OceanBase
    • OceanBase Diagnostic Tool
    • OceanBase Binlog Service
    Connectors and Middleware
    • OceanBase Database Proxy
    • Embedded SQL in C for OceanBase
    • OceanBase Call Interface
    • OceanBase Connector/C
    • OceanBase Connector/J
    • OceanBase Connector/ODBC
    • OceanBase Connector/NET
    SQL
    KV
    • V 4.6.0
    • V 4.4.2
    • V 4.3.5
    • V 4.3.3
    • V 4.3.1
    • V 4.3.0
    • V 4.2.5
    • V 4.2.2
    • V 4.2.1
    • V 4.2.0
    • V 4.1.0
    • V 4.0.0
    • V 3.1.4 and earlier

    GV$OB_KV_CLIENT_INFO

    Last Updated:2026-05-07 11:26:24  Updated
    Share
    What is on this page
    Purpose
    Columns

    folded

    Share

    Note

    This view is available starting with V4.3.4.

    Purpose

    In a MySQL tenant, the GV$OB_KV_CLIENT_INFO view can access the configuration parameters of the OBKV tenant client connection.

    Columns

    Column
    Type
    Nullable
    Description
    client_id bigint NO The client ID.
    client_ip varchar:MAX_IP_ADDR_LENGTH NO The IP address of the client.
    client_port bigint NO The port of the client.
    svr_ip varchar:MAX_IP_ADDR_LENGTH NO The IP address of the server.
    svr_port bigint NO The port of the server.
    tenant_id bigint NO The tenant ID.
    user_name varchar::OB_MAX_USER_NAME_LENGTH NO The username.
    first_login_ts timestamp(6) NO The time when the client first logged in.
    last_login_ts timestamp(6) NO The time when the client last logged in.
    client_info varchar:2048 NO The JSON string that describes the client information.

    The client_info field is a JSON string that contains the following parameters:

    {
      "client_id": 242153145,
      "runtime": {
        "rpc.execute.timeout": "3000",
        "rpc.operation.timeout": "10000",
        "runtime.max.wait": "3000",
        "runtime.retry.interval": "1",
        "runtime.retry.times": "1",
        "connection.max.expired.time": "8"
      },
      "log": {
        "slow.query.monitor.threshold": "10"
      },
      "route": {
        "metadata.refresh.interval": "60000",
        "continuous.failure.ceiling": "100",
        "server.address.caching.timeout": "3600000",
        "server.address.priority.timeout": "1800000",
        "table.entry.acquire.connect.timeout": "500",
        "table.entry.acquire.socket.timeout": "3000",
        "table.entry.refresh.interval.base": "100",
        "table.entry.refresh.interval.ceiling": "1600",
        "table.entry.refresh.try.times": "3"
      },
      "thread_pool": {
        "runtime.batch.executor": "false"
      }
    }
    

    The following table describes the parameters in the JSON string.

    Parameter
    Default Value
    Description
    metadata.refresh.interval 60000 The interval at which the system refreshes the METADATA.
    rpc.execute.timeout 3000 The socket timeout for executing an RPC request.
    rpc.operation.timeout 10000 The timeout for executing an RPC request internally in OceanBase Database.
    runtime.continuous.failure.ceiling 100 The maximum number of consecutive failures before the system refreshes the address of the TABLE.
    runtime.max.wait 3000 The maximum time allowed for a single execution to retry.
    runtime.retry.interval 1 The interval between retries when an error occurs.
    runtime.retry.times 1 The number of retries when a retryable error occurs.
    server.address.caching.timeout 3600000L The time after which the SERVER address cache expires.
    server.address.priority.timeout 1800000L The time after which the SERVER address priority cache expires.
    slow.query.monitor.threshold 10 The threshold for the execution time of an operation that is recorded to the MONITOR log.
    table.entry.acquire.connect.timeout 500 The maximum time allowed for creating a connection to refresh the address of the TABLE.
    table.entry.acquire.socket.timeout 3000 The socket timeout for refreshing the address of the TABLE.
    table.entry.refresh.interval.base 100 The base interval for refreshing the address of the TABLE.
    table.entry.refresh.interval.ceiling 1600 The maximum interval for refreshing the address of the TABLE.
    table.entry.refresh.try.times 3 The number of attempts to refresh the address of the TABLE.
    runtime.batch.executor false The thread pool for concurrent execution of batch requests.
    connection.max.expired.time 8 The maximum time allowed between client connection refreshes.

    Previous topic

    GV$OB_KVCACHE
    Last

    Next topic

    GV$OB_KV_GROUP_COMMIT_STATUS
    Next
    What is on this page
    Purpose
    Columns