RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      다수 데이타베이스에서 동시성제어 기법의 성능 = Performance of Concurrency Control Methods in Multidatabase Systems

      한글로보기

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

      • 0

        상세조회
      • 0

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

      부가정보

      국문 초록 (Abstract)

      본 논문에서는 다수데이타베이스(multidatabase: MDBS)를 위한의동시성제어 기법의 성능에 대하여 설명한다. 일반적인 중앙 집중형 데이타베이스와 동질의 분산데이타베이스 시스템에서와 마찬가지로 MDBS에서 거래 처리의 성능은 전역 직렬성의 보장과 전역 교착상태의 해결 이 두 가지 처리 요인에 의해 영향을 받는다. 그러나 앞의 두 가지 형태의 데이티베이스에 반하여 MDBS에서의 동시성제어기법의 성능은 쉽게 예측되지를 않는다. 그 이유는 MDBS의 전역 거래 관리자는 전역 거래의 부거래를 실행할 때 완전치 않는 정보에 의존할 수 밖에 없다는 사실 때문이다. 비록 전역 직렬성 보장과 교착상태에 관한 많은 논의가 있어왔으며 많은 기법이 제안되었지만, 제안된 기법들에 대한 성능 평가는 아직 이루어지지 못하였다. 따라서, 본 논문에서는 MDBS을 위해 제안된 동시성 제어 기법에 대한 성능과 관련된 쟁점들을 고찰하고자 하며 이를 위하여 우선 각각의 제안된 알고리즘을 구현하기 쉽도록 일반적인 모의실험 모형을 개발하였으며 개발된 모의실험 환경을 이용하여 두가지 동시성제어 기법에 대한 성능 평가를 하였다. 본 논문에서는 독립적인 지역데이타베이스 위에 여러개의 모듈들을 첨가함으로써 실제로 MDBS가 구현되는 형태로 모의실험 모형을 개발하였다. 그렇게 함으로써 제안된 알고리즘들을 보다 실질적인 전산 환경하에서 평가를 할 수 있었다.
      번역하기

      본 논문에서는 다수데이타베이스(multidatabase: MDBS)를 위한의동시성제어 기법의 성능에 대하여 설명한다. 일반적인 중앙 집중형 데이타베이스와 동질의 분산데이타베이스 시스템에서와 마찬...

      본 논문에서는 다수데이타베이스(multidatabase: MDBS)를 위한의동시성제어 기법의 성능에 대하여 설명한다. 일반적인 중앙 집중형 데이타베이스와 동질의 분산데이타베이스 시스템에서와 마찬가지로 MDBS에서 거래 처리의 성능은 전역 직렬성의 보장과 전역 교착상태의 해결 이 두 가지 처리 요인에 의해 영향을 받는다. 그러나 앞의 두 가지 형태의 데이티베이스에 반하여 MDBS에서의 동시성제어기법의 성능은 쉽게 예측되지를 않는다. 그 이유는 MDBS의 전역 거래 관리자는 전역 거래의 부거래를 실행할 때 완전치 않는 정보에 의존할 수 밖에 없다는 사실 때문이다. 비록 전역 직렬성 보장과 교착상태에 관한 많은 논의가 있어왔으며 많은 기법이 제안되었지만, 제안된 기법들에 대한 성능 평가는 아직 이루어지지 못하였다. 따라서, 본 논문에서는 MDBS을 위해 제안된 동시성 제어 기법에 대한 성능과 관련된 쟁점들을 고찰하고자 하며 이를 위하여 우선 각각의 제안된 알고리즘을 구현하기 쉽도록 일반적인 모의실험 모형을 개발하였으며 개발된 모의실험 환경을 이용하여 두가지 동시성제어 기법에 대한 성능 평가를 하였다. 본 논문에서는 독립적인 지역데이타베이스 위에 여러개의 모듈들을 첨가함으로써 실제로 MDBS가 구현되는 형태로 모의실험 모형을 개발하였다. 그렇게 함으로써 제안된 알고리즘들을 보다 실질적인 전산 환경하에서 평가를 할 수 있었다.

      더보기

      다국어 초록 (Multilingual Abstract)

      In this paper, we present a simulation study on the performance of concurrency control methods in multidatabase system (MDBS). As in both centralized database system and homogeneous distributed database system, the performance of transaction processing in MDBS is profoundly affected by two major processing factors: ensuring global serializability and resolving global deadlocks. In contrast to conventional database system types, however, the performance of concurrency control algorithms in MDBS can not be easily predictable due to the fact that the global transaction manager in MDBS depends on incomplete information about the global subtransactions' execution. Even though the global serializability issue and the deadlock problems are well understood and many algorithms have been proposed, it is noticeable that the performance tradeoffs of those algorithms are not yet understood. In this respect, to address issues about the performance of concurrency control algorithms in an MDBS, we first developed a generic simulation model which can easily be tailored when implementing proposed algorithms. We evaluated two concurrency control algorithms under the common simulation framework. In particular, by adding modules on the top of complete set of LDBSs incrementally, we developed a simulation model in a realistic way that an actual MDBS might be built. In such a way, we can evaluate the performance of proposed algorithms under the realistic computational environment.
      번역하기

      In this paper, we present a simulation study on the performance of concurrency control methods in multidatabase system (MDBS). As in both centralized database system and homogeneous distributed database system, the performance of transaction processin...

      In this paper, we present a simulation study on the performance of concurrency control methods in multidatabase system (MDBS). As in both centralized database system and homogeneous distributed database system, the performance of transaction processing in MDBS is profoundly affected by two major processing factors: ensuring global serializability and resolving global deadlocks. In contrast to conventional database system types, however, the performance of concurrency control algorithms in MDBS can not be easily predictable due to the fact that the global transaction manager in MDBS depends on incomplete information about the global subtransactions' execution. Even though the global serializability issue and the deadlock problems are well understood and many algorithms have been proposed, it is noticeable that the performance tradeoffs of those algorithms are not yet understood. In this respect, to address issues about the performance of concurrency control algorithms in an MDBS, we first developed a generic simulation model which can easily be tailored when implementing proposed algorithms. We evaluated two concurrency control algorithms under the common simulation framework. In particular, by adding modules on the top of complete set of LDBSs incrementally, we developed a simulation model in a realistic way that an actual MDBS might be built. In such a way, we can evaluate the performance of proposed algorithms under the realistic computational environment.

      더보기

      목차 (Table of Contents)

      • 요약
      • Abstract
      • 1. 서론
      • 2. MDBS 거래처래 모형 및 모의실험 모형
      • 3. MDBS의 동시성 제어 기법
      • 요약
      • Abstract
      • 1. 서론
      • 2. MDBS 거래처래 모형 및 모의실험 모형
      • 3. MDBS의 동시성 제어 기법
      • 4. 모의실험 및 실험결과
      • 5. 결론 및 향후 연구
      • 참고문헌
      • 저자소개
      더보기

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

      동일학술지 더보기

      더보기

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

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

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

      나만을 위한 추천자료

      해외이동버튼