Hello, Running Neo4j 2.1.2 in Server mode on a machine of: - i7 CPU and - 8GB of Ram.
I have in the database: - 1 031 703 nodes, - 1 398 756 properties, and - 253 355 relations. The the database is of 313MB size, so from above, it should fit in the memory, there is usual 3GB to 4GB free memory space at the moment of running Neo4j Server. I'm using an index on one attribute :Person(pid) for all my nodes. I run some Cypher queries through the Webadmin browser, at the first execution, the query takes a time, at the second execution the response is considerably faster (not for all queries). Does that mean that the requested nodes had not yet loaded to the memory at startup or are there a mechanism of caching the queries results? Thanks. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
