/AWS1/CL_KNDCAPACITYUNITSCONF¶
Specifies additional capacity units configured for your Enterprise Edition index. You can add and remove capacity units to fit your usage requirements.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_storagecapacityunits TYPE /AWS1/KNDSTORAGECAPACITYUNIT /AWS1/KNDSTORAGECAPACITYUNIT¶
The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. You can add up to 100 extra capacity units.
iv_querycapacityunits TYPE /AWS1/KNDQUERYCAPACITYUNIT /AWS1/KNDQUERYCAPACITYUNIT¶
The amount of extra query capacity for an index and GetQuerySuggestions capacity.
A single extra capacity unit for an index provides 0.1 queries per second or approximately 8,000 queries per day. You can add up to 100 extra capacity units.
GetQuerySuggestionscapacity is five times the provisioned query capacity for an index, or the base capacity of 2.5 calls per second, whichever is higher. For example, the base capacity for an index is 0.1 queries per second, andGetQuerySuggestionscapacity has a base of 2.5 calls per second. If you add another 0.1 queries per second to total 0.2 queries per second for an index, theGetQuerySuggestionscapacity is 2.5 calls per second (higher than five times 0.2 queries per second).
Queryable Attributes¶
StorageCapacityUnits¶
The amount of extra storage capacity for an index. A single capacity unit provides 30 GB of storage space or 100,000 documents, whichever is reached first. You can add up to 100 extra capacity units.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGECAPACITYUNITS() |
Getter for STORAGECAPACITYUNITS, with configurable default |
ASK_STORAGECAPACITYUNITS() |
Getter for STORAGECAPACITYUNITS w/ exceptions if field has n |
HAS_STORAGECAPACITYUNITS() |
Determine if STORAGECAPACITYUNITS has a value |
QueryCapacityUnits¶
The amount of extra query capacity for an index and GetQuerySuggestions capacity.
A single extra capacity unit for an index provides 0.1 queries per second or approximately 8,000 queries per day. You can add up to 100 extra capacity units.
GetQuerySuggestionscapacity is five times the provisioned query capacity for an index, or the base capacity of 2.5 calls per second, whichever is higher. For example, the base capacity for an index is 0.1 queries per second, andGetQuerySuggestionscapacity has a base of 2.5 calls per second. If you add another 0.1 queries per second to total 0.2 queries per second for an index, theGetQuerySuggestionscapacity is 2.5 calls per second (higher than five times 0.2 queries per second).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYCAPACITYUNITS() |
Getter for QUERYCAPACITYUNITS, with configurable default |
ASK_QUERYCAPACITYUNITS() |
Getter for QUERYCAPACITYUNITS w/ exceptions if field has no |
HAS_QUERYCAPACITYUNITS() |
Determine if QUERYCAPACITYUNITS has a value |