Skip to content

Commit 70b4817

Browse files
committed
add a link to the cypher manual
1 parent b62b318 commit 70b4817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/performance/vector-index-memory-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Vector index memory configuration
22
:description: How to configure Neo4j vector indexes to enhance performance in search operations.
33

4-
Vector indexes are based on link:https://lucene.apache.org/[Lucene].
4+
link:{neo4j-docs-base-uri}/cypher-manual/current/indexes/semantic-indexes/vector-indexes/[Vector indexes] are based on link:https://lucene.apache.org/[Lucene].
55
Lucene does not use Neo4j page cache memory, it uses OS memory as described in the xref:performance/memory-configuration.adoc[Memory configuration] section.
66
When you have a vector index, you must ensure that there is sufficient memory for the JVM heap, Neo4j page cache, and the Lucene vector indexes to perform optimally.
77
If Lucene has insufficient memory, the OS will perform page swapping and read data from disk, which will dramatically degrade the Neo4j vector index search performance.

0 commit comments

Comments
 (0)