You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, transactional key-value database engine implemented in Java. SimpleDB uses a B+ Tree for indexing, a Buffer Pool for memory management, and a Write-Ahead Log (WAL) to ensure data integrity and crash recovery.