We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2cd67 commit 33de1e0Copy full SHA for 33de1e0
doc/modules/ROOT/pages/management-ops/graph-reads/read-with-cypher.adoc
@@ -5,8 +5,9 @@
5
6
[WARNING]
7
--
8
-This page describes running cypher queries on an in-memory graph which is deprecated and will be removed.
9
-There will be no replacement due to low adoption of this feature.
+Running Cypher queries on an in-memory graph is deprecated and will be removed starting from version 2.7.
+Due to low adoption and high maintenance costs of this feature there is no replacement planned.
10
+If you want to run cypher queries on a graph the recommended way is to write back data to Neo4j and run Cypher queries on the database.
11
12
13
include::partial$/operations-reference/alpha-note.adoc[]
0 commit comments