[5/7] incubator-quickstep git commit: Clean up the old bloom-filter implementation which are attached to HashTables.

2016-10-20 Thread hbdeshmukh
Clean up the old bloom-filter implementation which are attached to HashTables. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/55480d8d Tree:

[4/5] incubator-quickstep git commit: ExecutionGenerator and QueryContext support for LIPFilters.

2016-10-20 Thread jianqiao
ExecutionGenerator and QueryContext support for LIPFilters. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/fb6b2848 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/fb6b2848

incubator-quickstep git commit: Fixes

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/lip-refactor-generator 287b76291 -> e976ab4ae Fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/e976ab4a Tree:

[3/5] incubator-quickstep git commit: Refectored bulk insertion to the SplitRow store

2016-10-20 Thread jianqiao
Refectored bulk insertion to the SplitRow store The inner loop of the insert algorithm has been changed to reduce function calls to only those that are absolutely necessary. Also, we merge copies which come from other rowstore source, speeding up insertion time. Also adds support for the idea of

incubator-quickstep git commit: Fix the memory leak in FastSeparateChaining hash table. [Forced Update!]

2016-10-20 Thread hbdeshmukh
Repository: incubator-quickstep Updated Branches: refs/heads/fix-fasthash-destructor d91bb29ab -> 5b2479178 (forced update) Fix the memory leak in FastSeparateChaining hash table. - Destruction of payload in hash table. - Separate phases of payload destruction of aggregation hash tables. -

incubator-quickstep git commit: Fix the memory leak in FastSeparateChaining hash table.

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/master d3a092059 -> 5b2479178 Fix the memory leak in FastSeparateChaining hash table. - Destruction of payload in hash table. - Separate phases of payload destruction of aggregation hash tables. - First the payloads will be

[2/2] incubator-quickstep git commit: ExecutionGenerator and QueryContext support for LIPFilters.

2016-10-20 Thread jianqiao
ExecutionGenerator and QueryContext support for LIPFilters. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/95f61b73 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/95f61b73

[1/2] incubator-quickstep git commit: Fix the memory leak in FastSeparateChaining hash table. [Forced Update!]

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/lip-refactor-generator fb6b2848d -> 95f61b73c (forced update) Fix the memory leak in FastSeparateChaining hash table. - Destruction of payload in hash table. - Separate phases of payload destruction of aggregation hash tables. -

[2/3] incubator-quickstep git commit: ExecutionGenerator and QueryContext support for LIPFilters.

2016-10-20 Thread jianqiao
ExecutionGenerator and QueryContext support for LIPFilters. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/b57d551c Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/b57d551c

[incubator-quickstep] Git Push Summary

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/inline-memcpy [deleted] 3fcbd5d78

[incubator-quickstep] Git Push Summary

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/LIP-for-tpch-exact-card-experiment [deleted] 36932d5ee

[incubator-quickstep] Git Push Summary

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/fix-fasthash-destructor [deleted] 5b2479178

[incubator-quickstep] Git Push Summary

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/debug-ref-count [deleted] 5f5978db9

[incubator-quickstep] Git Push Summary

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/LIP-for-tpch [deleted] e7524cbbd

incubator-quickstep git commit: Fix a bug in destroy payload

2016-10-20 Thread hbdeshmukh
Repository: incubator-quickstep Updated Branches: refs/heads/destroypayload-bugfix 5b2479178 -> a11cdfd5d Fix a bug in destroy payload - Change in pointer arithmetic now ensures that destroyPayload will be called for correct payload entry in each bucket. Project:

[incubator-quickstep] Git Push Summary

2016-10-20 Thread hbdeshmukh
Repository: incubator-quickstep Updated Branches: refs/heads/destroypayload-bugfix [created] 5b2479178

[incubator-quickstep] Git Push Summary

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/destroypayload-bugfix [deleted] a11cdfd5d

[2/2] incubator-quickstep git commit: Support for performing partitioned aggregation.

2016-10-20 Thread hbdeshmukh
Support for performing partitioned aggregation. - Used for creating a pool of hash tables such that each hash table belongs to a unique partition. - The partitioning is done on the group-by keys. - Wrote a utility function to compute composite hash of a group of TypedValues. - Added a check

[5/9] incubator-quickstep git commit: Clean up the old bloom-filter implementation which are attached to HashTables.

2016-10-20 Thread zuyuz
Clean up the old bloom-filter implementation which are attached to HashTables. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/55480d8d Tree:

[1/9] incubator-quickstep git commit: Update travis to run only 1 thread while building release version [Forced Update!]

2016-10-20 Thread zuyuz
Repository: incubator-quickstep Updated Branches: refs/heads/multiple_shiftboss a9f2ee16d -> 1dbfde87e (forced update) Update travis to run only 1 thread while building release version Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit:

[2/2] incubator-quickstep git commit: ExecutionGenerator and QueryContext support for LIPFilters.

2016-10-20 Thread jianqiao
ExecutionGenerator and QueryContext support for LIPFilters. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/be376d6b Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/be376d6b

incubator-quickstep git commit: Fix a bug in destroy payload

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/master 5b2479178 -> a11cdfd5d Fix a bug in destroy payload - Change in pointer arithmetic now ensures that destroyPayload will be called for correct payload entry in each bucket. Project:

[1/2] incubator-quickstep git commit: Fix a bug in destroy payload [Forced Update!]

2016-10-20 Thread jianqiao
Repository: incubator-quickstep Updated Branches: refs/heads/lip-refactor-generator 95f61b73c -> be376d6bf (forced update) Fix a bug in destroy payload - Change in pointer arithmetic now ensures that destroyPayload will be called for correct payload entry in each bucket. Project:

[8/9] incubator-quickstep git commit: Fix a bug in destroy payload

2016-10-20 Thread zuyuz
Fix a bug in destroy payload - Change in pointer arithmetic now ensures that destroyPayload will be called for correct payload entry in each bucket. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit:

[6/9] incubator-quickstep git commit: Refectored bulk insertion to the SplitRow store

2016-10-20 Thread zuyuz
Refectored bulk insertion to the SplitRow store The inner loop of the insert algorithm has been changed to reduce function calls to only those that are absolutely necessary. Also, we merge copies which come from other rowstore source, speeding up insertion time. Also adds support for the idea of

[3/9] incubator-quickstep git commit: Optimizer changes for the LIPFilter feature.

2016-10-20 Thread zuyuz
Optimizer changes for the LIPFilter feature. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/7a464434 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/7a464434 Diff:

[7/9] incubator-quickstep git commit: Fix the memory leak in FastSeparateChaining hash table.

2016-10-20 Thread zuyuz
Fix the memory leak in FastSeparateChaining hash table. - Destruction of payload in hash table. - Separate phases of payload destruction of aggregation hash tables. - First the payloads will be destructed by respective aggregation handles. - Second the hash table itself will be destructed. -

[9/9] incubator-quickstep git commit: Initiated query execution data structure in all Shiftbosses.

2016-10-20 Thread zuyuz
Initiated query execution data structure in all Shiftbosses. Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/1dbfde87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/1dbfde87

[2/9] incubator-quickstep git commit: Optimizer changes for the LIPFilter feature.

2016-10-20 Thread zuyuz
http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/7a464434/query_optimizer/tests/CMakeLists.txt -- diff --git a/query_optimizer/tests/CMakeLists.txt b/query_optimizer/tests/CMakeLists.txt index 597dbe0..ac4548a