Skip to content

Commit

Permalink
Merge pull request #2538 from jessarcher/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate paragraph
  • Loading branch information
SpencerTorres authored Jul 31, 2024
2 parents 7f87b9b + 63169a5 commit 4964d25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/en/use-cases/observability/managing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Partitioning in ClickHouse allows data to be logically separated on disk accordi

Partitioning is specified on a table when it is initially defined via the `PARTITION BY` clause. This clause can contain a SQL expression on any column/s, the results of which will define which partition a row is sent to.

Partitioning is specified on a table when it is initially defined via the `PARTITION BY` clause. This clause can contain a SQL expression on any column/s, the results of which will define which partition a row is sent to.

<img src={require('./images/observability-14.png').default}
class="image"
alt="NEEDS ALT"
Expand Down
2 changes: 0 additions & 2 deletions docs/en/use-cases/observability/schema-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -1237,8 +1237,6 @@ This schema is optimized for filtering by `ServiceName`, `SpanName`, and `Timest

The OTel collector also installs a materialized view and associated table to address this challenge. The table and view are shown below:

The OTel collector also installs a materialized view and associated table to address this challenge. The table and view are shown below:

```sql
CREATE TABLE otel_traces_trace_id_ts
(
Expand Down

0 comments on commit 4964d25

Please sign in to comment.