Skip to content

Commit 67c50b8

Browse files
authored
Merge pull request #4912 from ClickHouse/docs_update
Docs: fix typos
2 parents 564e563 + bdb2a89 commit 67c50b8

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/about-us/history.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ As of April 2014, Yandex.Metrica was tracking about 12 billion events (page view
1919
## Usage in Yandex.Metrica and other Yandex services {#usage-in-yandex-metrica-and-other-yandex-services}
2020

2121
ClickHouse serves multiple purposes in Yandex.Metrica.
22-
Its main task is to build reports in online mode using non-aggregated data. It uses a cluster of 374 servers, which store over 20.3 trillion rows in the database. The volume of compressed data is about 2 PB, without accounting for duplicates and replicas. The volume of uncompressed data (in TSV format) would be approximately 17 PB.
22+
Its main task is to build reports in online mode using non-aggregated data.
23+
It uses a cluster of 374 servers, which store over 20.3 trillion rows in the database.
24+
The volume of compressed data is about 2 PB, without accounting for duplicates and replicas.
25+
The volume of uncompressed data (in TSV format) would be approximately 17 PB.
2326

2427
ClickHouse also plays a key role in the following processes:
2528

@@ -29,13 +32,13 @@ ClickHouse also plays a key role in the following processes:
2932
- Running queries for debugging the Yandex.Metrica engine.
3033
- Analyzing logs from the API and the user interface.
3134

32-
Nowadays, there are a multiple dozen ClickHouse installations in other Yandex services and departments: search verticals, e-commerce, advertisement, business analytics, mobile development, personal services, and others.
35+
Nowadays, there are multiple dozen ClickHouse installations in other Yandex services and departments: search verticals, e-commerce, advertisement, business analytics, mobile development, personal services, and others.
3336

3437
## Aggregated and non-aggregated data {#aggregated-and-non-aggregated-data}
3538

3639
There is a widespread opinion that to calculate statistics effectively, you must aggregate data since this reduces the volume of data.
3740

38-
However data aggregation comes with a lot of limitations:
41+
However, data aggregation comes with a lot of limitations:
3942

4043
- You must have a pre-defined list of required reports.
4144
- The user can't make custom reports.

0 commit comments

Comments
 (0)