-
Notifications
You must be signed in to change notification settings - Fork 25
aura procedures #747
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?
aura procedures #747
Conversation
The following are known to be restricted in Aura (e.g. due to permission, cluster, or filesystem constraints). | ||
|
||
`CALL db.info()` | ||
Used for system-level diagnostics (❌ Not supported in Aura Free ✅ Supported in Aura Pro) |
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.
any idea how to present these ones which are not supported in free, but are supported in pro?
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.
I'd suggest to put them in a table and use a footnote.
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.
Let's find a better place for these. They don't belong in the Query section.
modules/ROOT/content-nav.adoc
Outdated
@@ -76,6 +76,7 @@ Generic Start | |||
** xref:query/introduction.adoc[What is Query?] | |||
** xref:query/visual-tour.adoc[Visual tour] | |||
** xref:query/operations.adoc[Query operations] | |||
** xref:query/procedures.adoc[Aura procedures] |
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.
Procedures should not be part of the Query docs.
`CALL db.schema.nodeTypeProperties();` | ||
Lists properties by node type. | ||
|
||
== Index and Query Management |
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.
== Index and Query Management | |
== Index and query management |
@@ -0,0 +1,164 @@ | |||
= Aura Built-in Procedures Reference |
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.
= Aura Built-in Procedures Reference | |
= Aura built-in procedures reference |
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.
How do we ensure that these are always correct and up to date? Do we need to have them in the Aura docs? They are already listed in the Operations Manual. It creates extra work to maintain the same content in two different places. What prompted this addition?
`CALL db.awaitIndexes(300);` | ||
Wait for all indexes to come online. | ||
|
||
`CALL db.index.fulltext.awaitEventuallyConsistentIndexRefresh();` |
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.
Description to come?
Co-authored-by: Jessica Wright <[email protected]>
Co-authored-by: Jessica Wright <[email protected]>
This PR includes documentation updates New pages: |
https://trello.com/c/GRCdldPH/482-procedures-on-aura