1. If a system crash occurs, the information in the log is used in resoring the state of the updated
data items, which is accomplished with the use of the undo and redo operatinos.
2. To reduce the overhead in searching the log after a system failure has occured we can use a check point schema
2문장 해석 좀 부탁드릴게요 ~~
2022-02-17 16:51:07
1. 시스템 크래쉬(시스템이 꺼져버리는 현상)이 발생할 경우, 로그(파일)에 기록되어 있는 정보를 사용하여 변경된 데이타를 복구하는데 이러한 복구는 undo와 redo 명령을 이용하여 이루어집니다.
2. 시스템 다운발생 후 로그(파일)을 검색할 때 발생하는 overhead를 줄이기 위해서, \체크포인트 스키마\를 이용할 수 있습니다.
* 컴퓨터 전문 용어는 그대로 적었습니다.