[12/14] incubator-quickstep git commit: Support for inferring unique attributes, min/max stats.

2016-11-05 Thread jianqiao
Support for inferring unique attributes, min/max stats. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/40e132d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/40e132d0

[09/14] incubator-quickstep git commit: Cleanup FastHashTable + Avoid unnecessary copying of data before aggregation.

2016-11-05 Thread jianqiao
Cleanup FastHashTable + Avoid unnecessary copying of data before aggregation. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/156171cd Tree:

[07/14] incubator-quickstep git commit: Cleanup FastHashTable + Avoid unnecessary copying of data before aggregation.

2016-11-05 Thread jianqiao
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/156171cd/storage/FastHashTable.hpp -- diff --git a/storage/FastHashTable.hpp b/storage/FastHashTable.hpp deleted file mode 100644 index 4a82a62..000 ---

[05/14] incubator-quickstep git commit: Cleanup FastHashTable + Avoid unnecessary copying of data before aggregation.

2016-11-05 Thread jianqiao
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/156171cd/storage/PackedPayloadAggregationStateHashTable.cpp -- diff --git a/storage/PackedPayloadAggregationStateHashTable.cpp

[06/14] incubator-quickstep git commit: Cleanup FastHashTable + Avoid unnecessary copying of data before aggregation.

2016-11-05 Thread jianqiao
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/156171cd/storage/FastHashTableFactory.hpp -- diff --git a/storage/FastHashTableFactory.hpp b/storage/FastHashTableFactory.hpp deleted file mode 100644 index

[11/14] incubator-quickstep git commit: Support for BitVectorExactFilter.

2016-11-05 Thread jianqiao
Support for BitVectorExactFilter. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/090d Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/090d Diff:

[08/14] incubator-quickstep git commit: Cleanup FastHashTable + Avoid unnecessary copying of data before aggregation.

2016-11-05 Thread jianqiao
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/156171cd/expressions/aggregation/AggregationHandleSum.hpp -- diff --git a/expressions/aggregation/AggregationHandleSum.hpp

[10/14] incubator-quickstep git commit: Support for BitVectorExactFilter.

2016-11-05 Thread jianqiao
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/090d/query_optimizer/rules/InjectJoinFilters.cpp -- diff --git a/query_optimizer/rules/InjectJoinFilters.cpp b/query_optimizer/rules/InjectJoinFilters.cpp new

[04/14] incubator-quickstep git commit: Analyze min/max stat for each column.

2016-11-05 Thread jianqiao
Analyze min/max stat for each column. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/510ed410 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/510ed410 Diff:

[03/14] incubator-quickstep git commit: Optimizer PushDownLowCostDisjunctivePredicate as physical optimization.

2016-11-05 Thread jianqiao
Optimizer PushDownLowCostDisjunctivePredicate as physical optimization. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/c5b3afef Tree:

[02/14] incubator-quickstep git commit: Auto pin workers to CPU cores

2016-11-05 Thread jianqiao
Auto pin workers to CPU cores - Automatically pin worker threads to CPU cores. - Use auto pinning when either there are no affinities provided, or the provided affinities are incorrect. - Try to balance CPU cores across multiple sockets, when maximum paralellism is not used. Project:

[2/2] incubator-quickstep git commit: Use BlockLocator and DataExchangerAsync in the distributed tests.

2016-11-05 Thread zuyuz
Use BlockLocator and DataExchangerAsync in the distributed tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/374f4a49 Tree:

[incubator-quickstep] Git Push Summary

2016-11-05 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/auto-worker-pinning [deleted] 248cec273

incubator-quickstep git commit: Auto pin workers to CPU cores

2016-11-05 Thread hakanmemisoglu
Repository: incubator-quickstep Updated Branches: refs/heads/master 5a3037f2e -> 1340fcb7f Auto pin workers to CPU cores - Automatically pin worker threads to CPU cores. - Use auto pinning when either there are no affinities provided, or the provided affinities are incorrect. - Try to

incubator-quickstep git commit: Refine estimates for estimateCardinality for TableReference

2016-11-05 Thread hbdeshmukh
Repository: incubator-quickstep Updated Branches: refs/heads/lower-build-cardinality [created] 1221b06d8 Refine estimates for estimateCardinality for TableReference - Use exact statistics whenever they are available. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo

incubator-quickstep git commit: Optimizer logical changes for ScalarQueryLiteral

2016-11-05 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/collision-free-agg 3b0f4e054 -> d43e9c8ed Optimizer logical changes for ScalarQueryLiteral Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit:

incubator-quickstep git commit: Use BlockLocator and DataExchangerAsync in the distributed tests.

2016-11-05 Thread zuyuz
Repository: incubator-quickstep Updated Branches: refs/heads/dist-test [created] ba7333065 Use BlockLocator and DataExchangerAsync in the distributed tests. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: