ClickHouse® is a real-time analytics DBMS
Go to file
Nicolae Vartolomei b0f2f23a38 Test materialized view pushing extra columns
This test exists to prevent unintended changes to existing behaviour.

Although this behaviour might not be ideal it is can be exploited for 0-downtime changes to materialized views.

Step 1: Add new column to source table.
Step 2: Create new view reading source column.
Step 3: Swap views using `RENAME TABLE`.
Step 4: Add new column to destination table as well.
2019-10-20 10:26:44 +01:00
.github Update PULL_REQUEST_TEMPLATE.md 2019-10-04 18:07:50 +03:00
cmake Enable musl and jemalloc for arm. 2019-10-14 00:06:54 +08:00
contrib Merge pull request #7388 from amosbird/ubunaligned 2019-10-19 06:21:20 +03:00
dbms Test materialized view pushing extra columns 2019-10-20 10:26:44 +01:00
debian Make sure dh_clean not touch source files 2019-10-09 04:34:21 +08:00
docker Fix path to config in docker images 2019-10-10 13:26:57 +03:00
docs DOCS-8299: Added a link with metrics for system.metrics in RU docs (#7379) 2019-10-18 12:25:56 +03:00
libs Enable musl and jemalloc for arm. 2019-10-14 00:06:54 +08:00
utils Wait for jobs to finish on exception (fixes rare segfaults) (#7350) 2019-10-17 17:41:27 +03:00
website CLICKHOUSE-4669: some product placement (#7148) 2019-09-30 11:47:01 +03:00
.clang-format Fix style 2018-12-10 18:50:58 +03:00
.editorconfig Changed tabs to spaces in editor configs and in style guide [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
.gitattributes Better stats on github [#METR-20000]. 2016-05-04 18:03:17 +03:00
.gitignore Added .yaspellerrc 2019-10-14 13:34:27 +03:00
.gitlab-ci.yml fix ci 2018-02-06 13:13:44 +03:00
.gitmodules Replace libsparsehash with sparsehash-c11 2019-09-18 00:08:20 +03:00
.vimrc Changed tabs to spaces in editor configs and in style guide [#CLICKHOUSE-3]. 2017-04-01 11:35:09 +03:00
AUTHORS CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
CHANGELOG.md Update CHANGELOG.md 2019-10-09 02:15:51 +03:00
CMakeLists.txt Enable musl and jemalloc for arm. 2019-10-14 00:06:54 +08:00
CONTRIBUTING.md Grammatical mistake 2019-10-09 14:30:04 +05:30
docker-compose.yml Updated docker-compose.yml #1025 2017-07-26 20:05:32 +03:00
format_sources allow several <graphite> targets (#603) 2017-03-21 23:08:09 +04:00
LICENSE Duplicate copyright 2019-07-04 15:03:43 +03:00
PreLoad.cmake Disable ninja for CLion 2019-09-11 10:23:20 +03:00
README.md Remove link to (almost) past meetup 2019-10-09 14:36:55 +03:00
release Initial fuzzing support with libfuzzer 2019-09-22 13:34:09 +03:00
SECURITY.md Changed repository URL 2019-09-23 19:18:19 +03:00
uncrustify.cfg Better .clang-format and uncrustify.cfg 2018-11-29 15:45:34 +03: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.

  • 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.
  • Blog contains various ClickHouse-related articles, as well as announces and reports about events.
  • 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