ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin aee034a597 Use explicit template instantiation for SystemLog
- Move some code into module part to avoid dependency from IStorage in SystemLog
- Remove extra headers from SystemLog.h
- Rewrite some code that was relying on headers that was included by SystemLog.h

v2: rebase
v3: squash move into module part with explicit template instantiation
    (to make each commit self compilable after rebase)
2022-01-10 22:01:41 +03:00
.github Update CODEOWNERS 2022-01-03 02:08:36 +03:00
base Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
benchmark
cmake Fix 2021-12-31 20:53:03 +08:00
contrib Add config to enable ipv4 or ipv6. 2022-01-07 17:22:20 +08:00
debian
docker Merge pull request #33368 from ClickHouse/dotnet-integration-test 2022-01-07 08:43:52 +03:00
docs Update mongodb.md 2022-01-13 09:37:57 +03:00
programs Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
src Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
tests Restore description checking 2022-01-13 12:17:09 +01:00
utils graphite: split tagged/plain rollup rules (for merges perfomance) 2022-01-10 16:34:16 +05:00
website Add admixer blog post (#33528) 2022-01-12 00:55:32 +03:00
.clang-format
.clang-tidy
.editorconfig
.gitattributes
.gitignore
.gitmodules
.potato.yml
.pylintrc
.vimrc
.yamllint
AUTHORS
CHANGELOG.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
format_sources
LICENSE
PreLoad.cmake
README.md
release
SECURITY.md Update SECURITY.md 2022-01-04 23:40:35 +03:00
uncrustify.cfg

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 a quick high-level overview of ClickHouse on the main page.
  • Tutorial shows how to set up and query a 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 chatting 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.