ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin 60aae56266 Link dbms w/ atomic to fix undefined reference in unbundled build
This will fix undefined reference for __atomic_load under clang10 and
unbundled build (libstdc++ shared linkage):

    clickhouse-server: symbol lookup error: /src/ch/clickhouse/.cmake/src/libclickhouse_disksd.so: undefined symbol: __atomic_load

From [1]:

  "libatomic (GNU)

   libgcc_s does not provide an implementation of an atomics library.
   Instead, GCC’s libatomic library can be used to supply these when using
   libgcc_s.

   Note

   Clang does not currently automatically link against libatomic when using
   libgcc_s. You may need to manually add -latomic to support this
   configuration when using non-native atomic operations (if you see link
   errors referring to __atomic_* functions)."

  [1]: https://clang.llvm.org/docs/Toolchain.html
2020-10-21 22:33:53 +03:00
.github
base Merge branch 'master' into filipecaixeta-master 2020-10-14 15:27:58 +03:00
benchmark
cmake Better message about build error on Mac #16072 2020-10-16 15:00:26 +03:00
contrib Avoid creating separate replxx instance 2020-10-12 23:56:29 +03:00
debian Auto version update to [20.11.1.1] [54442] 2020-10-10 18:39:58 +03:00
docker Revert "scipy" 2020-10-19 18:41:57 +03:00
docs Bump markdown from 3.2.1 to 3.3.2 in /docs/tools 2020-10-20 06:12:16 +00:00
programs Merge pull request #16158 from ClickHouse/minimal-ui 2020-10-20 11:57:56 +03:00
src Link dbms w/ atomic to fix undefined reference in unbundled build 2020-10-21 22:33:53 +03:00
tests Merge pull request #15592 from sundy-li/readonly-metrics 2020-10-20 19:17:52 +03:00
utils Merge pull request #15973 from nikitamikhaylov/db-gen-usability 2020-10-14 20:24:02 +03:00
website
.arcignore
.clang-format
.clang-tidy
.editorconfig
.gitattributes
.gitignore Fix build without libraries 2020-10-10 23:41:27 +03:00
.gitmodules
.potato.yml
.vimrc Changed tabs to spaces in editor configs and in style guide [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
AUTHORS Update AUTHORS 2020-01-23 17:36:05 +03:00
CHANGELOG.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
format_sources
LICENSE
PreLoad.cmake
README.md Update README.md 2020-10-15 09:35:20 +03:00
release
SECURITY.md
uncrustify.cfg Better .clang-format and uncrustify.cfg 2018-11-29 15:45:34 +03:00
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.
  • Yandex.Messenger channel shares announcements and useful links in Russian.
  • 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