Skip to content

PostgreSQL extension finally providing visibility into the planning process

Notifications You must be signed in to change notification settings

mejedi/planscape-postgresql-module

Repository files navigation

PG PLANSCAPE

PostgreSQL extension finally providing visibility into the planning process.

Records all the execution strategies considered by the planner and dumps the data in JSON file.

Usage (do make && make install first):

LOAD 'planscape';
EXPLAIN (PLANSCAPE) SELECT avg(a) FROM test;

About

PostgreSQL extension finally providing visibility into the planning process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published