ClickHouse® is a real-time analytics DBMS
Go to file
Azat Khuzhin 99b18d31db Update gdb to 15.1 (by compiling from sources)
Right now there are couple of gdb bugs that makes CI unstable:
- https://sourceware.org/bugzilla/show_bug.cgi?id=29185
- https://bugzilla.redhat.com/show_bug.cgi?id=1492496

But ubuntu 22.04 does not have 14+ anywhere, the
~ubuntu-toolchain-r/test contains only gdb 13, so there is no other
options except for compiling it from sources.

But there also other reasons to update it - optimizations, looks like
older gdb versions does not use index fully - 5.6sec vs 56sec:

    # 15.1
    $ time command gdb -batch -ex 'disas main' clickhouse
    ...
    real    0m5.692s
    user    0m29.948s
    sys     0m1.190s

    # 12.1 (from ubuntu 22.04)
    real    0m56.709s
    user    0m59.307s
    sys     0m0.585s

Also note, that we cannot compile gdb in the fasttest (that contains
compiler) since some images does not includes full toolchain, for
instance gdb is added in the following images:
- test-util -> test-base -> lots of other images (no toolchain)
- performance-comparison (no toolchain)
- integration-test (no toolchain)
- integration-tests-runner (no toolchain)

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-06 16:25:56 +02:00
.github CI: CheckReadyForMerge fixes 2024-08-05 20:41:16 +02:00
base Support true UUID type for MongoDB engine 2024-08-03 23:51:41 +02:00
benchmark Remove old file 2022-07-12 20:28:02 +02:00
cmake cherry on top of this cake 2024-07-27 21:24:13 +01:00
contrib Bump rocksdb to v8.9.1 2024-08-05 08:11:40 +00:00
docker Update gdb to 15.1 (by compiling from sources) 2024-08-06 16:25:56 +02:00
docs Update version_date.tsv and changelogs after v24.6.3.95-stable 2024-08-06 12:54:27 +00:00
packages Merge pull request #60650 from peter279k/improve_init_script 2024-05-29 11:36:00 +00:00
programs Merge pull request #66457 from AVMusorin/add-play-now-param 2024-08-06 00:50:51 +00:00
rust Do not clear terminal after skim suggestions 2024-05-02 10:02:06 +02:00
src Merge pull request #67389 from ClickHouse/pr-all-connection-failed 2024-08-06 11:37:23 +00:00
tests Merge pull request #67822 from ClickHouse/fix-bad-test-03032_redundant_equals 2024-08-06 12:01:31 +00:00
utils Update version_date.tsv and changelogs after v24.6.3.95-stable 2024-08-06 12:54:27 +00:00
.clang-format Stop clang-format trying to remove branches in for loops 2024-05-06 20:58:22 +02:00
.clang-tidy Allow to run clang-tidy with clang-19 2024-07-17 02:08:37 +02:00
.clangd Enable few slow clang-tidy checks for clangd 2023-05-13 14:08:25 +02:00
.editorconfig Do not remove trailing space in *.reference test files (by modern IDEs) by adding it to .editorconfig 2024-06-05 22:55:59 +02:00
.exrc Fix vim settings (wrong group for autocmd) 2022-12-03 21:23:24 +01:00
.git-blame-ignore-revs Add one more revision to ignore 2024-07-14 20:57:02 +02:00
.gitattributes avoid conflicts in SettingsChangesHistory 2024-07-03 15:25:12 +02:00
.gitignore xray: add global xray instrumentation support 2024-05-29 17:33:21 +03:00
.gitmodules Fixes 2024-07-26 09:20:15 +02:00
.snyk Add exclusions from the Snyk scan 2022-10-31 17:47:02 +01:00
.yamllint move Check Descriptions to commit_status_helper 2024-08-05 13:18:37 +02:00
AUTHORS Update AUTHORS 2021-09-22 11:38:03 +03:00
CHANGELOG.md Merge remote-tracking branch 'origin/master' into nojs 2024-08-05 19:53:53 +00:00
CMakeLists.txt Use -Og instead of -O0 for debug builds 2024-07-02 01:11:44 +00:00
CODE_OF_CONDUCT.md Add minimal code of conduct #9676 2020-03-16 12:44:28 +03:00
CONTRIBUTING.md Mention ClickHouse CLA in CONTRIBUTING.md (#32697) 2021-12-14 03:47:19 +03:00
format_sources allow several <graphite> targets (#603) 2017-03-21 23:08:09 +04:00
LICENSE Update License 2024-01-01 15:54:00 +01:00
PreLoad.cmake Initial support for loongarch64 2024-05-14 07:45:26 +00:00
pyproject.toml add automerge prs step 2024-08-01 21:18:14 +02:00
README.md Update README.md 2024-08-01 16:48:19 +02:00
SECURITY.md Update version_date.tsv and changelogs after v24.7.1.2915-stable 2024-07-30 19:20:52 +00:00

Website Apache 2.0 License

The ClickHouse company logo.

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 (github.dev) with syntax highlighting, powered by github.dev.
  • Contacts can help to get your questions answered if there are any.

Monthly Release & Community Call

Every month we get together with the community (users, contributors, customers, those interested in learning more about ClickHouse) to discuss what is coming in the latest release. If you are interested in sharing what you've built on ClickHouse, let us know.

Upcoming Events

Keep an eye out for upcoming meetups and events around the world. Somewhere else you want us to be? Please feel free to reach out to tyler <at> clickhouse <dot> com. You can also peruse ClickHouse Events for a list of all upcoming trainings, meetups, speaking engagements, etc.

  • MORE COMING SOON!

Recent Recordings

  • Recent Meetup Videos: Meetup Playlist Whenever possible recordings of the ClickHouse Community Meetups are edited and presented as individual talks. Current featuring "Modern SQL in 2023", "Fast, Concurrent, and Consistent Asynchronous INSERTS in ClickHouse", and "Full-Text Indices: Design and Experiments"
  • Recording available: v24.4 Release Call All the features of 24.4, one convenient video! Watch it now!

Interested in joining ClickHouse and making it your full-time job?

We are a globally diverse and distributed team, united behind a common goal of creating industry-leading, real-time analytics. Here, you will have an opportunity to solve some of the most cutting-edge technical challenges and have direct ownership of your work and vision. If you are a contributor by nature, a thinker and a doer - well definitely click!

Check out our current openings here: https://clickhouse.com/company/careers

Can't find what you are looking for, but want to let us know you are interested in joining ClickHouse? Email careers@clickhouse.com!