cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.04k stars 623 forks source link

More hash functions for hash joins #822

Open seojungmin opened 7 years ago

seojungmin commented 7 years ago

Peloton's current execution engine supports CRC32 and Murmur3 for the hash function used in hash joins. CityHash is not supported, yet. CityHash performance is best described, here: https://youtu.be/R_FhR1Qr3Vs?t=2487

Comments are welcome.

apavlo commented 7 years ago

Check with @pmenon on this.