GitHub user rathijit opened a pull request:
https://github.com/apache/incubator-quickstep/pull/90
Quickstep 28 29
More efficient handling of aggregations by having a combined payload in the
hash table. This also removes ValueT parametrization for the hash table data
structure. Please refer to JIRA tickets QUICKSTEP-28 and QUICKSTEP-29 for more
details.
TPC-H query 01 sees significant performance improvements with these changes.
Currently, only SeparateChaining hash table type is supported.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-quickstep quickstep-28-29
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-quickstep/pull/90.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #90
----
commit 39485d620402273890e92072e05f856fd9da7f9d
Author: rathijit <[email protected]>
Date: 2016-07-04T07:44:48Z
Initial commit for QUICKSTEP-28 and QUICKSTEP-29. Code refactoring and
cleanup, some more optimizations are pending.
commit d9c9e6867d3cbd6ed6209e944a2b7d91748e40d3
Author: rathijit <[email protected]>
Date: 2016-08-05T11:00:12Z
Fixed 4 failures on unit tests
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---