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

Basic Storage Engine #1

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

Basic Storage Engine #1

Anthony4m opened this issue Nov 14, 2024 · 0 comments
Assignees

Comments

@Anthony4m
Copy link
Owner

Anthony4m commented Nov 14, 2024

  • Implement B-tree data structure
    • Design and implement the core B-tree structure to enable efficient indexing and storage of data
  • Create file storage management system
    • Develop a system for managing the storage of data files on disk, including page allocation, deallocation, and recovery
  • Design page structure for storing records
    • Define the structure and layout of individual data pages to efficiently store and retrieve records
  • Implement record serialization and deserialization
    • Implement methods to convert records to and from byte representations for storage and network transfer
Anthony4m added a commit that referenced this issue Nov 22, 2024
Anthony4m added a commit that referenced this issue Nov 22, 2024
@Anthony4m Anthony4m self-assigned this Jan 14, 2025
@Anthony4m Anthony4m reopened this Jan 14, 2025
@Anthony4m Anthony4m mentioned this issue Jan 14, 2025
4 tasks
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