Skip to content

Commit 623c8b0

Browse files
DKagan07gthrone25
andauthored
clarifying database shapes (#70)
This is clarifying that trial users have access to both dev and prod - style databases --------- Co-authored-by: Greg <[email protected]>
1 parent 28606bd commit 623c8b0

8 files changed

+23
-46
lines changed

.DS_Store

6 KB
Binary file not shown.
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% include /cloud/cloud-db-new-source.md %}
22

3-
4-
{% include /cloud/cloud-db-shape-dev.md %}
5-
{% include /cloud/cloud-db-shape-prod.md %}
3+
{% include /cloud/cloud-db-total-shapes.md %}
64

75
{% include /cloud/cloud-db-click-create.md %}

_includes/cloud-db/cloud-db-shape-dev.md

-4
This file was deleted.

_includes/cloud-db/cloud-db-shape-prod.md

-9
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{: .note }
2+
Shapes labeled as "Development" are smaller, single-node configurations intended for development and testing purposes
3+
4+
| Shape | Memory (GB) | Volume (GB) | Compute (vCPU) |
5+
|---|---|---|---|
6+
|8GB-Development|8|32|2|
7+
|64GB-Development|64|64|16|
8+
|32GB|32|100|12|
9+
|64GB|64|300|24|
10+
|128GB|128|500|48|
11+
|256GB|256|1200|96|
12+
|512GB|512|2500|192|
13+
|1024GB|1024|5000|320|
14+
|2048GB|2048|10000|576|
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FeatureBase Cloud has the concept of "shapes" which define:
22
* How much memory is available
33
* how much disk space is available
4-
* how many Virtual Central Processing Units (vCPUs) are available to perform ingestion and queries
4+
* how many vCPUs) are available
55

6-
{: .note }
7-
Production shapes are not available on trial accounts.
6+
Shapes in general have:
7+
* overprovisioned disk space and memory to ensure best performance
8+
* data replication should a node go down.

docs/cloud/cloud-databases/cloud-db-create.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ You can also [create a database with pre-loaded data](/docs/cloud/cloud-database
2020

2121
{% include /cloud/cloud-before-begin.md %}
2222
* [Learn how to manage databases](/docs/cloud/cloud-databases/cloud-db-manage)
23-
24-
## Trial accounts
25-
26-
{% include /cloud/trial-account-limits.md %}
27-
28-
## Cloud database shapes
29-
30-
{% include /cloud-db/cloud-summary-db-shape.md %}
31-
3223
* [Learn about cloud database shapes](/docs/cloud/cloud-databases/cloud-db-shape)
3324

3425
## Naming standards
@@ -40,13 +31,10 @@ You can also [create a database with pre-loaded data](/docs/cloud/cloud-database
4031

4132
{% include /cloud-db/cloud-db-new-name.md %}
4233

43-
* Choose from development shapes intended for testing:
44-
45-
{% include /cloud-db/cloud-db-shape-dev.md %}
34+
* Choose a database shape
4635

47-
* Or choose a production shape instead:
36+
{% include /cloud-db/cloud-db-total-shapes.md %}
4837

49-
{% include /cloud-db/cloud-db-shape-prod.md %}
5038
{% include /cloud-db/cloud-db-click-create.md %}
5139

5240
## Next step

docs/cloud/cloud-databases/cloud-db-shape.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,10 @@ Cloud Database shapes incur an hourly fee, chargeable at the end of the month.
1919
## Before you begin
2020

2121
{% include /cloud/cloud-before-begin.md %}
22-
* {% include contact-support.md %} to upgrade your account to access production database shapes
2322

24-
### Trial account and Development shapes
23+
## Database Shapes
2524

26-
Two database shapes are available on all accounts. These are intended for development and testing purposes.
27-
28-
{% include /cloud-db/cloud-db-shape-dev.md %}
29-
30-
### Production shapes
31-
32-
Production shapes are available on paid accounts. These have:
33-
* overprovisioned disk space and memory to ensure best performance
34-
* data replication should a node go down.
35-
36-
{% include /cloud-db/cloud-db-shape-prod.md %}
25+
{% include /cloud-db/cloud-db-total-shapes.md %}
3726

3827
## Further information
3928

0 commit comments

Comments
 (0)