Skip to content

Commit

Permalink
Merge pull request #2528 from ClickHouse/master
Browse files Browse the repository at this point in the history
Add clickhouse versions description
  • Loading branch information
yosifkit authored Jan 15, 2025
2 parents 3898fe8 + 9d47112 commit 078a20a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions clickhouse/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ ClickHouse works 100-1000x faster than traditional database management systems,

For more information and documentation see https://clickhouse.com/.

## Versions

- The `latest` tag points to the latest release of the latest stable branch.
- Branch tags like `22.2` point to the latest release of the corresponding branch.
- Full version tags like `22.2.3` and `22.2.3.5` point to the corresponding release.

### Compatibility

- The amd64 image requires support for [SSE3 instructions](https://en.wikipedia.org/wiki/SSE3). Virtually all x86 CPUs after 2005 support SSE3.
Expand Down

0 comments on commit 078a20a

Please sign in to comment.