Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Simulations of MapReduce in Postgres

  • join.sql: Implements the natural join of two relations R(A, B) and S(B, C).

  • projection.sql: Implements PiA(R) where R(A, B) is a relation.

  • set_diff.sql: Iimplements the set difference of two relations R(A) and S(A).

Assuming that the domain of A, B, and C is INTEGER.