Database Reference
In-Depth Information
<$NEO4J_HOME>/conf/neo4j-server.properties - Neo4j server configuration file
hpc : High Performance Cache, is only
available with the Enterprise version of
Neo4j.
This logs all configuration parameters at the time of
server start up.
False
dump_configuration
This is the number of Cypher query execution plans
to be cached.
query_cache_size
100
This is the logical transaction logs to back up the
database. It is used to specify the threshold to prune
logical logs.
keep_logical_logs
7 Days
This is the size of the file that will be used to autoro-
tate the logical logfile after a certain threshold. Value
of 0 means there is no rotation based on the size of
the file.
logical_log_rotation_threshold
25M
Apart from the properties mentioned in the preceding table, we can also configure and
tune the JVM by defining the configurations such as type of GC, GC Logs, Max and Min
memory, and so on in <$NEO4J_HOME>/conf/neo4j-wrapper.conf .
To summarize, Neo4j HA architecture meets the enterprise needs in a true sense where it
provides the highest degree of fault tolerance, can operate even with a single machine, and
can expose various configurations, which help in tuning our database to produce maxim-
um throughput.
Search WWH ::




Custom Search