Skip to content

PostgreSQL Rewrite Advisor is an automated interactive tool for SQL query optimization through rewriting in PostgreSQL.

License

Notifications You must be signed in to change notification settings

kessler-oliveira/PGRA

Repository files navigation

Dependency Status

PGRA - PostgreSQL Rewrite Advisor

PostgreSQL Rewrite Advisor is an automated interactive tool for SQL query optimization through PostgreSQL rewrite.

Getting Started

$ git clone --depth 1 https://github.com/kessler-oliveira/PGRA.git

Installation

Use bundler to install gems

$ bundle install

Start the server

$ rackup

ou

$ bundle exec shotgun config.ru

Using

PostgreSQL Rewrite Advisor is a modular prototype, in this moments it has just two implementated modules. With this modules is possible try optimize querys problems with nested subqueries in the FROM clause and SELECT cluase. For using you need create a connection of your database, connect in and send a querys in the form to try to optimization.

About

PostgreSQL Rewrite Advisor is an automated interactive tool for SQL query optimization through rewriting in PostgreSQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published