Open Xuanwo opened 23 hours ago
For slow to compile
The main bottleneck appears to be the databend-query
crate itself, which contains all pipelines, functions, and interpreters.
For complex architecture
Databend is relatively simple, consisting only of databend-meta
and databend-query
. It surprises me to hear that the Databend architecture is considered complex. Perhaps there is something unclear in our documentation?
Some updates:
Summary
As the community has complained, Databend is reputed to be slow to compile and has a complex architecture.
We should definitely focus on these areas and identify opportunities for improvement.
Known Problems
Tasks
TBD, we will divide tasks after the known problems have been investigated.