cayley icon indicating copy to clipboard operation
cayley copied to clipboard

Allow profiling of queries via the API

Open oren opened this issue 10 years ago • 2 comments

It is currently possible to profile queries via the go Describe() function but it will nice to have it available from the API.

Here is an example of Neo4J profile command. I think we should first expose it to the console and maybe later on to the web interface. profile-neo

oren avatar Oct 26 '15 04:10 oren

Yep, interesting, moved to feature request forum for now: https://discourse.cayley.io/t/allow-profiling-of-queries-via-the-api/229

robertmeta avatar Jul 10 '16 01:07 robertmeta

With Shapes in place it's becomes even more relevant. Use #670 to show query plan and use contexts that we pass around to enable profiling hooks to get live query stats.

dennwc avatar Dec 24 '17 20:12 dennwc