Docs code test flags
Flags sections as Not Available on Aura, Aura DB Enterprise, Enterprise Edition, Fabric, and Deprecated
Blocks with the appropriate roles have text appended.
Lorem ipsum dolor code test sit
Roles can be added anywhere, for example this definition list item has a role.
- Pipelined
-
In the pipelined runtime, the operators are grouped into pipelines in the execution plan to generate new combinations and orders of execution, which are optimized for performance and memory usage.
And so does this table
| Option | Description | Default |
|---|---|---|
|
Forces the Cypher query planner to use the slotted runtime. |
Default for Community Edition. |
|
Forces the Cypher query planner to use the pipelined runtime. |
Default for Enterprise Edition. |
Other blocks can have deprecated roles added.
Example 1 content - this example is not deprecated.
This is a second paragraph in the example.
This is the third.
Example 2 content - this example is deprecated
This algorithm is in the alpha tier. For more information on algorithm tiers, see [algorithms].
This algorithm is in the beta tier. For more information on algorithm tiers, see [algorithms].
Function symbol
| Description | Operation |
|---|---|
Check if a named graph exists |
|
|
Examples
Copying the data store of a database
You can use neo4j-admin database copy to copy the data store of a database, for example, neo4j.
-
Stop the database named
neo4j:STOP DATABASE neo4j -
Copy the data store from
neo4jto a new database calleddatabase-copy.If you do not need an actual copy of the database, you can use the same values for
<fromDatabase>and<toDatabase>. The command replaces the original database with the newly created copy.bin/neo4j-admin database copy neo4j database-copy
