The data is loaded into memory/caches as needed. Here is some info about the caches: http://watch.neo4j.org/video/41111155
And the query plans are cached after the first execution too, but not the query results. Cheers, Michael Am 04.09.2014 um 13:35 schrieb Moop <[email protected]>: > 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. -- 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.
