You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/27 13:34:46 UTC

[jira] [Commented] (TAJO-1738) Improve off-heap RowBlock

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

ASF GitHub Bot commented on TAJO-1738:
--------------------------------------

GitHub user jinossy opened a pull request:

    https://github.com/apache/tajo/pull/712

    TAJO-1738: Improve off-heap RowBlock

    

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

    $ git pull https://github.com/jinossy/tajo TAJO-1738

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

    https://github.com/apache/tajo/pull/712.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 #712
    
----
commit 10023af3cdb3e476ce8f97ad93a949dc07c1eef8
Author: Jinho Kim <jh...@apache.org>
Date:   2015-08-27T11:30:11Z

    TAJO-1738: Improve off-heap RowBlock

----


> Improve off-heap RowBlock
> -------------------------
>
>                 Key: TAJO-1738
>                 URL: https://issues.apache.org/jira/browse/TAJO-1738
>             Project: Tajo
>          Issue Type: New Feature
>          Components: Storage
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>
> OffHeapRowBlock was added by TAJO-907. but it does not support memory pooling.
> We already use the Netty PooledByteBufAllocator to DelimitedTextFile.  and we can easy to add the implementation by PooledByteBufAllocator



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