Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[DNM] hashjoin opt2 #1124

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 2, 2022

  1. more optimizations to hash join

    * fix hash map build metrics
    * adding bloom filter before inner join
    
    Signed-off-by: Yuan Zhou <[email protected]>
    zhouyuan committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    481bad2 View commit details
    Browse the repository at this point in the history
  2. enable force hash join to test

    Signed-off-by: Yuan Zhou <[email protected]>
    zhouyuan committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    7f0b8c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. adding hyperloglog based estimator

    Signed-off-by: Yuan Zhou <[email protected]>
    zhouyuan committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b20961c View commit details
    Browse the repository at this point in the history