How to get execute time in bloom neoj4

Hi All,

I am trying to compare performance of Power BI and Bloom neo4j (free version).

Is there a way to get execute time of cypher query and graph in perspective?

Please help if anyone has the answer.

Regards

Vaishali

Hi Vaishali,

It's possible to see execution time for Bloom's queries by looking in the Neo4j query.log file, if you have access and logging is enabled. Bloom queries are identifiable as they will be tagged as app: 'neo4j-bloom' and you can further distinguish queries started by a user action by type: 'user-action'. Hope this helps!