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

Query Cost Estimation #1387

Open
wants to merge 5 commits into
base: staging
Choose a base branch
from
Open

Conversation

kslohith
Copy link
Contributor

This is the initial draft for cost estimation for queries. Ideally this should be in the optimizer module but for the time being i have added the changes to the executor module, For example when you use the explain command now the command along with returning the query plan will also return the estimated number of rows which are accessed.

HLL Diagram
Screenshot 2023-11-22 at 7 21 08 PM

@kslohith
Copy link
Contributor Author

Screenshot 2023-11-22 at 7 52 19 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant