cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Monitoring queries

chribonn
Node Link

Hi,

I am no the page: Using Query Best Practices - Using Indexes and Query Best Practices in Neo4j 4.x

The section Example: Monitoring queries introduces :queries and dbms.listQueries().

I using Netscape v 90.0.2 (64-bit).


Hope this helps

8 REPLIES 8

Hello @chribonn

Are you looking for this?

CALL dbms.listQueries()

Regards,
Cobra

Forgot to include the call

Thanks.

The :queries variation returned the frame error

Do you use Neo4j Enterprise?

No. I am working off the Sandbox.

I think that's why :queries is not working so.
Where did you find the :queries syntax?

chribonn
Node Link

Page: Using Query Best Practices - Using Indexes and Query Best Practices in Neo4j 4.x

The section Example: Monitoring queries introduces :queries and dbms.listQueries() .

I would imagine many newbies would be using a sandbox.

Yeah sandbox is a good thing but I don't know if it uses Enterprise edition or just a Community edition. So in all case, you can use CALL dbms.listQueries(). When you will use an Enterprise edition, you should be able to use :queries

The Neo4j Sandboxes do use Enterprise Edition, but we have seen this error before in the sandbox. We are looking into it.

Elaine