Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: TiFlash是从Clickhouse什么版本fork出来的?
We have submitted some optimizations for ClickHouse to the main branch of ClickHouse, and we also want to port these optimizations to TiFlash. However, after looking at the code structure, the differences are quite significant. Do you know which version of ClickHouse TiFlash was forked from?
The code structure is very different.
It’s a very early version, probably CH 1.1, and indeed the differences are significant; it has long since forked.
shawnyan@centos7:~$ tiup tiflash client --host 127.0.0.1
...
ClickHouse client version 1.1.54381.
Connecting to 127.0.0.1:9000.
Connected to ClickHouse server version 1.1.54381.
The structure has been reorganized, and the overall style is different, so there are definitely significant differences.
I saw that the promotional images used earlier were from ClickHouse. 
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.