[deploy] Improve recommandations for storage type & instance types#1433
Merged
barroco merged 1 commit intointeruss:masterfrom Apr 15, 2026
Merged
[deploy] Improve recommandations for storage type & instance types#1433barroco merged 1 commit intointeruss:masterfrom
barroco merged 1 commit intointeruss:masterfrom
Conversation
barroco
approved these changes
Apr 15, 2026
barroco
approved these changes
Apr 15, 2026
barroco
reviewed
Apr 15, 2026
| Both CockroachDB and YugabyteDB recommend `n2` instances for production. Use `f1` and `g1` instances for testing only. | ||
|
|
||
| See https://www.cockroachlabs.com/docs/v24.1/recommended-production-settings#gcp and https://docs.yugabyte.com/stable/deploy/checklist/#google-cloud for database-specific recommendations. | ||
|
|
Contributor
There was a problem hiding this comment.
In addition to the db recommendation, add a link to the sizing evaluation and suggest n2-standard-8.
cc: @the-glu
barroco
reviewed
Apr 15, 2026
|
|
||
| See https://www.cockroachlabs.com/docs/v24.1/recommended-production-settings#gcp and https://docs.yugabyte.com/stable/deploy/checklist/#google-cloud for database-specific recommendations. | ||
|
|
||
| Example: `n2-standard-4` for production, `e2-medium` for development. |
Contributor
There was a problem hiding this comment.
Suggested change
| Example: `n2-standard-4` for production, `e2-medium` for development. | |
| Example: `n2-standard-4` for medium scale production, `e2-medium` for development. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improve documentation and examples for storage type and instance types, based on CockroachDB and YugabyteDB recommandations.
Contribute to #1033