YiBoWang20 / pg_py_plan_forwarding

This extension forward PostgreSQL plan to Python for modification and return it back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PG to Py plan forwarding

This extension is intended to simplify the task of learning the query optimization process. By separating complex C code, and bringing logic into Python

Installation

mkdir build
cd build

make -f ../pg_py_plan_forwarding/Makefile # compile
make install # install
make check # check whether it works correctly (optional)

export PYTHONPATH=/home/vagrant/pg_py_plan_forwarding

About

This extension forward PostgreSQL plan to Python for modification and return it back

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 90.1%Language:Makefile 5.9%Language:Python 4.0%