Skip to content

question about rust #4225

Answered by BohuTANG
LvLiangLiang-dev asked this question in Q&A
Feb 23, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Good question.
We evaluated doing Storage and Compute Disaggregated on ClickHouse and found it's hard(There is a post about it).

On the fact that all current data warehouses code-base suffer from this problem, they are not designed for cloud architectures and are difficult to maintain and grow sustainably.

So, we writing one from scratch in Rust:

  • Storage and Compute Disaggregated from day-1
  • Vectorized Execution Engine and Push&Pull-Based Processor Model
  • Elastic, Elastic, Elastic

Current amount of code is about 131293 lines(From tokei).

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@LvLiangLiang-dev
Comment options

@BohuTANG
Comment options

@LvLiangLiang-dev
Comment options

Answer selected by Xuanwo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #4224 on February 23, 2022 06:39.