Skip to content

Commit

Permalink
Merge pull request ClickHouse#1211 from DanRoscigno/add-training-links
Browse files Browse the repository at this point in the history
add training links
  • Loading branch information
DanRoscigno authored Jun 5, 2023
2 parents 86744d8 + 7736259 commit becf49a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en/guides/developer/deduplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ ClickHouse is built for speed when it comes to data insertion. The storage files
- The actual removal of duplicate rows occurs during the merging of parts
- Your queries need to allow for the possibility of duplicates

<div class='transparent-table'>

|||
|------|----|
|<img src={require('./images/Deduplication.png').default} class="image" alt="Cassandra logo" style={{width: '16rem', 'background-color': 'transparent'}}/>|ClickHouse provides free training on deduplication and many other topics. The [Deduplication training course](https://learn.clickhouse.com/visitor_catalog_class/show/1050521/?utm_source=clickhouse&utm_medium=docs) is a good place to start.|

</div>

## Options for deduplication

Deduplication is implemented in ClickHouse using the following table engines:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,13 @@ img {
font-size: 1.3rem;
}

.transparent-table table thead th, table td {
border-collapse: collapse;
background: transparent;
font-weight: normal;
border: none;
}

/* Trying to get the Vimeo video to be 100% width and height */
.vimeo-container {
--video--width: 1296;
Expand Down

0 comments on commit becf49a

Please sign in to comment.