adplus-dvertising
frame-decoration

Question

The ___________ policy, allows the system to write modified blocks to disk even if the transactions thatmade those modifications have not all committed.

a.

Force

b.

No-force

c.

Steal

d.

No-steal

Posted under Recovery System DBMS

Answer: (c).Steal

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The ___________ policy, allows the system to write modified blocks to disk even if the transactions thatmade those modifications have not all committed.

Similar Questions

Discover Related MCQs

Q. Locks on buffer blocks are unrelated to locks used for concurrency-control of transactions, and releasing them in a non-two-phase manner does not have any implications on transaction serializability. This is

Q. The __________________ contains a list of blocks that have been updated in the database buffer.

Q. The operating system reserves space on disk for storing virtual-memory pages that are not currently in main memory; this space is called

Q. What was the name of the first commercially available microprocessor chip?

Q. The magnetic storage chip used to provide non-volatile direct access storage of data and that have no moving parts are known as

Q. Which of the following is used only for data entry and storage, and never for processing?

Q. Non-volatile storage needs to have a _________ where the loses in future can be recovered.

Q. A dump of the database contents is also referred to as an _____________ dump.

Q. ________ dump, writes out SQL DDL statements and SQL insert statements to a file, which can then be reexecuted to re-create the database.

Q. _________ dump schemes have been developed that allow transactions to be active while the dump is in progress.

Q. ARIES uses a ___________ to identify log records, and stores it in database pages.

Q. ARIES supports ___________ operations, which are physical in that the affected page is physically identified, but can be logical within the page.

Q. ______________ is used to minimize unnecessary redos during recovery.

Q. __________ scheme that records only information about dirty pages and associated information and does not even require of writing dirty pages to disk.

Q. Whenever an update operation occurs on a page, the operation stores the LSN of its log record in the _______ field of the page.

Q. There are special redo-only log records generated during transaction rollback, called _________ in ARIES.

Q. The __________________ contains a list of pages that have been updated in the database buffer.

Q. ___________ determines which transactions to undo,which pages were dirty at the time of the crash, and the LSN from which the redo pass should start.

Q. __________ starts from a position determined during analysis, and performs a redo, repeating history, to bring the database to a state it was in before the crash.

Q. ______________ rolls back all transactions that were incomplete at the time of crash.