in Education by
Before a block of data in main memory can be output to the database, all log records pertaining to data in that block must have been output to stable storage. This is (a) Read-write logging (b) Read-ahead logging (c) Write-ahead logging (d) None of the mentioned I have been asked this question during an interview for a job. My enquiry is from Buffer Management topic in chapter Recovery System of Database Management

1 Answer

0 votes
by
Correct answer is (c) Write-ahead logging For explanation: The WAL rule requires only that the undo information in the log has been output to stable storage, and it permits the redo information to be written later.

Related questions

0 votes
    ______________ policy allows multiple updates to accumulate on a block before it is output to stable storage, ... Management topic in chapter Recovery System of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    The order of log records in the stable storage ____________ as the order in which they were written to ... of Buffer Management in portion Recovery System of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    A transaction commits as soon as its commit log record is written to stable storage at the primary and ... , Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    A transaction commits as soon as its commit log record is written to stable storage at the primary site. ... , Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    A configurable ________ can be set to retain all published records in Kafka irrespective of whether they have been consumed ... (2)All the options (3)interval (4)retention period...
asked Jun 17, 2021 in Technology by JackTerrance
0 votes
    Before starting to enter data in a table, you must create the: a. Design of the table c. Database from which to ... d. All of these Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    In order to encapsulate and pass the collected log data to the output, which components must be used along with tLogCatcher? tWarn tDie tStatCatcher tAssertCatcher...
asked Mar 24, 2021 in Technology by JackTerrance
0 votes
    A major goal of the database system is to minimize the number of block transfers between the disk and ... Buffer in portion Storage and File Structures of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    I had a program working good (without prompting errors) using references, but I decided to use a pointer-to-pointer array ... that it is there because I have put two flags (cout...
asked Apr 6, 2022 in Education by JackTerrance
0 votes
    You have run the association rules algorithm on your dataset, and the two rules {banana, apple} => {grape} and {apple, ... have been found to be relevant. What else must be true?...
asked Apr 27, 2021 in Technology by JackTerrance
0 votes
    You have been assigned the task of reshaping the data wherein you have to convert the wide format data into long format data and vice versa. How will you carry out this operation?...
asked Oct 16, 2020 in Technology by JackTerrance
0 votes
    To perform logical redo or undo, the database state on disk must be operation ___________ that is, it ... Undo Operations topic in chapter Recovery System of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    ARIES uses a ___________ to identify log records, and stores it in database pages. (a) Log sequence ... , Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
...