ClickHouse® is a real-time analytics DBMS
Go to file
Kevin Michel 13db65f47c
Fix ReplicatedAccessStorage shutdown without startup
If ReplicatedAccessStorage startup was not executing or if it
failed before completing (for instance when ZooKeeper was not configured),
its destructor would call shutdown and try to join a missing thread.
2021-09-26 19:50:29 +02:00
.github
base Merge pull request #28888 from azat/mysql-in-fix 2021-09-18 15:53:40 +03:00
benchmark
cmake Merge branch 'master' into ccache-fix 2021-09-16 18:53:24 +00:00
contrib Merge pull request #28759 from nikitamikhaylov/enable-gcc-11 2021-09-12 15:56:57 +03:00
debian Merge pull request #28759 from nikitamikhaylov/enable-gcc-11 2021-09-12 15:56:57 +03:00
docker Merge pull request #28046 from syominsergey/fix-build-clang-13-2 2021-09-13 12:11:38 +03:00
docs Merge pull request #28952 from fuzzERot/h3-functions 2021-09-18 14:27:11 +03:00
programs Merge pull request #28888 from azat/mysql-in-fix 2021-09-18 15:53:40 +03:00
src Fix ReplicatedAccessStorage shutdown without startup 2021-09-26 19:50:29 +02:00
tests Update clickhouse-test 2021-09-19 01:05:17 +03:00
utils Update version_date.tsv after release 21.7.10.4 2021-09-18 11:46:19 +03:00
website [website] move js around (#29152) 2021-09-18 10:49:15 +03:00
.arcignore
.clang-format
.clang-tidy Revert "Revert "Fix tidy"" 2021-09-06 12:16:52 +03:00
.editorconfig
.gitattributes
.gitignore
.gitmodules Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
.potato.yml
.pylintrc
.vimrc
.yamllint
AUTHORS
CHANGELOG.md Update CHANGELOG.md 2021-09-09 00:34:45 +03:00
CMakeLists.txt better flag check 2021-09-15 12:26:27 +08: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.