[FEAT MERGE] log4100 branch
Co-authored-by: tino247 <tino247@126.com> Co-authored-by: BinChenn <binchenn.bc@gmail.com> Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
This commit is contained in:
@ -52,7 +52,10 @@ private:
|
||||
int fetch_next_batch();
|
||||
|
||||
private:
|
||||
static const int64_t BATCH_FETCH_COUNT = 100;
|
||||
// Keep BATCH_FETCH_COUNT consistent with MAX_BATCH_COUNT in ob_tablet_checksum_operator.h for efficiency.
|
||||
// E.g., if BATCH_FETCH_COUNT = 100 and MAX_BATCH_COUNT = 99, then it will launch two query in fetch_next_batch.
|
||||
// The second query only get one row, which is inefficient.
|
||||
static const int64_t BATCH_FETCH_COUNT = 99;
|
||||
|
||||
bool is_inited_;
|
||||
uint64_t tenant_id_;
|
||||
|
||||
Reference in New Issue
Block a user