You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/18 15:55:12 UTC

[jira] [Commented] (ASTERIXDB-1455) Load of large records needs to grow buffer more efficiently

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

ASF subversion and git services commented on ASTERIXDB-1455:
------------------------------------------------------------

Commit 5e12266374b24227bb726870ff93b44e07382443 in incubator-asterixdb's branch refs/heads/master from [~mblow]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb.git;h=5e12266 ]

ASTERIXDB-1455: Scale CharRecord Buffer Expansions

Reading a 30 MB record requires > 1500 buffer reallocations when increasing by
a fixed amount.  Updated to scale up the buffer increases to reduce the number
of reallocations in case of large records.

Change-Id: I4822b2a78e1f411de94d2c717523df6b2b4a381e
Reviewed-on: https://asterix-gerrit.ics.uci.edu/861
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: abdullah alamoudi <ba...@gmail.com>


> Load of large records needs to grow buffer more efficiently
> -----------------------------------------------------------
>
>                 Key: ASTERIXDB-1455
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1455
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Michael Blow
>            Assignee: Michael Blow
>
> Reading a 30 MB record requires > 1500 buffer reallocations when increasing buffer size by a small fixed amount (2k) on each expansion cycle.
> This should be updated to scale up the buffer increases to reduce the number of reallocations.



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