SHOW PROCEDURES
| name | description | mode | worksOnSystem | |
|---|---|---|---|---|
| 1 |
"cdc.current" | "Returns the current change identifier that can be used to stream changes from." | "READ" | false |
| 2 |
"cdc.earliest" | "Returns the earliest change identifier that can be used to stream changes from." | "READ" | false |
| 3 |
"cdc.query" | "Query changes happened from the provided change identifier." | "READ" | false |
| 4 |
"db.awaitIndex" | "Wait for an index to come online (for example: CALL db.awaitIndex("MyIndex", 300))." | "READ" | true |
| 5 |
"db.awaitIndexes" | "Wait for all indexes to come online (for example: CALL db.awaitIndexes(300))." | "READ" | true |
| 6 |
"db.cdc.current" | "Returns the current change identifier that can be used to stream changes from." | "READ" | false |
| 7 |
"db.cdc.earliest" | "Returns the earliest change identifier that can be used to stream changes from." | "READ" | false |
| 8 |
"db.cdc.query" | "Query changes happened from the provided change identifier." | "READ" | false |
| 9 |
"db.checkpoint" | "Initiate and wait for a new check point, or wait any already on-going check point to complete. Note that this temporarily disables the `db.checkpoint.iops.limit` setting in order to make the check point complete faster. This might cause transaction throughput to degrade slightly, due to increased IO load." | "DBMS" | true |
| 10 |
"db.clearQueryCaches" | "Clears all query caches." | "DBMS" | true |
| 11 |
"db.create.setNodeVectorProperty" | "Set a vector property on a given node in a more space efficient representation than Cypher's SET." | "WRITE" | false |
| 12 |
"db.create.setRelationshipVectorProperty" | "Set a vector property on a given relationship in a more space efficient representation than Cypher's SET." | "WRITE" | false |
| 13 |
"db.create.setVectorProperty" | "Set a vector property on a given node in a more space efficient representation than Cypher's SET." | "WRITE" | false |
| 14 |
"db.createLabel" | "Create a label" | "WRITE" | false |
| 15 |
"db.createProperty" | "Create a Property" | "WRITE" | false |
| 16 |
"db.createRelationshipType" | "Create a RelationshipType" | "WRITE" | false |
| 17 |
"db.index.fulltext.awaitEventuallyConsistentIndexRefresh" | "Wait for the updates from recently committed transactions to be applied to any eventually-consistent full-text indexes." | "READ" |

最低0.47元/天 解锁文章
1035

被折叠的 条评论
为什么被折叠?



