Before adapting the new functions to the DDL-related format of SSTable, temporarily roll back the related optimizations

This commit is contained in:
obdev
2024-02-08 11:36:51 +00:00
committed by ob-robot
parent f1b5ef6b74
commit 71f33f67f5
2 changed files with 3 additions and 2 deletions

View File

@ -455,7 +455,7 @@ private:
class ObDASDMLIterator : public common::ObNewRowIterator
{
public:
static const int64_t DEFAULT_BATCH_SIZE = 256;
static const int64_t DEFAULT_BATCH_SIZE = 1;
public:
ObDASDMLIterator(const ObDASDMLBaseCtDef *das_ctdef,
ObDASWriteBuffer &write_buffer,