RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      명시적 시간 사건을 처리하는 시간사건 관리자의 설계 및 구현 = Design and Implementation of Temporal Event Manager for Processing Explicit Temporal Events

      한글로보기

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

      • 0

        상세조회
      • 0

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

      부가정보

      국문 초록 (Abstract)

      본 논문에서는, 관계형 데이타베이스상에서 시간사건 개념을 지원할 수 있도록 시간능동규칙 정의문을 확장하고 이를 처리해주는 시간사건 관리자를 설계하고 구현하였다.
      확장된 시간사건은 기본 시간사건과 복합사건으로 구분하였다. 기본 시간사건은 절대시간 사건과 사건수식어 PRE와 POST를 가지는 데이타베이스 연산사건을 명세할 수 있도록 하였다. 복합 시간사건은REL, P1, P2, A1, 및 A2사건연산자를 사용하여 상대시간 사건, 주기사건 및 비주기사건을 명세할 수 있도록 하였다.
      명세된 시간 사건들은 시간사건 관리자에 의해 처리되도록 하였다. 시간사건 관리자는 전처리기와 시간사건 탐지기로 구성되었다. 전처리기는 파서, 데이타베이스연산 사건 변환기, 그리고 규칙 생성기로 구성되었다. 시간사건 탐지기는 초기화 모듈, 절대시간 사건탐지기, 데이타베이스 연산 사건탐지기, 복합사건탐지기 및 트랜잭션 관리기로 구성되었다. 이 시간사건 관리자는 확장 관계형 능동데이타베이스인 Posrgres Y4.2 상에서 수행되는 전위시스템으로 구현하였다.
      번역하기

      본 논문에서는, 관계형 데이타베이스상에서 시간사건 개념을 지원할 수 있도록 시간능동규칙 정의문을 확장하고 이를 처리해주는 시간사건 관리자를 설계하고 구현하였다. 확장된 시간사...

      본 논문에서는, 관계형 데이타베이스상에서 시간사건 개념을 지원할 수 있도록 시간능동규칙 정의문을 확장하고 이를 처리해주는 시간사건 관리자를 설계하고 구현하였다.
      확장된 시간사건은 기본 시간사건과 복합사건으로 구분하였다. 기본 시간사건은 절대시간 사건과 사건수식어 PRE와 POST를 가지는 데이타베이스 연산사건을 명세할 수 있도록 하였다. 복합 시간사건은REL, P1, P2, A1, 및 A2사건연산자를 사용하여 상대시간 사건, 주기사건 및 비주기사건을 명세할 수 있도록 하였다.
      명세된 시간 사건들은 시간사건 관리자에 의해 처리되도록 하였다. 시간사건 관리자는 전처리기와 시간사건 탐지기로 구성되었다. 전처리기는 파서, 데이타베이스연산 사건 변환기, 그리고 규칙 생성기로 구성되었다. 시간사건 탐지기는 초기화 모듈, 절대시간 사건탐지기, 데이타베이스 연산 사건탐지기, 복합사건탐지기 및 트랜잭션 관리기로 구성되었다. 이 시간사건 관리자는 확장 관계형 능동데이타베이스인 Posrgres Y4.2 상에서 수행되는 전위시스템으로 구현하였다.

      더보기

      다국어 초록 (Multilingual Abstract)

      In this paper, we extended the temporal active rule definition to support temporal event concepts on the relational database systems, and designed and implemented the Temporal Event Manager to generate and detect temporal events, and trigger the corresponding actions.
      Temporal events are classified into primitive temporal events and composite events. Primitive temporal events are defined as absoute-time events and database operation events with event modifier, PRE or POST. Composite events are defined as relative time events, periodic events, and aperiodic events by using event operators such as REL, P1, P2, A1, and A2.
      The defined temporal events are processed by Temporal Event Manager which consists of Preprocessor and Temporal Event Detector. Preprocessor consists of parser, database operation event converter, and rule generator. Temporal Event Detector consists of initializer, absolute-time event detector, database operation event detector, composite event detector, and transaction manager.
      Temporal Event Detector has been implemented as a front-end system running on the extended relational active database system, Postgres v4.2.
      번역하기

      In this paper, we extended the temporal active rule definition to support temporal event concepts on the relational database systems, and designed and implemented the Temporal Event Manager to generate and detect temporal events, and trigger the corre...

      In this paper, we extended the temporal active rule definition to support temporal event concepts on the relational database systems, and designed and implemented the Temporal Event Manager to generate and detect temporal events, and trigger the corresponding actions.
      Temporal events are classified into primitive temporal events and composite events. Primitive temporal events are defined as absoute-time events and database operation events with event modifier, PRE or POST. Composite events are defined as relative time events, periodic events, and aperiodic events by using event operators such as REL, P1, P2, A1, and A2.
      The defined temporal events are processed by Temporal Event Manager which consists of Preprocessor and Temporal Event Detector. Preprocessor consists of parser, database operation event converter, and rule generator. Temporal Event Detector consists of initializer, absolute-time event detector, database operation event detector, composite event detector, and transaction manager.
      Temporal Event Detector has been implemented as a front-end system running on the extended relational active database system, Postgres v4.2.

      더보기

      목차 (Table of Contents)

      • 요약
      • Abstract
      • 1. 서론
      • 2. Postgres 능동 데이타베이스 시스템
      • 3. 시간사건 명세 및 확장
      • 요약
      • Abstract
      • 1. 서론
      • 2. Postgres 능동 데이타베이스 시스템
      • 3. 시간사건 명세 및 확장
      • 4. 시간사건 관리자의 설계 및 구현
      • 5. 관련 연구와의 비교
      • 6. 결론
      • 참고문헌
      • 부록
      • 저자소개
      더보기

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

      분석정보

      View

      상세정보조회

      0

      Usage

      원문다운로드

      0

      대출신청

      0

      복사신청

      0

      EDDS신청

      0

      동일 주제 내 활용도 TOP

      더보기

      주제

      연도별 연구동향

      연도별 활용동향

      연관논문

      연구자 네트워크맵

      공동연구자 (7)

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

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

      나만을 위한 추천자료

      해외이동버튼