---
title: github-fill
description: GV$OB_VECTOR_MEMORY 功能描述 展示当前租户在所有 OBServer 节点上的向量索引数据内存使用的详细统计信息。 字段说明 字段 类型 是否为 NULL 描述 TENANT_ID bigint(20) NO 租户 ID： 1：系统租户 ID 其他值：用户租户或者 Meta 租户 ID SVR_IP…
---
切换语言

- 中文站 - 简体中文
- International - English
- 日本站 - 日本語

文档反馈![](https://mdn.alipayobjects.com/huamei_22khvb/afts/img/A*P8CuR4UJ_FkAAAAAAAAAAAAADiGDAQ/original) OceanBase 数据库分布式版 - V 4.5.0

# GV$OB_VECTOR_MEMORY

更新时间：2026-03-22 15:04:03

[编辑](https://github.com/oceanbase/oceanbase-doc/edit/V4.5.0/zh-CN/700.reference/700.system-views/400.system-view-of-mysql-mode/300.performance-view-of-mysql-mode/4650.gv-ob_vector_memory-of-mysql-mode.md)  

## 功能描述

展示当前租户在所有 OBServer 节点上的向量索引数据内存使用的详细统计信息。

## 字段说明

| **字段** | **类型** | **是否为 NULL** | **描述** |
| --- | --- | --- | --- |
| TENANT_ID | bigint(20) | NO | 租户 ID：   - 1：系统租户 ID - 其他值：用户租户或者 Meta 租户 ID |
| SVR_IP | varchar(46) | NO | 节点地址 |
| SVR_PORT | bigint(20) | NO | 节点端口 |
| VECTOR_MEM_HOLD | bigint(20) | NO | 向量索引数据内存占用大小，单位为字节 |
| VECTOR_MEM_LIMIT | bigint(20) | NO | 向量索引数据内存配置上限，单位为字节 |
| VECTOR_MEM_USED | bigint(20) | NO | 向量索引数据实际使用内存，单位为字节 |

## 查询示例

查询当前租户在所有 OBServer 节点上的向量索引数据内存使用的详细统计信息。

```shell
obclient [oceanbase]> SELECT * FROM oceanbase.GV$OB_VECTOR_MEMORY  \G

```

查询结果如下：

```shell
*************************** 1. row ***************************
                svr_ip: 11.158.31.35
              svr_port: 46002
             tenant_id: 1004
       vector_mem_hold: 82231296
       vector_mem_used: 77876328
      vector_mem_limit: 429496720
1 row in set

```

## 相关文档

[V$OB_VECTOR_MEMORY](https://www.oceanbase.com/docs/common-oceanbase-database-cn-1000000004478104)

 上一篇 下一篇 ![有帮助](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*y6ocSqN8cqsAAAAAAAAAAAAAARQnAQ)![无帮助](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*BG9IQJyLHF8AAAAAAAAAAAAAARQnAQ)![反馈](https://gw.alipayobjects.com/mdn/ob_asset/afts/img/A*eTWdQKCRKHwAAAAAAAAAAAAAARQnAQ)[AI](https://www.oceanbase.com/obi) 咨询热线
