Billing Item | Billing Item Description | Billing Description |
Traffic calculation | It indicates the traffic size generated during data write, indexing, and segmentation. The size of the traffic depends on the fields in the data and the field length. | Calculation formula: (0.1 + Proportion of Fields Indexed) * Daily Increment of Raw Data Size. The proportion of fields indexed is generally assumed to be 100%. For example, if the size of raw data written daily is 1 GB and indexes are built for all fields, the size of the calculated traffic would be 1.1 GB. |
Data storage | Data storage size is related to the raw data size, data inflation generated during indexing, and storage duration. | Calculation formula: (0.12 + Proportion of Fields Indexed) * Daily Increment of Raw Data Size * storage duration. The proportion of fields indexed is generally assumed to be 100%. For example, if the raw data size written daily is 1 GB (data storage of 3 days) and indexes are built for all fields, then the data storage size will stabilize at 3.36 GB after the 4th day. |
API calling | Calculate based on the number of times ES Serverless API is actually called. The number of times that APIs are called during the write process can be reduced through batch write. | / |
Region | Billing Item | ||
| Traffic Calculation (USD/GB) | Data Storage (USD/GB/Day) | API Calling (USD/million times) |
Beijing/Shanghai/Guangzhou /Nanjing | 0.051 | 0.0021 | 0.017 |
Hong Kong (China) | 0.054 | 0.0021 | 0.019 |
Singapore | 0.054 | 0.0021 | 0.019 |
Tokyo | 0.054 | 0.0021 | 0.019 |
Virginia | 0.060 | 0.0023 | 0.017 |
Billing Item | Description | Usage Estimation | Unit Price | Cost Estimation (USD) |
Traffic calculation | Indexing all fields, indexed fields account for 100%. | (0.1 + 100%)* 9.3 = 10.23(GB) | 0.0510 USD/GB | 0.52170 |
Data storage | Indexing all fields, indexed fields account for 100%. | (0.12 + 100%)* 9.3 * 7 = 72.90(GB) | 0.0021 USD/GB/day | 0.15309 |
API calling | Bulk size is 5,000 documents per times | 100 million documents/bulk size = 20,000 times | 0.0170 USD/million times | 0.00034 |
Was this page helpful?