-
Notifications
You must be signed in to change notification settings - Fork 22
Flexible storage #653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: console
Are you sure you want to change the base?
Flexible storage #653
Conversation
Ideally, the database should all fit into memory (page cache) for the best performance. | ||
Keep an eye on this metric to make sure you have enough storage for today and for future growth. | ||
Keep an eye on this metric to make sure you have enough storage for future growth. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, the system should alert the user, right? I'm sure it does! Maybe they should be able to reset if from the Operations > Metrics > Resources > Storage - if that's where the graph is which tracks storage.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What graph are you referring to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Storage
graph
"Keep an eye on the storage graph to make sure you have enough storage for future growth.
The graph is available in Metrics > Resources > Storage."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit confusing to refer to this as a graph.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments to consider.
There are two types of Aura instances: | ||
|
||
* **AuraDB** (the default Aura instance type) | ||
* **AuraDS** (the xref:graph-analytics/index.adoc#aura-ds[fully managed version] of Neo4j Graph Data Science) | ||
|
||
Select the type of instance using the switch on the top right, then choose the plan that best suits your needs. | ||
You can upgrade your plan later if your needs change. | ||
|
||
/// |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two slashes is a comment, just FYI
@@ -49,6 +49,10 @@ See xref:managing-instances/custom-endpoints.adoc[Custom endpoints] for more inf | |||
It runs on container technology and this allows for the AuraDB Instance to allocate dedicated CPU resources. | |||
|
|||
|Storage | |||
|Neo4j Aura automates the backup process (you can also create your own on-demand snapshots), storing your data securely in the cloud. Backups are saved in the storage bucket of the cloud provider in the same region as your Neo4j Aura instance. | |||
|
|||
Storage is adjustable independent of memory for AuraDB pre-paid billing on Google Cloud Platform (GCP), version 5.x. See xref:/managing-instances/instance-actions/#_flexible_storage[Flexible storage] for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Storage is adjustable independent of memory for AuraDB pre-paid billing on Google Cloud Platform (GCP), version 5.x. See xref:/managing-instances/instance-actions/#_flexible_storage[Flexible storage] for more information. | |
Options for flexible storage is available for AuraDB pre-paid billing on Google Cloud Platform (GCP), latest version. | |
See xref:managing-instances/instance-actions.adoc#_flexible_storage[Flexible storage] for more information. |
|Neo4j Aura automates the backup process (you can also create your own on-demand snapshots), storing your data securely in the cloud. Backups are saved in the storage bucket of the cloud provider in the same region as your Neo4j Aura instance. | ||
|
||
Storage is adjustable independent of memory for AuraDB pre-paid billing on Google Cloud Platform (GCP), version 5.x. See xref:/managing-instances/instance-actions/#_flexible_storage[Flexible storage] for more information. | ||
|
||
|Neo4j Aura automates the backup process (you can also create your own on-demand snapshots), storing your data securely in the cloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This repeats the previous row.
Ideally, the database should all fit into memory (page cache) for the best performance. | ||
Keep an eye on this metric to make sure you have enough storage for today and for future growth. | ||
Keep an eye on this metric to make sure you have enough storage for future growth. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What graph are you referring to?
Co-authored-by: Jessica Wright <[email protected]>
Co-authored-by: Jessica Wright <[email protected]>
Co-authored-by: Jessica Wright <[email protected]>
Co-authored-by: Jessica Wright <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coming together nicely! But what about versioning? Neo4j 5.x? Not latest?
Co-authored-by: Jessica Wright <[email protected]>
Co-authored-by: Jessica Wright <[email protected]>
This PR includes documentation updates Updated pages: |
This PR includes documentation updates Updated pages: |
No description provided.