This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hashagg opt#1 instead of do agg per row, this patch changed the behavior to do one agg per column to achieve better cache efficency in my local test TPCH Q1 is improved 10% The optimize on keys and hashmap logic will be split into following patch Signed-off-by: Yuan Zhou <[email protected]> * reserve space for keys in hashmap Signed-off-by: Yuan Zhou <[email protected]> * s/sparsehash/parallelhashmap Signed-off-by: Yuan Zhou <[email protected]> * using seperate code path for null/nonull batches Signed-off-by: Yuan Zhou <[email protected]> * fix format Signed-off-by: Yuan Zhou <[email protected]> * fix groupby with boolean Signed-off-by: Yuan Zhou <[email protected]>
- Loading branch information
Showing
15 changed files
with
15,970 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.