Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build end-to-end data flow #85

Open
jiangzhe opened this issue Mar 11, 2022 · 0 comments
Open

Build end-to-end data flow #85

jiangzhe opened this issue Mar 11, 2022 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@jiangzhe
Copy link
Owner

jiangzhe commented Mar 11, 2022

As draft version of join reorder algorithm is done, the plan module should work with fake cost model and cardinality estimations.
To implement the estimator and cost model, the underlying storage and execution layers are required.
I decided to build a MVP(Minimal Viable Product) end-to-end data flow first.
The initial version will include:

  1. A read-only block-based storage.
  2. An async executor.
  3. A command line tool to execute single query.
@jiangzhe jiangzhe added the feature New feature or request label Mar 11, 2022
@jiangzhe jiangzhe self-assigned this Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant