Skip to content

Commit

Permalink
Improve word
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Apr 18, 2024
1 parent 00b7607 commit 5d3d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2024-04-17-ballista-mvp-part1/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Ballista 分布式查询引擎 - 架构总览"
date = 2024-04-17
+++

[Ballista] 是使用 Rust 编写的,基于 [Arrow] 内存模型[Datafusion] 单机查询引擎和 [Flight SQL] 网络协议实现的类似 Spark SQL 的分布式查询引擎。
[Ballista] 是使用 Rust 编写的,基于 [Arrow] 内存数据格式[Datafusion] 单机查询引擎和 [Flight SQL] 网络协议实现的类似 Spark SQL 的分布式查询引擎。

本系列主要基于 [ballista-mvp] 项目,它是从 [Ballista] 项目裁剪而来,保留其最小核心实现,方便学习,基于它来分析如何构建一个分布式查询引擎。

Expand Down

0 comments on commit 5d3d8fe

Please sign in to comment.