• Title/Summary/Keyword: XML DBMS

Search Result 66, Processing Time 0.033 seconds

Design and Implementation of an XML Schema Generator for the ODYSSEUS Object-Relational DBMS (오디세우스 객체관계형 DBMS를 위한 XML 스키마 생성자의 설계 및 구현)

  • 백승현;김민수;한욱신;황규영
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10a
    • /
    • pp.52-54
    • /
    • 2001
  • 최근 웹에서 XML(extensible markup languag) 문서들이 보편화됨에 따라, 기존의 DBMS를 이용하여 XML 문서를 효율적으로 저장하고 관리하는 방법에 대한 연구가 활발히 진행중이다. 이를 위하여 DTD(document type definition)로부터 데이타베이스 스키마를 생성하는 효율적인 방법이 필요하다. 그러나 지금까지는 대부분의 연구가 풍부한 모델링 기능을 제공하는 객체관계형 DBMS 대신에 관계령 DBMS 관점에서 진행되어왔다. 본 논문에서는 객체관계형 DRMS 인 오디세우스를 위한 XML 스키마 생성를 설계하고 구현한다 첫째. DTD로 부터 관계형 데이타베이스 스키마를 생성하는 기존의 방법을 객체관계형 DBMS의 중요한 모델링 기능인 집합 타입과 참조 타입을 이용하도록 수정한다. 둘째, 수정된 방법을 오디세우스 객체관계명 DBMS에 구현한다. 마기막으로, 구현을 용이하게 할 수 있도록 기존의 방법에서 예로서만 기술된 DTD 단순화 방법에 대만 구제적인 알고리즘을 제시한다.

  • PDF

Performance Comparison of DBMS Access Methods on XML Document Storage Functions (XML 문서 저장기능에 관한 DBMS 접근방법의 성능 비교)

  • Lee, Mal-Soon;Lee, Jae-Yun;Kang, Suk-Hoon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.11c
    • /
    • pp.1521-1524
    • /
    • 2003
  • 인터넷 기반의 정보교환 표준으로 급부상한 XML에 의해 대용량의 XML 문서를 효율적으로 저장하고 관리하는 방법이 필요하게 되었다. 이에 따라 XML 문서를 저장하기 위한 백엔드 데이터베이스 시스템으로 RDBMS와 ORDBMS 그리고 Native XML 등의 XML 저장 시스템이 출현하였다. 그러므로 이들에 대해 유형별로 용도와 비용대비 성능에 관한 저장, 조회 및 관리 차원의 비교는 시급하다. 본 논문에서는 XML 문서를 저장, 관리하기 위한 RDBMS와 Native XML 데이터베이스에서의 XML 문서 접근방법에 대하여 비교 분석한다. 유형별 각 시스템 접근방식의 장단점을 비교 한 후 효과적인 XML 문서의 저장 기능 개발을 위해 상용 DBMS의 유형을 대표하는 Oracle 8i와 Tamino를 선택하여 성능을 비교한다.

  • PDF

k-Bitmap Clustering Method for XML Data based on Relational DBMS (관계형 DBMS 기반의 XML 데이터를 위한 k-비트맵 클러스터링 기법)

  • Lee, Bum-Suk;Hwang, Byung-Yeon
    • The KIPS Transactions:PartD
    • /
    • v.16D no.6
    • /
    • pp.845-850
    • /
    • 2009
  • Use of XML data has been increased with growth of Web 2.0 environment. XML is recognized its advantages by using based technology of RSS or ATOM for transferring information from blogs and news feed. Bitmap clustering is a method to keep index in main memory based on Relational DBMS, and which performed better than the other XML indexing methods during the evaluation. Existing method generates too many clusters, and it causes deterioration of result of searching quality. This paper proposes k-Bitmap clustering method that can generate user defined k clusters to solve above-mentioned problem. The proposed method also keeps additional inverted index for searching excluded terms from representative bits of k-Bitmap. We performed evaluation and the result shows that the users can control the number of clusters. Also our method has high recall value in single term search, and it guarantees the searching result includes all related documents for its query with keeping two indices.

Design of DOM Eased Storage Structure for XML DBMS (DOM 기반의 XML DBMS 저장구조 설계)

  • Noh, Hyun-Jong;Han, Chang-Hyun;Lee, Kyu-Chul
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10c
    • /
    • pp.98-101
    • /
    • 2006
  • 미래의 컴퓨팅 환경인 Ubiquitous 컴퓨팅에서는 USN을 이용하여 사용자의 위치, 환경, 서비스의 요구사항 등을 인지하고 서로 전달한다. USN에서는 XML 기반의 메시지 포맷을 사용한다. 그에 따라 대량의 XML(extensible Markup Language) 데이터를 고속처리 해야 하는 요구사항이 발생된다. USN과 같은 Ubiquitous 기술은 앞으로 계속 확산될 전망이며, 실시간으로 XML 데이터를 저장/처리해야 할 경우가 증가할 것이다. 이와 같은 추세에 따라 XML을 처리하기위한 데이터베이스의 요구가 점점 증가하고 있다. 본 연구에서는 그에 적합한 데이터베이스의 저장구조를 Main-Memory 데이터베이스와 XML 문서 처리 방법인 DOM을 바탕으로 하여 XML을 효과적으로 저장/처리하는 저장 구조를 설계하였다.

  • PDF

Design and Implementation of XML Based Relational Database Metadata Repository (XML을 기반으로 한 관계형 데이터베이스 메타데이터 리파지토리 설계 및 구현)

  • Gwon, Eun-Jeong;Yong, Hwan-Seung
    • The KIPS Transactions:PartD
    • /
    • v.9D no.1
    • /
    • pp.1-10
    • /
    • 2002
  • Metadata is data about data that is used to mange data itself. As applications based on DBMS are increased, it is suggested that metadata model and metadata interchange model to manage metadata in DBMS. but metadata which is in the form of XML (eXtensible Markup Language) document is generally stored into RDBMS. Therefore In this paper, as for the method to store metadata of RDBMS into OODBMS, we design metadata model, metadata interchange model and implement new repository system. The metadata of RDBMS is translated into in the form of XML Document and integrated into XML Data Server on OODBMS, eXcelon and executes retrieval metadata information about RDBMS by XQL(XML Query Language). So It is possible to searchm edit a metadata. The metadata of XML documents stored in eXcelon is easily made to be printed in web browser by applying a XSL (extensible StyleSheets Language). So we can have a detail information about property of metadata in DBMS.

XDOM: The Extensible and Light-Weight XML Object Repository (XDOM: 확장성 기반의 경량 XML객체 정보 저장소)

  • 오동일;최일환;박상원;김형주
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.9 no.3
    • /
    • pp.332-340
    • /
    • 2003
  • XML is an emerging internet standard for data representation and exchange on the web. Recently, many researches on storing XML documents are in progress. Since XML documents have an implicit semantic schema, it is difficult to store XML data into a DBMS or File System. This paper introduces XDOM, object repositories for the DOM object, which stores an object for persistency support. As XDOM does not require the burdensome design of a fixed schema unlike the legacy DBMS, can store schema-less XML documents. And it can help XML applications to access the DOM object transparently from the object repositories below memory. XDOM introduced in this paper is implemented in pure Java and evaluated using experiments.

XML View Indexing Using an RDBMS based XML Storage System (관계 DBMS 기반 XML 저장시스템 상에서의 XML 뷰 인덱싱)

  • Park Dae-Sung;Kim Young-Sung;Kang Hyunchul
    • Journal of Internet Computing and Services
    • /
    • v.6 no.4
    • /
    • pp.59-73
    • /
    • 2005
  • Caching query results and reusing them in processing of subsequent queries is an important query optimization technique. Materialized view and view indexing are the representative examples of such a technique. The two schemes had received much attention for relational databases, and have been investigated for XML data since XML emerged as the standard for data exchange on the Web. In XML view indexing, XML view xv which is the result of an XML query is represented as an XML view index(XVI), a structure containing the identifiers of xv's underlying XML elements as well as the information on xv. Since XVI for xv stores just the identifiers of the XML elements not the elements themselves, when xv is requested, its XVI should be materialized against xv's underlying XML documents. In this paper, we address the problem of integrating an XML view index management system with an RDBMS based XML storage system. The proposed system was implemented in Java on Windows 2000 Server with each of two different commercial RDBMSs, and used in evaluating performance improvement through XML view indexing as well as its overheads. The experimental results revealed that XML view indexing was very effective with an RDBMS based XML storage system while its overhead was negligible.

  • PDF

차세대 혁명 'XML 비즈니스' 급부상

  • Korea Database Promotion Center
    • Digital Contents
    • /
    • no.9 s.76
    • /
    • pp.12-13
    • /
    • 1999
  • 인터넷 이용이 세계적으로 확산되면서 인터넷의 기반이라 할 수 있는 프로그래밍 언어도 날로 발전하고 있다. 그 중 기존 인터넷 표준 언어인 HTML이 XML이라는 차세대 언어로 대체되고 있다. 현재 XML은 전자상거래를 비롯해 DBMS, ERP, 전자도서관, 지식관리시스템, 정보검색시스템 등 거의 모든 분야에 걸쳐 활용되는 등 비즈니스 가치가 높아지고 있다. XML과 관련한 정보 기술업계의 대응에 대해 살펴봤다.

  • PDF

The Efficient XQuery Processing Method in Main-Memory Relational DBMS (메모리 상주 관계 DBMS에서의 효율적인 XQuery처리 기법)

  • Jun-Ho YEO;Jae-Hun Kim;Kyu-Chul Lee
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2008.11a
    • /
    • pp.426-429
    • /
    • 2008
  • XQuery 처리 단계에서 질의 처리속도는 매우 중요하다. 특히, 메모리 상주DBMS하에서는 주어진 메모리의 효율적인 사용과 더불어 XQuery의 효율적인 처리 속도가 중요한 요소이다. 본 논문에서는 기존 개발된 메모리 상주 관계DBMS의 XQuery 처리 기법을 향상시켜 좀 더 효율적인 XQuery 처리 기법을 제안한다. 본 논문에서 제안한 XQuery 처리 기법은 관계DBMS의 효율적인 저장 시스템을 활용하여 저장 테이블에서 얻고자 하는 XML데이터를 직접 얻는 형태이다. 이 처리 방법은 관계형 데이터 모델을 사용하는 메모리 상주형 XML DBMS에서 효율적인 XQuery 처리 기법이다.

Design of A XML-Based General Wrapper (XML 기반 범용 Wrapper의 설계)

  • 황명진;정채영;배종민;강현석
    • Proceedings of the Korea Multimedia Society Conference
    • /
    • 2001.06a
    • /
    • pp.338-341
    • /
    • 2001
  • 인터넷 환경에서 이 기종 데이터베이스의 통합은 중요한 연구 과제 중의 하나로서, 그를 위한 자료저장소 Wrapper에 대한 관심이 높아지고 있다. 한편, XML은 이 기종 시스템들간에 효과적으로 데이터를 교환하는 도구로서 최근 맡은 DBMS들이 XML을 지원하고 있다. 그러나 그들은 각기 자신의 데이터 모델만을 지원하기 때문에 상호 호환성이 떨어진다. 본 논문은 인터넷 환경에서 분산된 이질의 데이터베이스들을 효과적으로 통합할 수 있도록 일관된 변환 모들을 사용하여 데이터 모델에 독립적으로 동작할 수 있는 XML 기반의 범용 Wrapper를 제안한다.

  • PDF