• 제목/요약/키워드: Shared Database

검색결과 190건 처리시간 0.022초

병렬 데이타베이스 컴퓨터 구조의 성능 분석 (Performance Analysis of Parallel Database Machine Architectures)

  • 이용규
    • 한국정보처리학회논문지
    • /
    • 제5권4호
    • /
    • pp.873-882
    • /
    • 1998
  • 현재 병렬 데이타베이스 컴퓨터가 광범위하고 성공적으로 활용되고 있다. 이의 구조로는 주기억 장치와 디스크를 공유하지 않는 구조, 두가지를 모두 공유하는 구조, 디스크만을 공유하는 구조, 그리고 절충형 구조 등의 네가지 구조가 있다. 이 논문에서는 데이타베이스 컴퓨터 구조의 성능을 비교 분석하기 위하여 데이타베이스 컴퓨터 구조를 추상적인 모형으로 정의하고, 각각의 모형에 대하여 절충형 해쉬 조인 연산의 수행시간을 수식화한 성능식을 구하여 여러 가지 데이타베이스 컴퓨터 구조 모형의 수행시간을 비교 분석한다.

  • PDF

웹 기반 그룹 협동 시스템에서 동기화된 협동을 지원하기 위한 능동형 웹 서버 설계 (A Design of the Active Web Server Supporting Synchronous Collaboration in the Web-Based Group Collaboration Systems)

  • 허순영;배경일
    • 한국데이타베이스학회:학술대회논문집
    • /
    • 한국데이타베이스학회 1999년도 춘계공동학술대회: 지식경영과 지식공학
    • /
    • pp.95-102
    • /
    • 1999
  • The web-based group collaborative systems are emerging as enterprise-wide information systems. Since data in group collaborative systems are apt to be shared among multiple concurrent users and modified simutaneously by them, the web-based group collaborative systems must support synchronous collaboration in order to provide users with synchronized and consistent views of shared data. This Paper proposes an active web server which can facilitate synchronous collaboration in web-based group collaborative systems. To accomplish such a goal, the active web server manages dependency relationships between shared data and web browsers referencing them and actively propagates changing details of the shared data to all web browsers referencing them. And, this paper examines usefullness and effectiveness of the active web server to apply it to the ball-bearing design example of concurrent engineering design systems. The prototype system of the active web server is developed on a commercial Object-oriented Database Management System (ODBMS) called OBJECTSTORE using the C++ programming language.

  • PDF

분산 환경에서 그룹시스템에서의 객체 일관성 유지를 위한 체계의 개발 (Development of an Object Consistency Maintenance Framework for Group Systems in Distributed Computing Environments)

  • 허순영;김형민
    • Asia pacific journal of information systems
    • /
    • 제8권3호
    • /
    • pp.21-36
    • /
    • 1998
  • Group collaborative systems are recently emerging to support a group of users engaged in common tasks such as group decision making, engineering design, or collaborative writing. Simultaneously, as communications networks and distributed database systems become core underlying architecture of the organization, the need of collaborative systems are gaining more attentions from industry. In such collaborative systems, as the shared objects may evolve constantly or change for operational purposes, providing the users with synchronized and consistent views of the shared object and maintaining the consistency between shared object and replicated objects are important to improve the overall productivity. This paper provides an change management framework for the group collaborative systems to facilitate managing dependency relationships between shared objects and dependents, and coordinating change and propagation activities in distributed computing environments. Specifically, the framework adopts an object-oriented database paradigm and presents several object constructs capturing dependency management and change notification mechanisms. And the proposed framework accommodates both persistent dependents such as replicated data and transient dependents such as various user views in a single formalism. A prototype system is developed on a commercial object-oriented database management system called OBJECTSTORE using the C++ programming language.

  • PDF

형상 패턴 인식을 이용한 설계자료의 자동 탐색 (An Automated Search for Design Database by Shape Pattern Recognition)

  • 차주헌
    • 한국정밀공학회:학술대회논문집
    • /
    • 한국정밀공학회 1996년도 춘계학술대회 논문집
    • /
    • pp.670-674
    • /
    • 1996
  • In automated search of a design database to support mechanical design, it is necessaryto recognize a shape pattern which represents a design object. This paper introduces the concept of a surface relation graph (SRG) for recognizing shape patterns from a 3D boundary representation scheme of a solid model(a B-rep model). In SRG, the nodes and arcs correspond to the faces and edges shared by two adjacent faces, respectively. An attribute assigned to an arc is given by an integer which discriminates the relationship between two adjacent faces. The + sign of the integer represents the geometric convexity of the solid, and the -sign the concivity at the shared edge. The input shape is recognized by comparison with the predefined features which are subgraphs of the SRG. A hierarchyof the database for upporting the design is presented. A search for the design database is also discussed. The usefulness of this method is illustrated by some application results.

  • PDF

공유 디스크 클러스터에서 버퍼 고체 알고리즘의 성능 평가 (Performance Evaluation of Disk Replacement Algorithms in a Shared Cluster)

  • 조행래
    • 한국정보과학회논문지:데이타베이스
    • /
    • 제35권6호
    • /
    • pp.469-480
    • /
    • 2008
  • 공유 디스크(Shared Disk: SD) 클러스터는 온라인 트랜잭션 처리를 위해 다수 개의 처리 노드들을 연동하는 방식으로, 모든 노드는 디스크 계층에서 데이터 베이스를 공유한다. 빈번한 디스크 액세스를 피하기 위하여 각 노드는 자신의 메모리 버퍼에 최근에 액세스한 페이지들을 캐싱한다. 이때 동일한 페이지가 여러 노드의 메모리 버퍼에 동시에 캐싱될 수 있으므로 각 노드가 최신의 내용을 액세스하기 위해서는 캐싱된 페이지의 일관성이 유지되어야 한다. SD 클러스터에서 기존에 제안된 대부분의 캐쉬 일관성 기법들은 버퍼 교체 알고리즘으로 LRU를 가정하였다. 이와는 달리 본 논문에서는 SD 클러스터의 특징을 고려한 네 가지의 버퍼 교체 알고리즘들을 제안하고 성능을 평가한다. 클러스터 구성과 데이터베이스 부하를 다양하게 변경하면서 실험을 수행하였고, 제안한 알고리즘은 LRU에 비해 최대 5배까지 성능이 향상됨을 확인할 수 있었다.

mobilePOST SMSC(Short Message Service Center)에서의 향상된 메시지 저장 기법 (Advanced Message Storing Method on mobilePOST SMSC)

  • 송병권
    • 한국철도학회논문집
    • /
    • 제11권2호
    • /
    • pp.126-138
    • /
    • 2008
  • 논문은 CDMA(Code Division Multiple Access)기반의 mobilePOST SMSC(Short Message Service Center) 플랫폼에서 고성능 단문메시지 처리를 위한 향상된 메시지 저장 기법에 관한 것이다. 본 논문에서 제 안한 메시지 저장 방법은 i)단문 메시지의 전송 성능을 극대화하기 위하여 시스템 내부 프로세스들간에 공유 메모리 방식을 이용하였고, ii)시스템이 불안정하거나 초기화되었을 때 분실될 가능성이 있는 공유메모리에 존재하는 단문메시지를 파일 시스템에 복사하고 또한 iii)단문메시지의 전송이 완료된 후 과금처리 및 기타 관리를 위하여 공유메모리에 존재하는 단문메시지를 관계형 데이터베이스로 저장하는 3가지 방식을 사용하였다.

연방 데이터베이스 시스템 기반의 CALS 통합 데이터베이스 구현 연구 (A Research of CALS Integrated Database Based on Federated Database Systems)

  • 우훈식;윤선희;정승욱;문희철
    • 산업경영시스템학회지
    • /
    • 제21권47호
    • /
    • pp.139-148
    • /
    • 1998
  • CALS IDB (Integrated database) is one of core technologies that embodies the principle of a shared data environment for the life cycle related data in CALS environment. In this study, to successfully share the data, we first classified the data types employed in the CALS environment and then discussed the data heterogeneity issued in data integration processes. To effectively solve this heterogeneity, we proposed the federated database systems as a candidate system especially focusing on the major functions and core element technologies.

  • PDF

전자상거래의 DB처리를 위한 웹 서비스 구현 (Implementation of Web Service for the E_Commerce Database Processing)

  • 황하응;김정홍;이상조
    • 한국컴퓨터정보학회논문지
    • /
    • 제7권4호
    • /
    • pp.168-173
    • /
    • 2002
  • 인터넷 서비스의 급속한 발전으로 전자 상거래의 이용규모가 해마다 증가하고 있다. 이에 따라 소프트웨어 개발비용을 줄이고 자료구축을 용이하게 함으로서 전자상거래의 활성화를 유도하는 방안이 요구된다. 인터넷 기반의 분산기술을 적용한 웹 서비스는 소프트웨어의 공유를 통해 개발비용을 줄이는 기반을 제공한다. 공유된 소프트웨어는 동일 자료에 접근하게 함으로서 서로 다른 사이트에서 공동의 자료를 참조할 수 있게 한다. 본 고에서는 전자상거래를 위한 데이터베이스 처리 모듈을 웹 서비스로 설계 및 구현함으로서 전자상거래 사이트 개발을 용이하게 하고 데이터베이스를 공유할 수 있도록 하였다. 구현된 웹 서비스는 개발자간에 자료의 선택 수정 추가 삭제 및 검색 기능을 지원하며, 서로 다른 사이트간에 상품정보의 공동 활용이 가능함을 보였다.

  • PDF

Product Database Modeling for Collaborative Product Development

  • Do, Nam-Chul;Kim, Hyun;Kim, Hyoung-Sun;Lee, Jae-Yeol;Lee, Joo-Haeng
    • 한국전자거래학회:학술대회논문집
    • /
    • 한국전자거래학회 2001년도 International Conference CALS/EC KOREA
    • /
    • pp.591-596
    • /
    • 2001
  • To deliver new products to market in a due time, companies often develop their products with numerous partners distributed around the world. Internet technologies can provide a cheap and efficient basis of collaborative product development among distributed partners. This paper provides a framework and its product database model that can support consistent product data during collaborative product development. This framework consists of four components for representing consistent product structure: the product configuration, assembly structure, multiple representations and engineering changes. A product database model realizing the framework is designed and implemented as a system that supports collaborative works in the areas of product design and technical publication. The system enables participating designers and technical publishers to complete their tasks with shared and consistent product data. It also manages the propagation of engineering changes among different representations for individual participants. The Web technologies introduced in this system enable participants to easily access and operate shared product data in a standardized and distributed computing environment.

  • PDF

공유 데이터베이스 시스템의 신뢰도 모델링 (Reliability Modeling of Shared Database System)

  • 노철우;김티나;강지형
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국해양정보통신학회 2005년도 춘계종합학술대회
    • /
    • pp.189-192
    • /
    • 2005
  • 본 논문에서는 병렬 데이터베이스 아키텍처로 널리 사용되고 있는 공유 데이터베이스 시스템에 대하여 각 구성요소에 대한 고장을 고려한 신뢰도 모델을 모델링 한다. 각 구성요소인 데이터베이스, 메모리, 프로세서, 버스는 개별적으로 고장이 날 수 있으며, 복구 모델을 이용하여 복구 될 수 있다. 시스템이 동작하는 한 복구가 가능하며, 데이터베이스가 고장 나거나, 시스템 구성요소인 프로세서, 메모리, 버스가 하나라도 고장 나면 전체 시스템이 다운되는 것으로 가정한다. 이러한 고장 및 복구조건을 고려한 시스템의 신뢰도 분석을 페트리 네트의 확장 모델이며 모델링 기능이 풍부한 마르코프 reward 모델을 이용하여 수행한다. Stochastic Reward Net(SRN)이 갖고 있는 variable cardinality, enabling 함수, 시간천이 우선순위 등의 기능을 이용하여 신뢰도 모델을 개발한다.

  • PDF