Skip to content

Final Release

Latest
Compare
Choose a tag to compare
@yunpengn yunpengn released this 05 Apr 01:08
· 4 commits to master since this release
4b433fa

Release before submission of the project, which includes the following features:

  • Block Nested Loops Join
  • Sort Merge join
  • External sort (using k-way merge algorithm)
  • DISTINCT operator
  • GROUP BY operator
  • A new hybrid randomized operator, which consists of both the iterative improvement (II) algorithm and the simulated annealing (SA) algorithm