Databases have tables and indexes stored in files. As you create rows, the database system writes to data pages in memory which is then written to data files on disk. There is a problem though, what happens if you lose power half-way through writing to the file? As the database starts back up we have corrupted files.Continue reading “What happens when databases crash?”

You must be logged in to post a comment.