You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Hashmap based node index for the neo4j part of the static data delivery component should be exchanged with a persistent index (neo4j has auto indexing not based on lucene in the 2.0 version) @sebschlicht knows how to handle this with neo4j.
In the best case these indexes keep frequently accessed nodes in memory and the rest on disc but this has to be seen.
The text was updated successfully, but these errors were encountered:
The Hashmap based node index for the neo4j part of the static data delivery component should be exchanged with a persistent index (neo4j has auto indexing not based on lucene in the 2.0 version) @sebschlicht knows how to handle this with neo4j.
In the best case these indexes keep frequently accessed nodes in memory and the rest on disc but this has to be seen.
The text was updated successfully, but these errors were encountered: