mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Don't fix parallel formatting
This commit is contained in:
parent
89a1b9c5b3
commit
0d39d26a34
@ -14,7 +14,6 @@
|
||||
#include <Poco/URI.h>
|
||||
#include <Common/Exception.h>
|
||||
#include <Common/KnownObjectNames.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <boost/algorithm/string/case_conv.hpp>
|
||||
|
@ -33,13 +33,11 @@ namespace ErrorCodes
|
||||
* Then, another thread add temporary buffers into a "real" WriteBuffer.
|
||||
*
|
||||
* Formatters
|
||||
* | | | | | | | | | |
|
||||
* v v v v v v v v v v
|
||||
* |---|---|---|---|---|---|---|---|---|---|
|
||||
* | 1 | 2 | 3 | 4 | 5 | . | . | . | . | N | <-- Processing units
|
||||
* |---|---|---|---|---|---|---|---|---|---|
|
||||
* ^ ^
|
||||
* | |
|
||||
* ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
|
||||
* ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
|
||||
* | 1 | 2 | 3 | 4 | 5 | . | . | . | . | N | ← Processing units
|
||||
* └───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
|
||||
* ↑ ↑
|
||||
* Collector addChunk
|
||||
*
|
||||
* There is a container of ProcessingUnits - internal entity, storing a Chunk to format,
|
||||
|
Loading…
Reference in New Issue
Block a user