mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 12:01:58 +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:
|
/// Optimized for bulk importing into StorageEmbeddedRocksDB:
|
||||||
/// 1. No mem-table: an SST file is built from chunk, then import to rocksdb
|
/// 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
|
class EmbeddedRocksDBBulkSink : public SinkToStorage, public WithContext
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user