lower space in fill_column_group

This commit is contained in:
renju96
2024-02-09 18:38:08 +00:00
committed by ob-robot
parent 2c7eeaf3e8
commit b5739f1905

View File

@ -88,8 +88,8 @@ struct ObDirectLoadInsertTabletWriteCtx
class ObDirectLoadInsertTabletContext
{
static const int64_t PK_CACHE_SIZE = 1000000;
static const int64_t WRITE_BATCH_SIZE = 100000;
static const int64_t PK_CACHE_SIZE = 5000000;
static const int64_t WRITE_BATCH_SIZE = 5000000;
public:
ObDirectLoadInsertTabletContext();
~ObDirectLoadInsertTabletContext();