Skip to content

Commit 56bbb58

Browse files
committed
added disk size to the instance table
1 parent 9280899 commit 56bbb58

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

blog/2026-04-22-spark-vs-fusion-compaction.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,11 +1094,11 @@ In this section, we compare the compaction cost for Spark and Fusion based on th
10941094

10951095
Before calculating total compaction cost, here are the hourly rates for each instance type used in this benchmark:
10961096

1097-
| Instance type | Cost per hour (USD) |
1098-
| --- | --- |
1099-
| `c4a-standard-8` | $0.38 |
1100-
| `c4a-highmem-16` | $0.99 |
1101-
| `c4a-standard-32` | $1.60 |
1097+
| Instance type | Disk size | Cost per hour (USD) |
1098+
| --- | --- | --- |
1099+
| `c4a-standard-8` | 100 GB | $0.38 |
1100+
| `c4a-highmem-16` | 100 GB | $0.99 |
1101+
| `c4a-standard-32` | 1000 GB | $1.60 |
11021102

11031103
Using the compaction infrastructure and total compaction durations from this benchmark:
11041104

0 commit comments

Comments
 (0)