ClickHouse® is a real-time analytics DBMS
Go to file
Vasily Nemkov e0d85ffd1d Allow casting Tuple as Map.
SELECT CAST(([1, 2, 3], ['1', '2', 'foo']), 'Map(UInt8, String)') AS map
2020-10-28 12:41:11 +03:00
.github
base
benchmark
cmake Merge pull request #11844 from Enmk/AES_encrypt_decrypt 2020-10-20 22:57:35 +03:00
contrib
debian Merge branch 'master' into simplify-init-script 2020-10-20 21:08:42 +03:00
docker Merge pull request #16238 from ClickHouse/stateless_test_flaky_check 2020-10-22 07:05:47 +03:00
docs Merge pull request #16105 from azat/allow_nondeterministic_optimize_skip_unused_shards 2020-10-21 00:16:26 +03:00
programs Merge pull request #14135 from ClickHouse/simplify-init-script 2020-10-21 03:37:50 +03:00
src Allow casting Tuple as Map. 2020-10-28 12:41:11 +03:00
tests Support MergeTree Engine 2020-10-23 16:36:17 +08:00
utils
website
.arcignore
.clang-format
.clang-tidy Enable clang-tidy for programs and utils 2020-05-18 04:19:50 +03:00
.editorconfig
.gitattributes
.gitignore
.gitmodules
.potato.yml
.vimrc
AUTHORS
CHANGELOG.md
CMakeLists.txt
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.
  • 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