QueryFlow
QueryFlow, is a query visualization tool that provides insights into common problems in your SQL query. QueryFlow visualizes the query execution using the Sankey diagram, a technique that allows one to illustrate complex processes, with a focus on a single aspect or resource that you want to highlight. This allow to tackle the following problems:
- Identifying missing records.
- Identifying Ineffective operations.
- Identifying duplications in a query.
- Comparing optimizer planned metrics to actual metrics.
- Identifying performance bottlenecks in a single query.
- Identifying performance bottlenecks in multiple queries.
Currently QueryFlow support the following databases/data-engines:
-
Athena
-
PostgreSQL
-
Documentation: https://eyaltrabelsi.github.io/query-flow
-
Free software: MIT
Installing
The best way to install query-flow is:
$ pip install query-flow
In case you want to use another way go to the installation page.
Release files for query-flow 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| query_flow-0.2.0.tar.gz | 35.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| query_flow-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 52.7 kB
Release files / query_flow-0.2.0.tar.gz
| Download URL | query_flow-0.2.0.tar.gz |
|---|---|
| Size | 35.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a2059c941a5acebf8453ac1c9bd2dc7714341d8eef9d39fe7766dfbbe0ebffbf
|
|
BLAKE2b-256 checksum How to use checksums |
862cbedceb24399888ebaa44e5b7cfc427737eb310e8c39218ed6136761189f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / query_flow-0.2.0-py3-none-any.whl
| Download URL | query_flow-0.2.0-py3-none-any.whl |
|---|---|
| Size | 17.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
719c40ab09dd9fbea947dab9c7fb46e73ec9d283f5aff3f8524d47665241777d
|
|
BLAKE2b-256 checksum How to use checksums |
9b623ef71b8ebff4239f9cdd8cd408ec6a87fa3212b512ad15f23fa024f4d57a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|