Hello Jenkins,

I'd like you to reexamine a change.  Please visit

    https://asterix-gerrit.ics.uci.edu/1376

to look at the new patch set (#2).

Change subject: ASTERIXDB-1746: no excessive new byte[] allocation during a 
record build
......................................................................

ASTERIXDB-1746: no excessive new byte[] allocation during a record build

 - During a record write using RecordBuilder.write(), it allocates two new 
byte[]
   using toByteArray() method. We can replace it to getByteArray() method and
   this reduces a lot of new byte[] allocation.

Change-Id: Ibdbc6314abd72d2a93978da49ea406c3c38731d2
---
M 
asterixdb/asterix-om/src/main/java/org/apache/asterix/builders/RecordBuilder.java
M 
hyracks-fullstack/hyracks/hyracks-data/hyracks-data-std/src/main/java/org/apache/hyracks/data/std/util/ByteArrayAccessibleOutputStream.java
2 files changed, 11 insertions(+), 5 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/76/1376/2
-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1376
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibdbc6314abd72d2a93978da49ea406c3c38731d2
Gerrit-PatchSet: 2
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Taewoo Kim <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>

Reply via email to