Monitoring queries

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

Hello @chribonn :slight_smile:

Are you looking for this?

CALL dbms.listQueries()

Regards,
Cobra

1 Like

Forgot to include the call :grinning_face_with_smiling_eyes:

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?

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 :slight_smile:

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

Elaine