joshinh / DB-Project

Parellel join optimization scheme for PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course project for Database and Information Systems at IIT Bombay. Joint work with Sumit Chaturvedi, Adwait Godbole and Nilay Pande.

Environment Variables

export PATH=$HOME/postgresql/bin:$PATH export PGDATA=$HOME/postgresql/dbdir export LD_LIBRARY_PATH=$HOME/postgresql/lib

PostgreSQL Database Management System

This directory contains the source code distribution of the PostgreSQL database management system.

PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions. This distribution also contains C language bindings.

PostgreSQL has many language interfaces, many of which are listed here:

https://www.postgresql.org/download

See the file INSTALL for instructions on how to build and install PostgreSQL. That file also lists supported operating systems and hardware platforms and contains information regarding any other software packages that are required to build or run the PostgreSQL system. Copyright and license information can be found in the file COPYRIGHT. A comprehensive documentation set is included in this distribution; it can be read as described in the installation instructions.

The latest version of this software may be obtained at https://www.postgresql.org/download/. For more information look at our web site located at https://www.postgresql.org/.

About

Parellel join optimization scheme for PostgreSQL

License:Other


Languages

Language:C 83.5%Language:PLpgSQL 5.4%Language:C++ 2.0%Language:Perl 2.0%Language:TSQL 1.9%Language:Yacc 1.4%Language:Objective-C 0.9%Language:Makefile 0.8%Language:SQLPL 0.7%Language:Lex 0.5%Language:M4 0.2%Language:Ruby 0.2%Language:Shell 0.2%Language:Python 0.1%Language:Roff 0.1%Language:PLSQL 0.0%Language:Batchfile 0.0%Language:XS 0.0%Language:Emacs Lisp 0.0%Language:DTrace 0.0%Language:Assembly 0.0%Language:sed 0.0%