/DatabaseRecovery

Initial Commit

Primary LanguageJava

ABOUT PROJECT
==================

Database Recovery program takes into input the files which contain the logs of the database state before the crash happens.

The goal of the program is to read the log, redo and commit the changes to disk from memory before the commit state, and undo all the uncommitted changes.

How to run the program:

Please look into the updated documentation, page 1, for instructions on how to run the program.