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

SQL Parser and Query Planning #4

Open
4 tasks
Anthony4m opened this issue Nov 14, 2024 · 0 comments
Open
4 tasks

SQL Parser and Query Planning #4

Anthony4m opened this issue Nov 14, 2024 · 0 comments

Comments

@Anthony4m
Copy link
Owner

  • Implement SQL parser (SELECT, INSERT, UPDATE, DELETE)
    • Write a parser that can understand and represent the structure of common SQL statements
  • Create basic query optimizer
    • Implement an optimizer that can generate efficient query execution plans based on simple cost models
  • Build cost-based plan selection
    • Enhance the optimizer to choose plans based on estimated costs, taking into account factors like index availability
  • Implement basic index selection
    • Add logic to the optimizer to determine when using an index would be beneficial for a given query
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

No branches or pull requests

1 participant