ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin b8614de64a Fix DISTINCT for Distributed and optimize_skip_unused_shards
In case of optimize_skip_unused_shards the getQueryProcessingStage() can
return QueryProcessingStage::WithMergeableState because the whole
cluster has multiple nodes, but optimize_skip_unused_shards can trim it
to 1 and in this case we need final merge that won't be done with
QueryProcessingStage::WithMergeableState only with
QueryProcessingStage::Complete.
2020-03-24 11:07:09 +03:00
.github
base Fix glibc compatibility 2020-03-23 19:51:06 +03:00
cmake
contrib
dbms Fix DISTINCT for Distributed and optimize_skip_unused_shards 2020-03-24 11:07:09 +03:00
debian
docker Merge pull request #9819 from ClickHouse/aku/perf-comparison 2020-03-24 03:11:48 +03:00
docs Merge pull request #9815 from ClickHouse/taiyang-li-pr_add_auc 2020-03-24 09:36:13 +03:00
utils
website Added results from Piotr Maśko 2020-03-23 15:06:07 +03:00
.clang-format
.clang-tidy Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
.editorconfig
.gitattributes
.gitignore
.gitlab-ci.yml
.gitmodules
.potato.yml
.vimrc
AUTHORS
CHANGELOG.md Update CHANGELOG.md 2020-03-23 18:28:05 +03:00
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
format_sources
LICENSE
PreLoad.cmake
README.md
release
SECURITY.md
uncrustify.cfg
ya.make

ClickHouse — open source distributed column-oriented DBMS

ClickHouse is an open-source column-oriented database management system that allows generating analytical data reports in real time.

  • Official website has quick high-level overview of ClickHouse on main page.
  • Tutorial shows how to set up and query small ClickHouse cluster.
  • Documentation provides more in-depth information.
  • YouTube channel has a lot of content about ClickHouse in video format.
  • Slack and Telegram allow to chat with ClickHouse users in real-time.
  • Blog contains various ClickHouse-related articles, as well as announces and reports about events.
  • Contacts can help to get your questions answered if there are any.
  • You can also fill this form to meet Yandex ClickHouse team in person.

Upcoming Events