https://github.com/felixge/flame-explain
  
  
    A PostgreSQL EXPLAIN ANALYZE visualizer with advanced quirk correction algorithms. 
    https://github.com/felixge/flame-explain
  
database performance postgresql query sql tool visualizer
        Last synced: about 2 months ago 
        JSON representation
    
A PostgreSQL EXPLAIN ANALYZE visualizer with advanced quirk correction algorithms.
- Host: GitHub
 - URL: https://github.com/felixge/flame-explain
 - Owner: felixge
 - License: agpl-3.0
 - Created: 2019-11-17T13:30:05.000Z (almost 6 years ago)
 - Default Branch: master
 - Last Pushed: 2020-10-08T17:28:25.000Z (about 5 years ago)
 - Last Synced: 2025-09-01T21:45:46.693Z (2 months ago)
 - Topics: database, performance, postgresql, query, sql, tool, visualizer
 - Language: TypeScript
 - Homepage: https://flame-explain.com/
 - Size: 2.42 MB
 - Stars: 53
 - Watchers: 3
 - Forks: 5
 - Open Issues: 10
 - 
            Metadata Files:
            
- Readme: README.md
 - Contributing: CONTRIBUTING.md
 - License: LICENSE.txt
 
 
Awesome Lists containing this project
README
          # FlameExplain
A PostgreSQL EXPLAIN ANALYZE visualizer with advanced quirk correction algorithms.
See https://flame-explain.com/about for more information.
## Development
This project uses [Create React App](https://create-react-app.dev/) and yarn,
so development happens using the following commands:
```
yarn install
yarn test
yarn start
```