ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin 66f254c8b3 Account total_rows_approx as soon as possible
Before total_rows_approx was accounted only on first read from that
source (and each part is a source), so in case of MergeTree and
max_threads=1 it can take sometime until it will be incremented.
2021-05-27 02:14:01 +03:00
.github
base Merge pull request #21858 from BoloniniD/yaml-cfg 2021-05-22 10:29:51 +03:00
benchmark
cmake Updated submodule to llvm12 2021-05-22 15:22:38 +03:00
contrib Updated submodule to llvm12 2021-05-22 15:22:38 +03:00
debian
docker Merge pull request #24049 from ClickHouse/aku/perf-unstable 2021-05-24 12:59:12 +03:00
docs Merge pull request #24409 from BoloniniD/yaml-cfg-docs 2021-05-24 03:51:47 +03:00
programs Fix YAML lint 2021-05-24 06:57:56 +03:00
src Account total_rows_approx as soon as possible 2021-05-27 02:14:01 +03:00
tests Account total_rows_approx as soon as possible 2021-05-27 02:14:01 +03:00
utils Merge pull request #24030 from kitaisreal/submodule-llvm-project 2021-05-23 16:27:56 +03:00
website
.arcignore
.clang-format Fixed wrong code around Memory Profiler 2020-03-03 03:24:44 +03:00
.clang-tidy
.editorconfig Changed tabs to spaces in editor configs and in style guide [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
.gitattributes
.gitignore
.gitmodules
.potato.yml
.pylintrc
.vimrc
.yamllint
AUTHORS
CHANGELOG.md
CMakeLists.txt Merge pull request #24030 from kitaisreal/submodule-llvm-project 2021-05-23 16:27:56 +03:00
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 announcements and reports about events.
  • Code Browser with syntax highlight and navigation.
  • 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.