mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 15:42:39 +00:00
ff1248cd28
* more content for F.A.Q. * more content * normalize * more content * maybe fix the docs check * absolute img urls * fix tests
18 lines
1.3 KiB
Markdown
18 lines
1.3 KiB
Markdown
---
|
||
title: "What does \u201CClickHouse\u201D mean?"
|
||
toc_hidden: true
|
||
toc_priority: 10
|
||
---
|
||
|
||
# What Does “ClickHouse” Mean? {#what-does-clickhouse-mean}
|
||
|
||
It’s a combination of “**Click**stream” and “Data ware**House**”. It comes from the original use case at Yandex.Metrica, where ClickHouse was supposed to keep records of all clicks by people from all over the Internet and it still does the job. You can read more about this use case on [ClickHouse history](../../introduction/history.md) page.
|
||
|
||
This two-part meaning has two consequences:
|
||
|
||
- The only correct way to write Click**H**ouse is with capital H.
|
||
- If you need to abbreviate it, use **CH**. For some historical reasons, abbreviating as CK is also popular in China, mostly because one of the first talks about ClickHouse in Chinese used this form.
|
||
|
||
!!! info "Fun fact"
|
||
Many years after ClickHouse got its name, this approach of combining two words that are meaningful on their own has been highlighted as the best way to name a database in a [research by Andy Pavlo](https://www.cs.cmu.edu/~pavlo/blog/2020/03/on-naming-a-database-management-system.html), an Associate Professor of Databases at Carnegie Mellon University. ClickHouse shared his “best database name of all time” award with Postgres.
|