[FEAT MERGE] incremental direct load phase I

Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
This commit is contained in:
coolfishchen
2024-04-22 09:23:47 +00:00
committed by ob-robot
parent 4d7b31b518
commit 9de65fb1d7
278 changed files with 13417 additions and 6679 deletions

View File

@ -74,7 +74,6 @@ private:
storage::ObSSStore ssstore_;
memtable::ObMemtable memtable_;
blocksstable::ObSSTable *sstable_;
storage::ObPartitionComponentFactory cp_fty_;
blocksstable::ObPartitionMeta meta_;
storage::ObPartitionStorage storage_;
blocksstable::ObDataFile data_file_;

View File

@ -25,7 +25,6 @@
#include "storage/blocksstable/ob_macro_block_marker.h"
#include "storage/blocksstable/ob_storage_cache_suite.h"
#include "storage/ob_partition_meta.h"
#include "storage/ob_partition_component_factory.h"
#include "storage/ob_partition_storage.h"
#include "storage/ob_base_storage.h"
#include "lib/stat/ob_diagnose_info.h"
@ -225,7 +224,6 @@ private:
storage::ObSSStore ssstore_;
memtable::ObMemtable memtable_;
blocksstable::ObSSTable *sstable_;
storage::ObPartitionComponentFactory cp_fty_;
blocksstable::ObPartitionMeta meta_;
storage::ObPartitionStorage *storage_;
ObRestoreSchema *restore_schema_;