Skip to content

kristianachwan/sc3020-project2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SC3020: Database System Principles - Group 1

Project 2: Understanding Cost Estimation IN RDBMS

 $$$$$$\  $$\   $$\ $$$$$$$\  $$$$$$$$\ $$\   $$\
$$  __$$\ $$ |  $$ |$$  __$$\ $$  _____|$$ |  $$ |
$$ /  $$ |$$ |  $$ |$$ |  $$ |$$ |      \$$\ $$  |
$$ |  $$ |$$ |  $$ |$$$$$$$  |$$$$$\     \$$$$  /
$$ |  $$ |$$ |  $$ |$$  ____/ $$  __|    $$  $$<
$$ $$\$$ |$$ |  $$ |$$ |      $$ |      $$  /\$$\
\$$$$$$ / \$$$$$$  |$$ |      $$$$$$$$\ $$ /  $$ |
 \___$$$\  \______/ \__|      \________|\__|  \__|
     \___|

QUery Plan EXplainer

QUPEX aims to explain the derived cost from PostgreSQL EXPLAIN feature. This involves understanding the cost model of PostgreSQL internal working (refer to: costsize.c) and database catalog. The explanation that we provide for the cost derivation is emphasizing on how the formula used and how/why certain parameters used. In the case we are unable to estimate correctly, we also do provide more explantions for better clarity.

Team members:

  • Clayton Fernalo
  • Nema Aarushi
  • Kristian Hadinata Achwan
  • Lau Yong Jie

Installation Guides

  1. Install dependencies with the command:
pip install -r requirements.txt
  1. Run the project.py
python project.py

Technology Used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages