query-graphs
query-graphs copied to clipboard
A visualizer for queries - Hyper, Postgres, Tableau
Sometimes, I get lost while exploring a query plan. A "reset view" button would be helpful in those cases
Use cases: * find all expressions which reference a given column * for a column reference, find the corresponding operator which introduces that column e.g. by displaying links similar to...
Right now, it is only possible to display detailed information about 1 node at the same time. This leads to usability issues in a few use cases: * Comparing two...
I am personally a huge fan of using the keyboard for almost everything. As such, it's pretty annoying not to have key-bindings available in query-graphs I am not quite sure...
Provide a way to select between multiple versions of the same query plan (e.g., different optmization steps) and use those for Hyper query plans which include multiple optimization steps
It would be nice to optionally visualize the amount of estimated data flow via edge thickness. Using stroke-width, one can assign the width of the links, based on the Hyper...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...