|
28 | 28 |
|
29 | 29 | ## Scale Profiles |
30 | 30 |
|
31 | | -| Scale identifier | Peak concurrent writers | Peak tables ingested per hour | Table shape mix | Peak query concurrency | Total tables ingested per year | |
32 | | -| ---------------- | ----------------------- | ----------------------------- | ---------------------------------------------------------------------- | ---------------------- | ------------------------------ | |
33 | | -| DFS1 | 10 | 10 | 100,000 rows and 25 columns - 80%, 1,000,000 rows and 25 columns - 20% | 5 | 10,000 | |
| 31 | +| Scale identifier | Peak concurrent writers | Peak tables ingested per hour | Table shape mix | Peak query concurrency | Total tables ingested per year | |
| 32 | +| ---------------- | ----------------------- | ----------------------------- | ------------------------------------------- | ---------------------- | ------------------------------ | |
| 33 | +| DFS1 | 10 | 10 | See [DFS1 Table Shapes](#dfs1-table-shapes) | 5 | 10,000 | |
| 34 | +| DFS3 | 100 | 800 | See [DFS3 Table Shapes](#dfs3-table-shapes) | 20 | 1,000,000 | |
| 35 | + |
| 36 | +### DFS1 Table Shapes |
| 37 | + |
| 38 | +| Rows | Columns | Share | |
| 39 | +| --------- | ------- | ----- | |
| 40 | +| 100,000 | 25 | 80% | |
| 41 | +| 1,000,000 | 25 | 20% | |
| 42 | + |
| 43 | +### DFS3 Table Shapes |
| 44 | + |
| 45 | +| Rows | Columns | Share | |
| 46 | +| ----------- | ------- | ----- | |
| 47 | +| 100,000 | 100 | 20% | |
| 48 | +| 1,000,000 | 100 | 60% | |
| 49 | +| 500,000,000 | 100 | 20% | |
34 | 50 |
|
35 | 51 | ### Assumptions |
36 | 52 |
|
@@ -59,6 +75,7 @@ of scale. This table also specifies the AWS node types. If your system runs on |
59 | 75 | Azure or on-premises hardware, approximate the specs of the AWS nodes as closely |
60 | 76 | as possible. Network and storage bandwidth are very important for scaling. |
61 | 77 |
|
62 | | -| Scale identifier | Number of nodes | Node type | Storage per node (GB) | Dedicated MongoDB instance recommended? | Recommended database resources | Anticipated average data storage growth per hour | YAML resource template | |
63 | | -| ---------------- | ------------------------------------------- | ------------------------------------------------- | ------------------------------------------------ | --------------------------------------- | ------------------------------ | ------------------------------------------------ | ---------------------------------------- | |
64 | | -| DFS1 | 1 (general node pool), 4 (Dremio node pool) | `m6a.2xlarge` (general), `m5ad.4xlarge` (Dremio)` | 0 (general node pool), 356 GB (Dremio node pool) | Yes | Atlas M30 or equivalent | 0.4 GiB (S3), 0.19 GiB (MongoDB) | [`dfs1-values.yaml`](./dfs1-values.yaml) | |
| 78 | +| Scale identifier | Number of nodes | Node type | Storage per node (GiB) | Dedicated MongoDB instance recommended? | Recommended database resources | Anticipated average data storage growth per hour | YAML resource template | |
| 79 | +| ---------------- | -------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | --------------------------------------- | ------------------------------ | ------------------------------------------------ | ---------------------------------------- | |
| 80 | +| DFS1 | 1 (general node pool), 4 (Dremio node pool) | `m6a.2xlarge` (general), `m5ad.4xlarge` (Dremio)` | 0 (general node pool), 356 GiB (Dremio node pool) | Yes | Atlas M30 or equivalent | 46.8 MiB (S3), 14.01 KiB (MongoDB) | [`dfs1-values.yaml`](./dfs1-values.yaml) | |
| 81 | +| DFS3 | 5 (general node pool), 15 (Dremio node pool) | `m6a.2xlarge` (general), `m5ad.8xlarge` (Dremio)` | 0 (general node pool), 500 GiB (Dremio node pool) | Yes | Atlas M80 or equivalent | 315.6 GiB (S3), 5.47 MiB (MongoDB) | [`dfs3-values.yaml`](./dfs3-values.yaml) | |
0 commit comments