Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-03-2022 12:27 AM
In the case of RDBMS, when repeatedly executing the same data query within a short period of time, a lot of data is stored in memory, so there are in which faster results can be obtained than the first time query.
Does NEO4J operate with the same structure as RDBMS?
If so, is there a way to check it through PROFILE ?
03-03-2022 01:23 AM
Hi @haidkang ,
There are a few aspects to consider for repeated queries:
Could you explain some more about "operate with the same structure as RDBMS"? Neo4j has similarities and differences. Do you have something particular in mind?
About PROFILE
, yes you can prepend any query with either PROFILE
to see the query plan and costs. You can also use EXPLAIN
to see the plan without executing the query (which is helpful when query execution is long and you just want to optimize a particular query before running it).
Best,
ABK
03-30-2022 12:19 AM
Thanks for your kind explanation.
All the sessions of the conference are now available online