Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 295 Bytes

File metadata and controls

4 lines (4 loc) · 295 Bytes

DatabaseImplementation

• Built an in-memory transactional Database Manager System in Java • The DBMS ensured Atomicity Consistency Isolation and in-memory Durability across all transactions • Implemented fine-grained locking on database rows to guarantee improved concurrent performance