Pricing: Serverless production instances¶
CU¶
A Compute Unit (CU) is the basic unit of compute for a MatrixOne Intelligence Serverless instance. Every SQL query consumes a certain number of CUs, covering CPU, memory, object-storage I/O, and public network egress.
We define 1 CU = the compute consumed when MatrixOne reads 32 KB of data. The mapping from resource consumption to CU count:
| Resource | Usage | CUs consumed |
|---|---|---|
| CPU | 1 ms*core | 0.052 |
| Memory | 1 GB*s | 10.9 |
| Network (public) | 1 KB Network egress | 0.74 |
| Network (private) | 1 KB Network egress | 0 |
| Storage I/O | 1 storage read request | 0.97 |
| 1 storage write request | 0.97 |
MO Intelligence currently prices CUs at ¥1 per 100,000 CUs.
Storage¶
Storage is the size of the data you store in a MatrixOne Intelligence instance. MO Intelligence prices storage at ¥0.15/GiB-month.