sanpwc commented on a change in pull request #738:
URL: https://github.com/apache/ignite-3/pull/738#discussion_r832154337
##########
File path:
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/storage/InternalTableImpl.java
##########
@@ -542,6 +542,8 @@ public void subscribe(Subscriber<? super BinaryRow>
subscriber) {
private AtomicInteger scanCounter = new AtomicInteger(1);
+ private static final int INTERNAL_BATCH_SIZE = 10_000;
Review comment:
naa, not now, and I'd rather use dynamic calculation here.
--
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]