All Products
Search
Document Center

:Quota

Last Updated:Mar 30, 2021

Description

The quotas for an instance.

Parameters

Parameter
Type
Description
Qps
Integer
The query QPS. Valid values:
10 to 500.
UserCount
Integer
The number of documents in the user table. Valid values:
1000000 to 10000000.
ItemCount
Integer
The number of documents in the item table. Valid values:
1000000 to 10000000.
UserCountUsed
Integer
The number of users that are used in the user table.
ItemCountUsed
Integer
The number of items that are used in the item table.
CurrentQps
Integer
The current QPS.

ElasticEnabled

Boolean

Is the elastic switch on.

ElasticQps

Integer

Elastic QPS.

Examples

{
    "Qps": 100,
    "UserCount": 10000000,
    "ItemCount": 10000000,
     "UserCountUsed": 100,
     "ItemCountUsed": 100,
     "CurrentQps": 1000
}