Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 678 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 678 Bytes

lostdb

Developing a high-performance, disk-based database system utilizing B-Tree indexing for efficient data storage and retrieval. The system ensures data persistence, dynamic node allocation, and optimized memory management, designed to handle large datasets with minimal overhead and maximal query efficiency.

Todo

  • Data Access Layer
  • FreeList implementation
  • Meta Data
  • BTree Structure
  • BTree Persistence
  • BTree Functions
  • BTree Balancing
  • Transactions(ACID)
  • Isolation
  • Locks
  • Package