Skip to content

Hap-Hugh/postgres-explain-to-hints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgres-explain-to-hints

ENCODER:

  • Input: postgres explain (json format)
  • Output: Join order; e.g. ( ( ( ( mc mi_idx ) t ) it ) ct) Join method on each join condition; MergeJoin( mc mi_idx) Scan method on each table; IndexScan on Table’s alias

DECODER:

  • Input: result from ENCODER
  • Output: proper format readable by pg_plan_hints

About

Generate pg_plan_hints from Postgres explain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages