subject

Consider the log shown below.

lsn log
00 update: t1 writes p3
10 update: t1 writes p1
20 update: t1 writes p2
30 update: t2 writes p3
40 begin checkpoint
45 end checkpoint
50 update: t3 writes p4
60 t1 commit
70 update: t3 writes p2
80 t1 end
90 update: t2 writes p1
100 t2 commit crash, restart
in this log, we store information about 3 transactions. after the log record with lsn 100, the system crashes and then we restart. we use the aries recovery algorithm discussed in chapter 18 in the book. based on that, answer the following questions:

1. what is done during the analysis phase?
2. what is done during the redo phase?
3. what is done during the undo phase?
4. show the log when recovery is complete, including all non-null prevlsn and undonextlsn values in log records.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:30
Aprovides legal protection for something an individual has created
Answers: 1
question
Computers and Technology, 22.06.2019 17:00
The two main ways in which marketers address the competition with their strategies are by satisfying a need better than a competition and by
Answers: 2
question
Computers and Technology, 23.06.2019 01:50
Create a class named majors that includes an enumeration for the six majors offered by a college as follows: acc, chem, cis, eng, his, phys. display the enumeration values for the user, then prompt the user to enter a major. display the college division in which the major falls. acc and cis are in the business division, chem and phys are in the science division, and eng and his are in the humanities division. save the file as majors.java.
Answers: 2
question
Computers and Technology, 23.06.2019 07:30
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits.now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order.finally, output thedigits in thearray.use at least two functions to organize your program.
Answers: 3
You know the right answer?
Consider the log shown below.

lsn log
00 update: t1 writes p3
10 update:...
Questions
question
Mathematics, 01.10.2019 06:50
Questions on the website: 13722363