mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
ClickHouse® is a real-time analytics DBMS
b516e5e087
Both UnionBlockInputStream and ParallelAggregatingBlockInputStream rely on ParallelInputsProcessor to do stream preparation in parallel, which seems to be absent. This patch fixes it. Fix thread unsafty issue in https://github.com/yandex/ClickHouse/pull/1516 Here is a list of inputstreams with meaningful work in readPrefix ``` IProfilingBlockInputStream AsynchronousBlockInputStream BlockInputStreamFromRowInputStream CatBoostDatasetBlockInputStream CreatingSetsBlockInputStream CSVRowInputStream DictionaryBlockInputStreamBase InputStreamFromASTInsertQuery KafkaBlockInputStream MergingAggregatedMemoryEfficientBlockInputStream RemoteBlockInputStream StorageFileBlockInputStream ``` |
||
---|---|---|
cmake | ||
contrib | ||
dbms | ||
debian | ||
docker | ||
docs | ||
libs | ||
utils | ||
website | ||
.clang-format | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.vimrc | ||
AUTHORS | ||
CHANGELOG_RU.md | ||
CHANGELOG.md | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
copy_headers.sh | ||
docker-compose.yml | ||
format_sources | ||
format.sh | ||
LICENSE | ||
MacOS.md | ||
README.md | ||
release | ||
release_lib.sh |
ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.