mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
update comments
Signed-off-by: Duc Canh Le <duccanh.le@ahrefs.com>
This commit is contained in:
parent
6e235ad823
commit
c462d003af
@ -23,7 +23,7 @@ using StorageMetadataPtr = std::shared_ptr<const StorageInMemoryMetadata>;
|
||||
|
||||
/// 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:
|
||||
|
Loading…
Reference in New Issue
Block a user