RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      준-저장점 : 원자적 갱신을 위한 방화벽 = Mini-Savepoints: Firewall for Atomic Updates

      한글로보기

      https://www.riss.kr/link?id=A82298523

      • 0

        상세조회
      • 0

        다운로드
      서지정보 열기
      • 내보내기
      • 내책장담기
      • 공유하기
      • 오류접수

      부가정보

      국문 초록 (Abstract)

      인덱스에 명시된 유일성 제약과 널 값의 허용여부등을 비롯하여 테이블에 명시된 외래키, 칼럼 제약조건, 테이블 제약조건등의 무결성 제약조건은 인덱스의 생성을 비롯하여 테이블에 대한 레코드의 갱신연산(레코드의 삽입, 삭제와 변경)을 수행할 때 지켜져야 하며 이를 위배할 경우 그 연산은 거부되어야 한다. 본 논문은 SQL 수준의 갱신 연산의 원자성을 보장하기 위해 준-저장점(mini-savepoint)의 개념을 제안한다. 준-저장점은 SQL 수준의 각 갱신 연산을 수행하기 전에 시스템에 의해 자동으로 설정된다. 갱신 연산이 실패할 경우 트랜잭션은 준-저장점이 설정될 당시로 커서들을 원상회복하고, 준-저장점이후의 화일들의 생성및 삭제와 관련된 변동사항들을 무효화하고, 준-저장점이 설정된 이후에 기록된 취소가능한 모든 로그 레코드들을 취소하고, 준-저장점 이후에 획득한 모든 로크 엔트리들을 해제하며, 그리고 준-저장점의 표식을 삭제함으로써 자동으로 준-저장점이 설정되던 시점으로 철회한다. 갱신 연산을 성공적으로 완료할 경우 트랜잭션의 준-저장점은 준-저장점 설정이후 획득한 모든 로크 엔트리들을 최근의 저장점으로 이동시키고 준-저장점의 표식을 삭제함으로써 제거된다.
      번역하기

      인덱스에 명시된 유일성 제약과 널 값의 허용여부등을 비롯하여 테이블에 명시된 외래키, 칼럼 제약조건, 테이블 제약조건등의 무결성 제약조건은 인덱스의 생성을 비롯하여 테이블에 대한...

      인덱스에 명시된 유일성 제약과 널 값의 허용여부등을 비롯하여 테이블에 명시된 외래키, 칼럼 제약조건, 테이블 제약조건등의 무결성 제약조건은 인덱스의 생성을 비롯하여 테이블에 대한 레코드의 갱신연산(레코드의 삽입, 삭제와 변경)을 수행할 때 지켜져야 하며 이를 위배할 경우 그 연산은 거부되어야 한다. 본 논문은 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 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.
      번역하기

      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)

      • 요약
      • Abstract
      • 1. 서론
      • 2. ARIES의 중요 자료구조와 로그 관리자
      • 3. 저장점과 부분 철회
      • 요약
      • Abstract
      • 1. 서론
      • 2. ARIES의 중요 자료구조와 로그 관리자
      • 3. 저장점과 부분 철회
      • 4. 갱신 연산의 원자성
      • 5. 결론
      • 참고문헌
      • 저자소개
      더보기

      동일학술지(권/호) 다른 논문

      동일학술지 더보기

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

      유사연구자 (20) 활용도상위20명

      이 자료와 함께 이용한 RISS 자료

      나만을 위한 추천자료

      해외이동버튼