Hi all,
I have a dedicated PC for NEO4j.
How to Configure it to use all resources for max performance?
I increased heap and pagecache size, But it's still possible to increase performance.
CPU i5, 32GB RAM, 1T SSD
Thanks.
Hi @o9384496,
I don't know how extra process Neo4j is doing on ints and strings but
I think int is better because it uses just 8 bytes, also usually most of its bits are 0, so needs lesser processes.