ClickHouse® is a real-time analytics DBMS
Go to file
Igor Nikonov 838a6c6f61 Column declaration: [NOT] NULL right after type
+ fixed: data_type_default_nullable=true, it didn't make columns nullable
         if the column declaration contains default expression w/o type

Issue #37229
2022-05-23 22:03:45 +00:00
.github Fix publishing of content.clickhouse.com 2022-05-23 11:50:02 +02:00
base Merge pull request #37300 from ClickHouse/cmake-cleanup-pt3 2022-05-20 10:02:36 +02:00
benchmark Add benchmark script for testing clouds 2022-05-09 04:05:32 +02:00
cmake Merge pull request #37379 from azat/fix-debug-symbols 2022-05-22 00:19:34 +03:00
contrib Merge pull request #37013 from mnutt/hashid 2022-05-21 17:14:54 -04:00
docker Merge pull request #37441 from ClickHouse/website-content 2022-05-23 12:51:14 +02:00
docs Merge pull request #37441 from ClickHouse/website-content 2022-05-23 12:51:14 +02:00
packages
programs Merge pull request #37300 from ClickHouse/cmake-cleanup-pt3 2022-05-20 10:02:36 +02:00
src Column declaration: [NOT] NULL right after type 2022-05-23 22:03:45 +00:00
tests Column declaration: [NOT] NULL right after type 2022-05-23 22:03:45 +00:00
tools/clickhouse-diagnostics Style fixes 2022-04-29 09:21:05 +01:00
utils Minor change 2022-05-22 22:33:41 +02:00
website Remove trash 2022-05-22 21:45:42 +02:00
.clang-format
.clang-tidy Merge pull request #37347 from ClickHouse/disable-readability-identifier-length 2022-05-20 09:04:59 +02:00
.editorconfig
.gitattributes
.gitignore
.gitmodules Update .gitmodules 2022-05-19 01:14:27 -04:00
.pylintrc
.vimrc
.yamllint
AUTHORS Update AUTHORS 2021-09-22 11:38:03 +03:00
CHANGELOG.md Update CHANGELOG.md 2022-05-20 02:22:09 +03:00
CMakeLists.txt Cosmetics 2022-05-15 16:07:10 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
format_sources
LICENSE
PreLoad.cmake Relax cmake check for CFLAGS/CXXFLAGS/LDFLAGS 2022-05-03 14:59:03 +03:00
README.md
SECURITY.md

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 a quick high-level overview of ClickHouse on the main page.
  • Tutorial shows how to set up and query a 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 chatting with ClickHouse users in real-time.
  • Blog contains various ClickHouse-related articles, as well as announcements and reports about events.
  • Code Browser (Woboq) with syntax highlight and navigation.
  • Code Browser (github.dev) with syntax highlight, powered by github.dev.
  • Contacts can help to get your questions answered if there are any.