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

Indexing #6

Open
4 tasks
Anthony4m opened this issue Nov 14, 2024 · 1 comment
Open
4 tasks

Indexing #6

Anthony4m opened this issue Nov 14, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists good first issue Good for newcomers

Comments

@Anthony4m
Copy link
Owner

  • Implement B-tree index structure
    • Design and build the core B-tree index data structure to enable efficient lookups and range queries
  • Add index scan capabilities
    • Implement the logic to perform index-based searches and scans
  • Create index maintenance operations
    • Develop methods to handle index updates when records are inserted, updated, or deleted
  • Implement index-based join operations
    • Leverage the index structures to enable efficient execution of join queries
@Anthony4m Anthony4m added the duplicate This issue or pull request already exists label Jan 14, 2025
@Anthony4m
Copy link
Owner Author

#1 its part of this issue make sure to close when its implemented there or tick in #1 When it is implemented

@Anthony4m Anthony4m added the good first issue Good for newcomers label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant