fuyou001 commented on code in PR #8739:
URL: https://github.com/apache/rocketmq/pull/8739#discussion_r1772841977
##########
store/src/main/java/org/apache/rocketmq/store/queue/RocksDBConsumeQueueStore.java:
##########
@@ -55,7 +55,7 @@ public class RocksDBConsumeQueueStore extends
AbstractConsumeQueueStore {
public static final byte CTRL_1 = '\u0001';
public static final byte CTRL_2 = '\u0002';
- private static final int BATCH_SIZE = 16;
+ private static final int BATCH_SIZE = 1;
Review Comment:
The impact of performance?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]