[ https://issues.apache.org/jira/browse/PHOENIX-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15840769#comment-15840769 ]
Hudson commented on PHOENIX-541: -------------------------------- SUCCESS: Integrated in Jenkins build Phoenix-master #1541 (See [https://builds.apache.org/job/Phoenix-master/1541/]) PHOENIX-541 Make mutable batch size bytes-based instead of row-based (samarth: rev a44d317e32d383c4964824448bf12dfb8ed8bfec) * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectAutoCommitIT.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/PhoenixIndexImportDirectMapper.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/util/JDBCUtil.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java * (edit) phoenix-core/src/test/java/org/apache/phoenix/util/JDBCUtilTest.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixConnection.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/tx/TxCheckpointIT.java * (edit) phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixDriverTest.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/index/ImmutableIndexIT.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/QueryMoreIT.java * (edit) phoenix-core/src/it/java/org/apache/phoenix/end2end/UpsertSelectIT.java * (edit) phoenix-core/src/main/java/org/apache/phoenix/util/PhoenixRuntime.java > Make mutable batch size bytes-based instead of row-based > -------------------------------------------------------- > > Key: PHOENIX-541 > URL: https://issues.apache.org/jira/browse/PHOENIX-541 > Project: Phoenix > Issue Type: Improvement > Affects Versions: 3.0-Release > Reporter: mujtaba > Assignee: Geoffrey Jacoby > Labels: newbie > Fix For: 4.10.0 > > Attachments: PHOENIX-541.patch, PHOENIX-541-v2.patch > > > With current configuration of row-count based mutable batch size, ideal value > for batch size is around 800 rather then current 15k when creating indexes > based on memory consumption, CPU and GC (data size: key: ~60 bytes, 14 > integer column in separate CFs) -- This message was sent by Atlassian JIRA (v6.3.4#6332)