forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 0
DataStreams
weijie edited this page Dec 5, 2018
·
7 revisions
- IBlockInputStream
IBlockInputStream defines the actual data execution .
- IProfilingBlockInputStream
-
MergeTreeBlockInputStream low level stream to read from merge tree table data, which depends on the
MergeTreeReaderto finish its job -
MergeTreeReadTask
CompressedReadBufferFromFile
stream to write data to merge tree storage engine table. It depends on the MergeTreeDataWriter to complete its job.