인덱스에 명시된 유일성 제약과 널 값의 허용여부등을 비롯하여 테이블에 명시된 외래키, 칼럼 제약조건, 테이블 제약조건등의 무결성 제약조건은 인덱스의 생성을 비롯하여 테이블에 대한...
http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=A82298523
1996
Korean
004
학술저널
1122-1134(13쪽)
0
상세조회0
다운로드국문 초록 (Abstract)
인덱스에 명시된 유일성 제약과 널 값의 허용여부등을 비롯하여 테이블에 명시된 외래키, 칼럼 제약조건, 테이블 제약조건등의 무결성 제약조건은 인덱스의 생성을 비롯하여 테이블에 대한...
인덱스에 명시된 유일성 제약과 널 값의 허용여부등을 비롯하여 테이블에 명시된 외래키, 칼럼 제약조건, 테이블 제약조건등의 무결성 제약조건은 인덱스의 생성을 비롯하여 테이블에 대한 레코드의 갱신연산(레코드의 삽입, 삭제와 변경)을 수행할 때 지켜져야 하며 이를 위배할 경우 그 연산은 거부되어야 한다. 본 논문은 SQL 수준의 갱신 연산의 원자성을 보장하기 위해 준-저장점(mini-savepoint)의 개념을 제안한다. 준-저장점은 SQL 수준의 각 갱신 연산을 수행하기 전에 시스템에 의해 자동으로 설정된다. 갱신 연산이 실패할 경우 트랜잭션은 준-저장점이 설정될 당시로 커서들을 원상회복하고, 준-저장점이후의 화일들의 생성및 삭제와 관련된 변동사항들을 무효화하고, 준-저장점이 설정된 이후에 기록된 취소가능한 모든 로그 레코드들을 취소하고, 준-저장점 이후에 획득한 모든 로크 엔트리들을 해제하며, 그리고 준-저장점의 표식을 삭제함으로써 자동으로 준-저장점이 설정되던 시점으로 철회한다. 갱신 연산을 성공적으로 완료할 경우 트랜잭션의 준-저장점은 준-저장점 설정이후 획득한 모든 로크 엔트리들을 최근의 저장점으로 이동시키고 준-저장점의 표식을 삭제함으로써 제거된다.
다국어 초록 (Multilingual Abstract)
In addition to uniqueness constraints and NULL value constraints that could be defined on indexes, integrity constraints such as foreign key constraints, column constraints and table constraints should be kept upon creation of indexes and also upon is...
In addition to uniqueness constraints and NULL value constraints that could be defined on indexes, integrity constraints such as foreign key constraints, column constraints and table constraints should be kept upon creation of indexes and also upon issuing an update operation on records (insertion, deletion and modification of records). Once the constraints are violated, the corresponding operations should be rejected. We propose the concept of mini-savepoint for preserving the atomicity of a single update operation of the SQL level. A mini-savepoint is set up by the system before each update operation of the SQL level. Upon failure of the update operation, the transaction is rolled back to the set up state of the mim-savepoint automatically by restoring cursors that are open at the time of setting up the mini-savepoint, nullifying the information of files that are created and/or destroyed after the set up of the mini-savepoint, undoing all the undoable logs that are recorded after the set up of the mini-savepoint, releasing all the lock entries that are held after the mini-savepoint and removing the mark for the mini-savepoint. Upon successful completion of the update operation, the mini-savepoint of the transaction is erased by moving all the lock entries that are held after the set up of the mini-savepoint to the latest savepoint and also by removing the mark for the mini-savepoint.
목차 (Table of Contents)