Skip to content

AntonZogk/iterative-broadcast-join

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The iterative broadcast join

The iterative broadcast join example code.

How to run the code

First generate a dataset:

sbt "run generate"

By generating the data first in a separate job, we ensure that we use the same data and the benchmark isn't affected by the data generation process. Then you can run the benchmark:

sbt "run benchmark"

About

The iterative broadcast join example code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 97.0%
  • Shell 3.0%