Skip to content

Commit

Permalink
remove prefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
yuz10 committed Sep 29, 2024
1 parent 382e09f commit 0fb7f4f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,6 @@ public ReferredIterator<CqUnit> iterateFrom(final long startIndex) {
long maxCqOffset = getMaxOffsetInQueue();
if (startIndex < maxCqOffset) {
int num = pullNum(startIndex, maxCqOffset);
if (num <= 16) {
return iterateFrom0(startIndex, num);
}
return new LargeRocksDBConsumeQueueIterator(startIndex, num);
}
} catch (RocksDBException e) {
Expand Down

0 comments on commit 0fb7f4f

Please sign in to comment.