-
Notifications
You must be signed in to change notification settings - Fork 27
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
Flexible storage #653
Conversation
Amount of disk space reserved to store data, in gigabytes (GB). | ||
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.
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
|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. |
|
||
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.
Amount of disk space reserved to store data, in gigabytes (GB). | ||
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 <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
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 <49636617+AlexicaWright@users.noreply.github.com>
Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com>
This PR includes documentation updates Updated pages: |
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
No description provided.