검색 상세

XML을 이용한 Product Factory 구축 시 파일기반 저장소 관리 기법에 관한 연구 : Techniques to Manage File-Based Repository in Constructing Product Factory Using XML

  • 발행기관 서강대학교 정보통신대학원
  • 지도교수 서정연
  • 발행년도 2005
  • 학위수여년월 200508
  • 학위명 석사
  • 학과 및 전공 정보통신대학원
  • 식별자(기타) 000000084590
  • 본문언어 한국어

초록/요약

Studies on XML-based repository are being conducted mainly for RDBMS, OODBMS or database for XML that supports only vender-centered XML. The reason for this is that the previously constructed database system was reused. It is also because integration with related application, cost issues and structural characteristics of XML were considered. Depending on the way of storing, XML documents are stored in the form of file-based repository, which is researched in this study, RDBMS’s BLOB or OODBMS’s LargeObject. Major issues according to this are as follows: File-based repository has the retrieval speed issue that happens from parsing the document structure as DOM or SAX whenever XML document is read. The issues of OODBMS and RDBMS are the way to divide object into proper sizes and the retrieval technique that extracts necessary data from stored documents. The purpose of this thesis is to research how to measure repository capacity efficiently and distribute data by identifying the problems of lower performance which happens in retrieval and storing as the amount of data in XML repository increases when product factory is implemented using file-based XML repository.

more

초록/요약

XML 기반 저장소에 대한 연구는 주로 RDBMS나 OODBMS, 벤더 중심적인 XML만을 지원하는 XML용 데이터베이스 위주로 이루어지고 있다. 이는 기존에 구축된 데이터베이스 시스템을 재활용하고 관련 응용 프로그램과의 연동 및 비용적인 측면과 XML의 구조적인 특성이 고려되었기 때문이다. XML 문서는 저장 방법에 따라 본 논문에서 다루어지게 될 파일 기반 저장소와 RDBMS의 BLOB 또는 OODBMS의 LargeObject 형태로 저장되는데 이에 따른 주요 이슈사항으로는 파일기반 저장소의 경우 XML 문서를 읽을 때 마다 문서의 구조를 DOM이나 SAX 구조로 파싱함으로써 생기는 검색 속도 문제가 있으며 OODBMS와 RDBMS의 경우 객체를 적절한 크기로 분할하는 방법과 저장된 문서에서 원하는 데이터를 추출해 내는 검색 기법이 되고 있다. 본 논문에서는 파일 기반의 XML 저장소를 이용하여 Product Factory를 구현 했을 때 XML 저장소에 보관된 데이터가 증가할 수록 검색 및 저장에 드는 성능 저하 현상에 대한 문제점을 도출하여 효율적인 저장소 용량 측정 및 데이터 분산 방안에 관한 연구를 하고자 한다.

more