It caches on the server. There are two primary caches; one for query execution plans, and a page cache for store file contents. The page cache is important to tune to reduce the read IO required to service queries, without using too much memory. The query execution cache is usually fine with its default configuration. There is no point in turning these cache off, unless you are doing component-level benchmarking of Neo4j internals, which most people aren't.
-- Chris Vest System Engineer, Neo Technology > On 27 Jan 2017, at 19.53, ben imane <[email protected]> wrote: > > hi guys , i have already tired looking into Neo4j documentation all over the > internet and i looked into the previous questions in stackoverflow but i > didn't seem to find anything that says where does Neo4j caches data , does > it cache the data in the client side or the server side ? > how can i stop Neo4j from caching ? should i rewrite the query or is there > any configuration i can make to stop it from caching ? > > > -- > 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.
