ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin 6d4af3bac1 Move SquashingTransform to Interpreters (to fix split build)
clickhouse_common_io requires clickhouse_core:

    ld.lld: error: undefined symbol: DB::blocksHaveEqualStructure(DB::Block const&, DB::Block const&)
    >>> referenced by SquashingTransform.cpp:92 (/src/ch/clickhouse/src/Common/SquashingTransform.cpp:92)
    >>>               src/CMakeFiles/clickhouse_common_io.dir/Common/SquashingTransform.cpp.o:(void DB::SquashingTransform::append<DB::Block&&>(DB::Block&&))
    >>> referenced by SquashingTransform.cpp:92 (/src/ch/clickhouse/src/Common/SquashingTransform.cpp:92)
    >>>               src/CMakeFiles/clickhouse_common_io.dir/Common/SquashingTransform.cpp.o:(void DB::SquashingTransform::append<DB::Block const&>(DB::Block const&))

while clickhouse_core requires clickhouse_common_io:

    "clickhouse_core" of type SHARED_LIBRARY
      depends on "roaring" (weak)
      depends on "clickhouse_common_io" (weak)
      depends on "clickhouse_common_config" (weak)
      depends on "clickhouse_common_zookeeper" (weak)
      depends on "clickhouse_dictionaries_embedded" (weak)
      depends on "clickhouse_parsers" (weak)

Follow-up for: #30247 (cc @KochetovNicolai)
2021-10-18 10:28:36 +03:00
.github [github] we're switching to CLA based on Apache CLA 2021-09-28 10:38:53 +03:00
base Merge pull request #29586 from evillique/log_levels_update 2021-10-17 20:54:46 +03:00
benchmark Minor modification in hardware benchmark 2021-10-18 02:09:41 +03:00
cmake Remove recursive submodules 2021-10-18 02:29:04 +03:00
contrib Add RISC-V build 2021-10-17 01:23:55 +03:00
debian Add lld into Build-Depends for debian package 2021-09-25 02:18:36 +03:00
docker Remove recursive submodules 2021-10-18 02:29:04 +03:00
docs Remove recursive submodules 2021-10-18 02:29:04 +03:00
programs Merge pull request #30295 from traceon/misc-install-fixes 2021-10-17 20:55:08 +03:00
src Move SquashingTransform to Interpreters (to fix split build) 2021-10-18 10:28:36 +03:00
tests Merge pull request #29495 from ClickHouse/improvement_for_strange_mutations 2021-10-17 20:57:06 +03:00
utils Remove recursive submodules 2021-10-18 02:29:04 +03:00
website Update clickhouse-v21.10-released.md 2021-10-15 18:37:38 +03:00
.clang-format
.clang-tidy Revert "Revert "Fix tidy"" 2021-09-06 12:16:52 +03:00
.editorconfig
.gitattributes
.gitignore fix style check 2021-09-21 10:28:33 +03:00
.gitmodules Merge pull request #30012 from PaulCher/codegen_select_fuzzer_v1 2021-10-16 14:08:08 +03:00
.potato.yml
.pylintrc
.vimrc
.yamllint
AUTHORS Update AUTHORS 2021-09-22 11:38:03 +03:00
CHANGELOG.md Update CHANGELOG.md 2021-10-15 22:37:25 +03:00
CMakeLists.txt Merge pull request #30248 from ClickHouse/musl-4 2021-10-16 18:44:35 +03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Remove old CLA 2021-09-28 20:16:33 +03:00
docker-compose.yml Change Docker org name 2021-09-20 01:52:21 +03:00
format_sources
LICENSE Sync copyrights 2021-10-04 09:16:18 +03:00
PreLoad.cmake
README.md Update README.md 2021-10-12 15:38:40 +03:00
release
SECURITY.md Update SECURITY.md 2021-10-07 20:30:07 +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.