You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@quickstep.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/12 11:08:20 UTC

[jira] [Commented] (QUICKSTEP-18) Allow BasicColumnStoreTupleStorageSubBlock to be unsorted

    [ https://issues.apache.org/jira/browse/QUICKSTEP-18?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15326369#comment-15326369 ] 

ASF GitHub Bot commented on QUICKSTEP-18:
-----------------------------------------

GitHub user craig-chasseur opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/27

    QUICKSTEP-18: Allow BasicColumnStoreTupleStorageSubBlock to be unsorted

    This makes sorting an optional (instead of required) property of BasicColumnStoreTupleStorageSubBlock.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/craig-chasseur/incubator-quickstep unsorted-column-store

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-quickstep/pull/27.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 #27
    
----
commit 7a490fec1717f76b7beecf5bb02e2f0760742ea9
Author: Craig Chasseur <sp...@gmail.com>
Date:   2016-06-12T11:01:17Z

    QUICKSTEP-18: Allow BasicColumnStoreTupleStorageSubBlock to be unsorted

----


> Allow BasicColumnStoreTupleStorageSubBlock to be unsorted
> ---------------------------------------------------------
>
>                 Key: QUICKSTEP-18
>                 URL: https://issues.apache.org/jira/browse/QUICKSTEP-18
>             Project: Apache Quickstep
>          Issue Type: Improvement
>          Components: Storage
>            Reporter: Craig Chasseur
>
> Thus far Quickstep has required column stores to be sorted, even though sorting is really orthogonal to the layout of attribute data in a block. BasicColumnStoreTupleStorageSubBlock should make sorting an optional, rather than a required feature.
> In the long term, it would be nice to allow any tuple store to be sorted or unsorted as we please, but doing that right will require a more extensive refactor.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)