[FEAT MERGE] implement Medium Compaction & adaptive Compaction Strategy

This commit is contained in:
obdev
2022-12-19 13:26:58 +00:00
committed by ob-robot
parent 5c19d8c8c7
commit c94062401a
177 changed files with 12721 additions and 3494 deletions

View File

@ -220,11 +220,3 @@ void ObSSTableMergeInfo::dump_info(const char *msg)
FLOG_INFO("dump merge info", K(msg), K(output_row_per_s), K(new_macro_KB_per_s), K(*this));
}
ObMergeChecksumInfo::ObMergeChecksumInfo()
: column_checksums_(NULL),
increment_column_checksums_(NULL),
concurrent_cnt_(0),
column_count_(0)
{
}