File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
45
45
### 计算费用:
46
46
47
- 0.00125* (5* 60+20)=0.4 元(XSmall 集群 1 秒计费为 0.00125,时长 5 分 20 秒)
47
+ 0.00125\ * (5\ * 60+20)=0.4 元(XSmall 集群 1 秒计费为 0.00125,时长 5 分 20 秒)
48
48
49
49
### 存储费用:
50
50
65
65
66
66
### 计算费用:
67
67
68
- 0.00125* 3600* 24=4.5\* 24=108 元(XSmall 集群 1 秒计费为 0.00125,1 小时为 3600 秒,24 小时)
68
+ 0.00125\ * 3600\ * 24=4.5\* 24=108 元(XSmall 集群 1 秒计费为 0.00125,1 小时为 3600 秒,24 小时)
69
69
70
70
### 存储费用:
71
71
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ A user is using an XSmall warehouse (Business) and occasionally queries data. Th
45
45
### Compute charges:
46
46
47
47
0.000416667 \* (5 \* 60 + 20) = $0.13
48
- (XSmall cluster charges 0.00125 RMB per second, and the query duration is 5 minutes and 20 seconds)
48
+ (XSmall cluster charges $0.000416667 per second, and the query duration is 5 minutes and 20 seconds)
49
49
50
50
### Storage charges:
51
51
You can’t perform that action at this time.
0 commit comments