FuseQuery is a Distributed SQL Query Engine at scale.
Give thanks to ClickHouse and Arrow.
- High Performance
- High Scalability
- High Reliability
Crate | Description | Status |
---|---|---|
processors | Dataflow streaming processor | WIP |
transforms | Query execution transform | WIP |
planners | Distributed plan for queries and DML statements | WIP |
optimizers | Optimizer for distributed plan | TODO |
functions | Scalar and Aggregation functions | WIP |
datablocks | Vectorized data processing unit | WIP |
datastreams | Async streaming iterators | WIP |
datasources | Interface to the fuse-store server | WIP |
distributed | Distributed scheduler and executor for planner | TODO |