Open seojungmin opened 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.
Check with @pmenon on this.
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.