ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin 767acd53fb Add ability to pass range of rows to Aggregator
v2: fix compiled aggregate functions (seek result to row_start)
v3: fix compiled aggregate functions (seek args to row_start)
v4: change signatures for JIT
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-04-29 06:57:55 +03:00
.github git, cmake, and python are already installed in ubuntu-latest runner 2022-04-25 17:29:31 -04:00
base Merge branch 'master' into speed-up-build 2022-04-22 04:34:27 +00:00
benchmark
cmake Merge remote-tracking branch 'origin/master' into clang-tidy-cleanup 2022-04-26 09:42:47 +02:00
contrib Better error message from NuRaft in case of CRC mismatch (#36746) 2022-04-28 17:19:28 +02:00
docker Make backward compatible integration tests runner 2022-04-25 21:16:02 +02:00
docs Merge pull request #36740 from Ryado/patch-1 2022-04-29 05:44:11 +03:00
packages Fix strange whitespace (or I do not know YAML) 2022-04-24 22:38:59 +02:00
programs Merge pull request #36733 from ClickHouse/maven-clickhouse 2022-04-29 00:12:53 +03:00
src Add ability to pass range of rows to Aggregator 2022-04-29 06:57:55 +03:00
tests Merge pull request #36767 from azat/clickhouse-test-compat 2022-04-29 05:42:05 +03:00
utils fix: utils/clickhouse-diagnostics/requirements.txt to reduce vulnerabilities 2022-04-28 02:30:08 +00:00
website Merge pull request #36628 from qoega/versions-history 2022-04-26 09:22:14 +03:00
.clang-format
.clang-tidy Merge pull request #36444 from rschu1ze/clang-tidy-fixes 2022-04-21 16:11:27 +02:00
.editorconfig
.gitattributes
.gitignore Add cmake page back to docs && fix /settings/settings in /zh 2022-04-24 16:47:19 -06:00
.gitmodules
.pylintrc
.vimrc
.yamllint
AUTHORS
CHANGELOG.md Preparation 2022-04-22 03:34:57 +02:00
CMakeLists.txt Merge remote-tracking branch 'origin/master' into clang-tidy-cleanup 2022-04-26 09:42:47 +02:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
format_sources
LICENSE
PreLoad.cmake
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.