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

feat(planner): Implement cost-based optimization #7187

Merged
merged 4 commits into from
Aug 26, 2022

Conversation

leiysky
Copy link
Contributor

@leiysky leiysky commented Aug 18, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Close #6643

@vercel
Copy link

vercel bot commented Aug 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Aug 26, 2022 at 10:41AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Aug 18, 2022
@leiysky leiysky force-pushed the cbo branch 6 times, most recently from ad9fa14 to bd779cd Compare August 23, 2022 17:07
@drmingdrmer
Copy link
Member

@leiysky leiysky force-pushed the cbo branch 2 times, most recently from c77bc7d to d1dd8ad Compare August 24, 2022 04:20
@leiysky leiysky marked this pull request as ready for review August 24, 2022 05:12
@drmingdrmer
Copy link
Member

main branch is force pushed(again :(, to cleanup big object in history), update your working branch please: To everybody: main branch is force pushed. #7263

src/query/catalog/src/table.rs Outdated Show resolved Hide resolved
src/query/datavalues/src/data_value.rs Show resolved Hide resolved
@leiysky
Copy link
Contributor Author

leiysky commented Aug 26, 2022

@mergify update

@mergify
Copy link
Contributor

mergify bot commented Aug 26, 2022

update

☑️ Nothing to do

  • #commits-behind>0 [:pushpin: update requirement]
  • -closed [:pushpin: update requirement]

@mergify mergify bot merged commit a8bfe37 into databendlabs:main Aug 26, 2022
@leiysky leiysky deleted the cbo branch August 26, 2022 11:06
@BohuTANG BohuTANG mentioned this pull request Aug 26, 2022
43 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Cost-based optimization(CBO)
5 participants