描述
实例配额信息
结构
参数 | 类型 | 描述 |
Qps | Integer | 查询的qps值,取值范围如下: 最小值 10、最大值 500 |
UserCount | Integer | 用户表文档数,取值范围如下: 最小值 1,000,000、最大值 10,000,000 |
ItemCount | Imteger | 物品表文档数,取值范围如下: 最小值 1,000,000、最大值 10,000,000 |
UserCountUsed | Integer | 已经使用的用户数 |
ItemCountUsed | Integer | 已经使用的物品数 |
CurrentQps | Integer | 当前的qps |
示例
{
"Qps": 100,
"UserCount": 10000000,
"ItemCount": 10000000,
"UserCountUsed": 100,
"ItemCountUsed": 100,
"CurrentQps": 1000
}
在文档使用中是否遇到以下问题
更多建议
匿名提交