You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current hash-join implementation is lazy, i.e. it calculate the next entry whenever it is required.
It would be interesting to see the difference to a eager hash-join implementation that calculates the key intersection at the time of creation.
evaluate it with the tentris paper benchmark
The text was updated successfully, but these errors were encountered:
The current hash-join implementation is lazy, i.e. it calculate the next entry whenever it is required.
It would be interesting to see the difference to a eager hash-join implementation that calculates the key intersection at the time of creation.
evaluate it with the tentris paper benchmark
The text was updated successfully, but these errors were encountered: