ClickHouse® is a real-time analytics DBMS
Go to file
Kevin Michel e33a2bf7bc
Add ReplicatedAccessStorage
This stores Access Entities in ZooKeeper and replicates them across an entire cluster.

This can be enabled by using the following configuration :

    <user_directories>
        <replicated>
            <zookeeper_path>/clickhouse/access/</zookeeper_path>
        </replicated>
    </user_directories>
2021-08-18 00:00:18 +02:00
.github Update 50_build-issue.md 2021-08-03 14:43:56 +03:00
base Update BaseDaemon.cpp 2021-07-30 09:21:03 +03:00
benchmark Benchmark script fix 2021-07-29 13:02:10 +03:00
cmake Add an ability to build ClickHouse without NLP functions 2021-07-30 16:30:30 +03:00
contrib Try update contrib/zlib-ng 2021-08-06 18:03:05 +03:00
debian Revert "Auto version update to [21.10.1.1] [54455]" 2021-07-17 13:17:30 +03:00
docker Update Dockerfile 2021-08-06 18:12:36 +03:00
docs Add ReplicatedAccessStorage 2021-08-18 00:00:18 +02:00
programs Merge pull request #27222 from ClickHouse/aku/fuzzer-reconnect 2021-08-06 17:14:16 +03:00
src Add ReplicatedAccessStorage 2021-08-18 00:00:18 +02:00
tests Add ReplicatedAccessStorage 2021-08-18 00:00:18 +02:00
utils Update version_date.tsv after release 21.7.6.39 2021-08-06 13:30:49 +03:00
website Cut some unknown garbage from bootstrap.css #27047 2021-08-01 00:04:35 +03:00
.arcignore
.clang-format
.clang-tidy
.editorconfig
.gitattributes
.gitignore
.gitmodules Merge branch 'master' into evillique-nlp 2021-07-30 13:03:10 +03:00
.potato.yml
.pylintrc
.vimrc
.yamllint
AUTHORS
CHANGELOG.md
CMakeLists.txt Add an ability to build ClickHouse without NLP functions 2021-07-30 16:30:30 +03:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
format_sources
LICENSE
PreLoad.cmake
README.md Remove past event 2021-07-24 16:36:26 +03:00
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.