• 제목/요약/키워드: Relational Database Management System

검색결과 186건 처리시간 0.026초

객체지향 데이터베이스를 이용한 지식베이스 모형(OOKS) 개발 (Development of OOKS : a Knowledge Base Model Using an Object-Oriented Database)

  • 허순영;김형민;양근우;최지윤
    • 지능정보연구
    • /
    • 제5권1호
    • /
    • pp.13-34
    • /
    • 1999
  • Building a knowledge base effectively has been an important research area in the expert systems field. A variety of approaches have been studied including rules, semantic networks, and frames to represent the knowledge base for expert systems. As the size and complexity of the knowledge base get larger and more complicated, the integration of knowledge based with database technology cecomes more important to process the large amount of data. However, relational database management systems show many limitations in handing the complicated human knowledge due to its simple two dimensional table structure. In this paper, we propose Object-Oriented Knowledge Store (OOKS), a knowledge base model on the basis of a frame sturcture using an object-oriented database. In the proposed model, managing rules for inferencing and facts about objects in one uniform structure, knowledge and data can be tightly coupled and the performance of reasoning can be improved. For building a knowledge base, a knowledge script file representing rules and facts is used and the script file is transferred into a frame structure in database systems. Specifically, designing a frame structure in the database model as it is, it can facilitate management and utilization of knowledge in expert systems. To test the appropriateness of the proposed knowledge base model, a prototype system has been developed using a commercial ODBMS called ObjectStore and C++ programming language.

  • PDF

웹상에서 농업수리시설물에 대한 자료관리시스템 개발 (Development of Data Management System for Irrigation Facilities on World Wide Web)

  • 고홍석;오동석;최진규;고남영;백영기;박순철
    • Spatial Information Research
    • /
    • 제7권1호
    • /
    • pp.81-87
    • /
    • 1999
  • This paper describes the development of a data management system which manages the database on World Wide Web(WWW). It is the pa.0 of WISIF(Web-based geographic Information System for Irrigation Facilities) which is a prototype of an information management system for irrigation facilities. This system includes a web serve. and a RDBMS(Relational DataBase Management System). Netscape Enterprise Server 3.0 is used for a web server and for the latter, Oracle DBMS 7.3 for NT is used for a RDBMS. Users can cornet the database through a web browser, such as Netscape Communicator, to insert, update, delete and search data they want

  • PDF

XML 데이타 관리시스템과 유전체 데이타베이스에의 응용 (An XML Data Management System and Its Application to Genome Databases)

  • 이경희;김태경;김선신;이충세;조완섭
    • 한국정보과학회논문지:데이타베이스
    • /
    • 제31권4호
    • /
    • pp.432-443
    • /
    • 2004
  • 최근 들어 XML의 급속한 확산으로 인해 DBMS를 이용한 XML 데이타 관리의 필요성이 높아지고 있다. 기존의 DBMS를 이용한 XML 저장 및 검색에 관한 연구들은 편의성 측면이나 성능 측면에서 아직 해결할 문제점을 가지고 있다. 특히, 관계 DBMS를 이용하는 경우 복잡한 XML 문서를 간단한 테이블 형태로 변환하는 데이타 모델 변환과 그에 따른 질의 변환의 복잡성이 문제점으로 지적되고 있다. 본 논문에서는 UniSQL ORDBMS를 이용한 DTD 의존적 데이타 관리 시스템인 Xing을 제안한다. Xing 시스템에서는 ORDBMS의 객체 참조와 다중값 속성을 이용하므로 XML 데이타를 객체 모델로 매핑하는 것이 간단하다. 또한, DTD 의존적인 객체 스키마를 생성하므로 XML 저장 알고리즘이 간단하고, 검색을 위한 질의 변환도 용이하다. 특히, Xing에서는 SAX 파서를 이용하여 메모리 부하가 적은 고유의 Xing 트리를 생성하므로 대량의 XML 데이타를 빠르게 저장할 수 있다. 그리고, 질의결과를 XML 형태로 반환함으로써 완전한 XML 데이타 관리시스템으로 사용할 수 있다. GenBank의 유전체 XML 데이타에 대하여 Xing을 이용한 저장과 관계 데이터베이스로 저장한 경우에 검색성능을 비교한 결과 제안한 시스템이 최고 10배까지 좋은 성능을 보였다.

MySQL과 Redis의 데이터 처리 성능 비교 평가 (Comparative Evaluation of Data Processing Performance between MySQL and Redis)

  • 방혁;김서현;전상훈
    • 인터넷정보학회논문지
    • /
    • 제25권3호
    • /
    • pp.35-41
    • /
    • 2024
  • 최근 디지털 변화와 코로나19의 영향으로 온라인 활동이 급증함에 따라 대규모 데이터 처리와 유지보수의 중요성이 점점 커지고 있다. 이 연구는 데이터 저장 및 관리에 널리 사용되는 두 주요 데이터베이스 유형인 관계형 데이터베이스(RDBMS)와 비관계형 데이터베이스(NoSQL)의 성능을 비교 분석한다. 구체적으로, RDBMS의 대표 예인 MySQL과 NoSQL의 대표 예인 Redis를 사용하여 데이터 삽입, 조회, 삭제 기능의 수행 시간을 측정하고 평가했다. 실험 결과, Redis는 MySQL에 비해 데이터 삽입에서 약 5.84배, 조회에서는 약 6.61배, 삭제에서는 약 12.33배 빠른 성능을 보였다. 이 결과는 Redis가 특히 대규모 데이터 처리와 유지보수가 필요한 환경에서 뛰어난 성능을 제공함을 보여준다. 이에 따라 기업 및 온라인 서비스 제공자들은 Redis와 같은 NoSQL 데이터베이스를 선택함으로써 보다 효율적인 데이터 관리 솔루션을 확보할 수 있을 것이다. 본 연구가 데이터베이스 선택 시 데이터 처리 성능을 고려하는 데 중요한 참고 자료로 활용되기를 기대한다.

다단계 보안을 위한 확장 릴레이션의 운영 의미론 (The Operational Semantics of Extended Relations for Multilevel Security)

  • 조완수;배해영
    • 한국정보처리학회논문지
    • /
    • 제3권1호
    • /
    • pp.87-94
    • /
    • 1996
  • 본 논문에서는 다단계 보안을 지원하는 관계 데이타베이스 관리 시스템을 설계 하기 위하여 표준 관계 모델을 확장하고, 새로운 다단계 무결성 제약조건을 제시 하며, 이를 지원하는 다단계 릴레이션의 운영 의미를 제시한다. 확장된 관계 모델과 새로운 무결성 제약조건은 다단계 데이타베이스를 일관된 상태로 유지시키며, 다중사례를 지원하면서 이의 허용에 따른 엔티티 및 관계 표현의 모호성을 제거할 수 있는 기반을 제공한다. 확장된 다단계 릴레이션에 대한 다단계 갱신 연산은 서로 다른 보안 분류의 요소를 동시 에 처리할 수 있는 다단계 입력 및 갱신 트랜잭션을 지원하여 갱신 연산의 효율성을 증가시킨다. 또한 다단계 릴레이션의 분해를 위한 알고리즘 구현의 기초를 제시한다.

  • PDF

THE MULTI-PROJECTIVE MODEL: AN OBJECT-ORIENTED LOGICAL MODEL

  • Roh, TaeHo;Choi, Insoo
    • Management Science and Financial Engineering
    • /
    • 제7권1호
    • /
    • pp.27-39
    • /
    • 2001
  • The multi-projective model considers attributes and the relationships among attributes called projections. The critical features of the multi-projective model are the way of relating attributes in the description of the system, the way of reasoning incomplete projections, and the determination of connected patterns between projection. In order to get a full picture of the system, we build a set of projections. The multi-projective model can be thought of as projections of a multi-dimensional reality onto simplified “model space”. The multi-projective database modeling approach used in this paper unified the ideas and terminology of various database models. Most importantly, the multi-projective modeling is presented as a tool of database design in the relational and other database models.

  • PDF

통합 구조설계 시스템을 위한 설계 객체 모델의 개발과 구현 (Development and Implementation of Design Object Model for Integrated Structural Design System)

  • 천진호;이창호;이병해
    • 한국전산구조공학회:학술대회논문집
    • /
    • 한국전산구조공학회 2001년도 가을 학술발표회 논문집
    • /
    • pp.151-158
    • /
    • 2001
  • This paper describes an example of developing an integrated design system, Integrated Structural Design System for Reinforced Concrete Buildings(INDECON). INDECON incorporates a central database and three design modules: a preliminary design module(PDM), a structural analysis module(SAM), and a detailed design module(DDM). The development of INDECON begins with the development of design models including Design Object Model(DOM) which describes design data during the structural design process. The Design Object Model is transformed to Design Table Model(DTM) for the central database, and is specified to be in detail for the three design modules. Then the central database is implemented and managed by relational database management system(RDBMS), and the three design modules are implemented using C++ programming language. The central database in the server computer communicates with the design modules in the client computers using TCP/IP internet protocol. The developing procedure for INDECON in this paper can be applied for developing more comprehensive integrated structural design systems.

  • PDF

액티비티 기반의 EVM - PMIS 통합모델 구축 (The Establishment of an Activity-Based EVM - PMIS Integration Model)

  • 나광태;강병희
    • 한국건축시공학회지
    • /
    • 제10권1호
    • /
    • pp.199-212
    • /
    • 2010
  • 국내 건설산업에 있어서 기술과 정보의 기반구조를 확립하기 위하여 몇몇 건설정보관련 법규가 제도화되었다. 그러나 국내 건설정보 분류체계, 공정 공사비 통합관리(EVM), 프로젝트관리 정보시스템(PMIS)은 주요한 문제점을 내포하고 있다. 특히 현행 PMIS의 기능은 시공자 위주의 시스템으로 되어 있고, EVM이 적용되지 않아 발주자를 위한 보고, 분석, 예측기능이 매우 취약하다. 더욱이 EVM과 PMIS가 서로 분리된 체계로 운영되고 있어 발주자가 실시간으로 공정 및 공사비 정보를 확인할 수 없다. 본 연구의 목적은 PMIS가 EVM기능을 제공하고 사업참여자들이 제반정보를 공유할 수 있도록 WBS 구축방안과 EVM - PMIS 통합모델을 제안하여, E-비즈니스 업무환경하에서 PMIS를 효율적으로 운용할 수 있는 틀(framework)을 제공하는 것이다. EVM - PMIS 통합의 핵심은 EVM과 PMIS가 액티비티 기반의 동일한 운영체계를 갖는 것이다. 통합의 원리는 액티비티의 정보항목(field)을 PMIS의 공정 및 공사비관리 기능을 위한 하위모듈을 구성하는 관계형 데이터베이스 테이블(table)의 항목과 연계시키는 것이다. 따라서 액티비티의 계획공사비(PA), 달성공사비(EV), 실투입비(AC), 공정편차(SV), 공정수행지수(SPI), 공사비편차(CV), 공사비지출지수(CPI)는 PMIS의 공정 및 공사비 하위모듈을 위한 데이터베이스 테이블의 항목으로 연계된다.

한전(韓電)EMS의 데이터베이스 및 정보교환체제(情報交換體制) (Database Structure and Information Exchange System of KEPCO's EMS SYSTEM)

  • 이경재;유승철;김영한;이효상
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 1988년도 추계학술대회 논문집 학회본부
    • /
    • pp.87-91
    • /
    • 1988
  • For the electric power system operation, the information to monitor the operation status of power plants and transmission lines is very important factor in the view point of system security and economic operation. This paper presents the logical and physical structures of database used by KEPCO's EMS. The adopted DataBase Management System (DBMS) of a relational model type offers many advantages such as easy maintenance of database. In addition, this paper briefly introduces the data exchange system between application programs and database.

  • PDF

객체지향기법을 이용한 Generic BOM 관리시스템(GBMS)의 설계 및 구현 (Modeling and Implementation of a Generic BOM Management System Using Object-Oriented Modeling Technique)

  • 이동국;김재균;장길상
    • 산업공학
    • /
    • 제12권1호
    • /
    • pp.102-113
    • /
    • 1999
  • BOM(Bill of Material) is a description of parts, assemblies and raw materials that comprise a product structure. In manufacturing companies that produce various products with short life cycles, it is very important to manage to BOM of products with various options and versions efficiently. This paper describes an effective modeling and implementing technique of Generic BOM Management System(GBMS) for management of number of variant products. In this paper, OMT(Object Modeling Technique) was used to model a generic BOM and Object-Relational Database Management System(ORDBMS) was used to implement the GBMS database. In order to prove the effectiveness of proposed methodology, a case that assembles computer with various options was studied.

  • PDF