From c462d003af0293b2ffaf0de701cd98a099532b9b Mon Sep 17 00:00:00 2001 From: Duc Canh Le Date: Wed, 1 May 2024 02:11:02 +0000 Subject: [PATCH] update comments Signed-off-by: Duc Canh Le --- src/Storages/RocksDB/EmbeddedRocksDBBulkSink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storages/RocksDB/EmbeddedRocksDBBulkSink.h b/src/Storages/RocksDB/EmbeddedRocksDBBulkSink.h index e3ca2013154..19ce1e3b83e 100644 --- a/src/Storages/RocksDB/EmbeddedRocksDBBulkSink.h +++ b/src/Storages/RocksDB/EmbeddedRocksDBBulkSink.h @@ -23,7 +23,7 @@ using StorageMetadataPtr = std::shared_ptr; /// Optimized for bulk importing into StorageEmbeddedRocksDB: /// 1. No mem-table: an SST file is built from chunk, then import to rocksdb -/// 2. Overlap compute and IO: one thread prepare rocksdb data from chunk, and another thread to write the data to SST file +/// 2. Squash chunks to reduce the number of SST files class EmbeddedRocksDBBulkSink : public SinkToStorage, public WithContext { public: