ClickHouse® is a real-time analytics DBMS
Go to file
Nicolae Vartolomei 8b07a7f180 Store exception generated when we tried to update the queue last time
The use case is to alert when queue contains broken entries. Especially
important when ClickHouse breaks backwards compatibility between
versions and log entries written by newer versions aren't parseable by
old versions.

```
Code: 27, e.displayText() = DB::Exception: Cannot parse input: expected 'quorum: ' before: 'merge_type: 2\n'
```
2021-07-27 15:42:40 +01:00
.github Update PULL_REQUEST_TEMPLATE.md 2021-07-20 01:50:26 +03:00
base Fix history file conversion if file is empty 2021-07-20 21:00:53 +03:00
benchmark Convert to python3 (#15007) 2020-10-02 19:54:07 +03:00
cmake Revert "Auto version update to [21.9.1.7485] [54454]" 2021-07-17 13:17:33 +03:00
contrib done 2021-07-19 17:47:24 +03:00
debian Revert "Auto version update to [21.10.1.1] [54455]" 2021-07-17 13:17:30 +03:00
docker Merge pull request #26545 from Kylinrix/patch-3 2021-07-20 21:20:11 +03:00
docs Merge pull request #26527 from ka1bi4/romanzhukov-DOCSUP-11658-merge_selecting_sleep_ms 2021-07-22 13:08:43 +03:00
programs Merge pull request #25674 from amosbird/distributedreturnconnection 2021-07-22 11:04:49 +03:00
src Store exception generated when we tried to update the queue last time 2021-07-27 15:42:40 +01:00
tests Merge pull request #26684 from ClickHouse/fix-flaky-test-24 2021-07-22 15:37:38 +03:00
utils Update version_date.tsv after release 21.7.4.18 2021-07-19 14:34:22 +03:00
website [ImgBot] Optimize images 2021-07-07 19:12:16 +00:00
.arcignore
.clang-format
.clang-tidy
.editorconfig
.gitattributes Union merge for arcadia_skip_list.txt to avoid frequent conflicts 2021-03-10 08:50:32 +03:00
.gitignore Add *.log/*.stderr/*.stdout into gitignore 2021-06-08 09:14:47 +03:00
.gitmodules bump 2021-07-13 10:50:38 +00:00
.potato.yml Fix yamllint issues 2021-02-20 23:25:21 +03:00
.pylintrc Add pylintrc config 2021-01-26 23:35:56 +03:00
.vimrc
.yamllint Drop truthy.check-keys from yamllint (does not supported on CI) 2021-02-21 06:15:36 +03:00
AUTHORS
CHANGELOG.md Update CHANGELOG.md 2021-07-09 03:00:49 +03:00
CMakeLists.txt better 2021-07-13 10:50:12 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
docker-compose.yml
format_sources
LICENSE Update LICENSE 2021-01-25 17:00:13 +03:00
PreLoad.cmake Check if XCODE_IDE is true and avoid enforcing ninja in that case 2021-01-06 03:06:03 +04:00
README.md Update README.md 2021-07-21 18:44:20 +03:00
release Remove rotten parts of release script 2021-04-25 02:11:31 +03:00
SECURITY.md Update SECURITY.md (outdated long time ago) 2021-01-21 16:48:28 +03:00
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.

Upcoming Events