Build your own S3-Select in 400 lines of Rust
https://blog.xiangpeng.systems/posts/build-s3-select/
S3-Select 其实很简单,但把这一整套流程搞清楚并且用最小实现讲出来却不容易。Code 来自 LiquidCache (把 15k行压缩到了 400行)
第一次写 tutorial,不是很熟练,希望大家喜欢!
(感觉讲了太多细节,对 DataFusion 不熟悉的朋友可能会感到 overwhelmed)
https://blog.xiangpeng.systems/posts/build-s3-select/
S3-Select 其实很简单,但把这一整套流程搞清楚并且用最小实现讲出来却不容易。Code 来自 LiquidCache (把 15k行压缩到了 400行)
第一次写 tutorial,不是很熟练,希望大家喜欢!
(感觉讲了太多细节,对 DataFusion 不熟悉的朋友可能会感到 overwhelmed)