InterviewSolution
Saved Bookmarks
| 1. |
Files that support log disks are called as ________(a) Logging file systems(b) Jorte File Systems(c) Journaling File Systems(d) Channelizing File SystemsThe question was asked by my college director while I was bunking the class.I want to ask this question from Magnetic Disk and Flash Storage topic in portion Storage and File Structure of RDBMS |
|
Answer» RIGHT answer is (c) Journaling File Systems The explanation: Files that support log DISKS are CALLED as Journaling File Systems. Journaling file systems can be implemented without a separate log disk, KEEPING the DATA and the log on the same disk. |
|