edgedb-cli
edgedb-cli copied to clipboard
Allow setting globals for `analyze` command
Many queries require globals to be set to really understand the performance, but there is no easy way to provide globals with the edgedb analyze
command. While it is currently possible to run a REPL session to analyze query performance with globals, sometimes the output is too large to reasonably fit in a terminal window, so it would be more convenient to pipe the output to a file for analysis.