ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin 03e90cd7cf Add new metrics to system.asynchronous_metrics
The following metrics can be useful to calculate various rates (i.e.
disk/network IO rates):
- AsynchronousHeavyMetricsUpdateInterval
- AsynchronousMetricsUpdateInterval

The following had been added by analogy with the
AsynchronousMetricsCalculationTimeSpent:
- AsynchronousHeavyMetricsCalculationTimeSpent

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-02-25 21:13:15 +01:00
.github Update .github/workflows/docs_check.yml 2023-02-23 16:33:36 +01:00
base
benchmark
cmake Update version to 23.3.1.2537 2023-02-23 19:35:57 +00:00
contrib Merge pull request #46755 from HarryLeeIBM/hlee-s390x-new-libunwind 2023-02-25 00:40:06 +03:00
docker Update version_date.tsv and changelogs after v23.2.1.2537-stable 2023-02-23 19:46:46 +00:00
docs Merge pull request #46868 from DanRoscigno/add-prod-note 2023-02-25 22:47:00 +03:00
packages
programs Remove unused header 2023-02-25 03:21:14 +01:00
rust
src Add new metrics to system.asynchronous_metrics 2023-02-25 21:13:15 +01:00
tests Merge pull request #46850 from ClickHouse/add-test-45214 2023-02-25 22:56:26 +03:00
utils Merge branch 'master' into tests/expect-timeout-fixes 2023-02-24 23:07:45 +03:00
.clang-format
.clang-tidy
.editorconfig
.exrc
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitmodules
.pylintrc
.snyk
.yamllint
AUTHORS
CHANGELOG.md Edit the changelog 2023-02-24 20:45:35 +01:00
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
format_sources
LICENSE
PreLoad.cmake
README.md Updated Slack invite link 2023-02-23 15:08:51 +00:00
SECURITY.md Update version_date.tsv and changelogs after v23.2.1.2537-stable 2023-02-23 19:46:46 +00:00

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.

How To Install (Linux, macOS, FreeBSD)

curl https://clickhouse.com/ | sh
  • Official website has a quick high-level overview of ClickHouse on the main page.
  • ClickHouse Cloud ClickHouse as a service, built by the creators and maintainers.
  • 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.

Upcoming Events

  • v23.2 Release Webinar - Feb 23 - 23.2 is rapidly approaching. Original creator, co-founder, and CTO of ClickHouse Alexey Milovidov will walk us through the highlights of the release.
  • ClickHouse Meetup in Amsterdam - Mar 9 - The first ClickHouse Amsterdam Meetup of 2023 is here! 🎉 Join us for short lightning talks and long discussions. Food, drinks & good times on us.
  • ClickHouse Meetup in SF Bay Area - Mar 14 - A night to meet with ClickHouse team in the San Francisco area! Food and drink are a given...but networking is the primary focus.
  • ClickHouse Meetup in Austin - Mar 16 - The first ClickHouse Meetup in Austin is happening soon! Interested in speaking, let us know!

Recent Recordings

  • FOSDEM 2023: In the "Fast and Streaming Data" room Alexey gave a talk entitled "Building Analytical Apps With ClickHouse" that looks at the landscape of data tools, an interesting data set, and how you can interact with data quickly. Check out the recording on YouTube.
  • Recording available: v23.1 Release Webinar 23.1 is the ClickHouse New Year release. Original creator, co-founder, and CTO of ClickHouse Alexey Milovidov will walk us through the highlights of the release. Inverted indices, query cache, and so -- very -- much more.