• Title/Summary/Keyword: XQuery

Search Result 108, Processing Time 0.055 seconds

Algorithm Embodiment for XQuery2SQL Converter (XQuery2SQL 변환기 위한 알고리즘 구현)

  • 서현호;김영국;김덕만
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2004.05a
    • /
    • pp.335-341
    • /
    • 2004
  • HTML that is language that web technology is center expression these day that use of internet and quantity of information by fast development increase rapidly brought limit to use information of web and XML that express meaning or corelation of data itself in W3C by standard for free document transmission and exchange in World Wide Web by the alternative as long as is deviation appeared. There is many efforts to use storing this XML document in RDBMS but to relation style DB because XML document is tree structure structurally data SQL and perfect disaster caused by things that is language to ask a question accomplish. In this paper XML document XML informations that is stored to RDBMS via Parsing and DOM tree process SQL quality through converter called XQuery2SQL of by change and embody XQuery2SQL conversion algorithm that draw information in RDBMS.

  • PDF

Design and Implementation of a Translator form XQuery to SQL : 2003 (XQuery SQL:2003 번역기 설계 및 구현)

  • Kim, Song-Hyon;Park, Young-Sup;Lee, Yoon-Joon
    • Journal of KIISE:Databases
    • /
    • v.33 no.7
    • /
    • pp.668-681
    • /
    • 2006
  • Due to its diverse advantages, XML has secured its position as a standard for data representation and exchange in the Internet. As a consequence, there has been much research on efficient storing and query processing of in data. Storing XML data in a relational database system warrants much benefit in data management and query processing; the system provides a strong query processing and data management function and can be applicable to XML data, its function being extended. In this paper, we design and implement a query translator that translates XQuery, a representative XML query language, into SQL:2003 query. SQL:2003, the latest SQL standard used as a substitute for SQL:1999, defines SQL/XML that supports XML. The main contribution of this paper is as follows: First, we look into the supporting features of XML, defined in the SQL:2003 standard, and propose a user-defined function for shortcoming sections. Second, we propose a way to translate XQuery into SQL that observes the latest SQL standard. Third, we describe in detail the design and the implementation of the translator to show its feasibility as a translator.

An XQuery Processing Engine for Real-Time Sensor Data in Ubiquitous Environments (유비쿼터스 환경에서 실시간 센서 데이터를 위한 XML 질의언어 처리 엔진)

  • Yim, Hyung-Jun;Kim, Jae-Hoon;Lee, Kyu-Chul
    • The Journal of Society for e-Business Studies
    • /
    • v.15 no.4
    • /
    • pp.1-19
    • /
    • 2010
  • Recently, it is necessary to process real time sensor data, which is generated from ubiquitous environments. Data, which are written by XML, are small, but, large volumes of data. Therefore, weneed to use an efficient method for processing a large amount of it. An XQuery has two types for sensor data: one is to get sensor identification and value from sensor data; the other is restructuring for user's convenience. Existing XQuery engines don't have efficient method for batch processing of sensor data. This paper proposed the twig query processing over reverse path summary, and we developed and applied restructuring batch processing method for real time processing of a large amount of sensor data. Finally, we do performance evaluation using XMark and RFID EPC data, and comparison analysis with MonetDB/XQuery and Berkeley DB XML.

Update Facility for XML Schema (XML 스키마를 위한 갱신 기능)

  • Lee, Ki-Jun;Hwang, Soo-Chan
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.3
    • /
    • pp.324-330
    • /
    • 2010
  • XML schema is widely used as an effective tool for organizing and validating XML data. Although W3C released XQuery and XQuery Update Facility as the standard methods for searching and updating XML data, there is no consideration about providing facilities for updating XML schema itself until now. So users can only update an XML schema file directly by using editors. However, the direct update has several problems: It cannot prevent user's illegal update; it is hard to apply to the XML schemas stored in databases, needs much time to analyze schema, and is likely to make syntactic errors. In this paper, we propose an XML schema update facility, which enables creation, deletion and modification of XML schema by using commands.

A Study on Translation of XQuery Queries to SQL (XQuery의 SQL 변환 연구)

  • Song, Chung;Kang, Min-Ok;Jin, Min
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.11c
    • /
    • pp.1407-1410
    • /
    • 2003
  • 관계형 데이터베이스를 이용한 XML 문서의 저장과 건의 처리와 관련한 연구가 활발히 진행되어 왔다. 그러나, XML 문서와 관계 데이터베이스는 구조적으로 일치하지 않기 때문에 XML 문서를 관계 데이터베이스에 저장 및 질의 처리를 하기에는 많은 어려움이 존재한다. XML 질의언어는 관계 데이터베이스에서는 직접 지원되지 않아 SQL로 변환되어 처리되어야 한다. 따라서, XQuery 질의를 SQL로 변환하여 처리하는 방법에 대해 많은 연구가 진행되고 있다. 본 논문에서는 지금까지 제안된 주요 방법들에 대해 비교 고찰한다.

  • PDF

Design of XQuery Query Processor based on Relational Database System (관계 데이터베이스 시스템 기반의 XQuery 질의 처리기 설계)

  • 장형화;홍의경
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10b
    • /
    • pp.106-108
    • /
    • 2003
  • XML은 고유의 확장성과 문서 관계성의 우수성을 활용하여 새로운 정보 공유 환경의 표준으로 자리잡고있다. XML 문서의 사용이 많아지면서 대용량의 XML 문서를 효과적으로 저장, 관리 및 검색하기 위한 시스템이 필요하다. 본 연구는 관계 데이터베이스 시스템(RDBMS)을 기반으로 XML 문서를 저장하고 검색할 수 있게 하기 위해서 Numbering 기법에 의한 XML문서 저장 기법을 사용하였다. XQuery 질의를 SQL문장으로 변환시켜서 수행함으로써 XML 데이터에 대한 검색을 가능하게 하였다.

  • PDF

Design and Implementation of EDI Construction System using XQuery Processor based on Relational Database System (관계 데이터베이스 시스템 기반 XQuery 질의 처리기를 이용한 EDI 구축 시스템의 설계 및 구현)

  • 김지선;홍의경
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10b
    • /
    • pp.190-192
    • /
    • 2003
  • XML이 확장성과 문서 관계성의 우수성을 인정 받아 새로운 정보 공유 환경의 데이터 교환의 표준으로 각광 받으면서 기존의 EDI와 연동하여 XML을 사용할 수 있는 XML/EDI 시스템의 필요성이 대두되었다. 본 연구는 EDI 전자 문서를 관계 데이터베이스 시스템(RDBMS)을 통해 XML 문서 형식으로 저장하고 검색할 수 있게 하기 위해서 서울시립대학교에서 설계한 XML 문서 저장 기법을 사용하였으며. XPath, XQuery 질의를 SQL문 으로 변환시켜서 수행함으로써 EDI 전자 문서에 대한 검색 및 원하는 정보로만 구성된 EDI 문서 생성을 가능하게 하였다.

  • PDF

Analysis of Parallel and Sequential processing for integrated XQuery query (통합 XQuery 질의의 병렬처리와 순차처리 성능분석)

  • Kang, Soon-Jong;Park, Jong-Hyun;Kang, Ji-Hoon
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10c
    • /
    • pp.214-217
    • /
    • 2006
  • XML 문서의 검색을 위한 질의 언어인 XQuery는 다양한 데이터 소스로부터 가져온 고유한 구조를 가진 질의 결과로 구성할 수 있도록 설계되어 XML질의 언어의 표준이 되었다. XQuery를 이용해 특별히, 분산 환경에서 다중 XML문서 를 대상으로 하는 통합 질의의 경우, 질의 처리 계획을 결정하는 것은 처리 효율과 직결된다. 따라서 질의 처리 계획을 결정하는 요소 중 하나인 조인 처리 방법의 연구는 중요하다. 그러나 통합 질의에서 조인구조를 기준으로 단일 XML문서에 대한 질의 처리방법을 결정하는 것은 쉽지 않다. 본 논문에서는 분산환경에서 다중 XML문서를 대상으로 하는 조인을 포함한 다양한 통합 질의를 대상으로 실험을 통해 병렬처리 방법과 순차처리 방법 그리고 두 가지 처리방법을 조합한 하이브리드 방법을 적용하여 처리 시간을 비교 분석하고, 다중 문서에 대한 효율적인 조인방법과 순서를 모색한다.

  • PDF

XQuery Support for ebXML Registry and Repository (ebXML등록 및 저장소에서 XQuery 지원)

  • Kwag, Ki-Wook;Lee, Won-Gun;Lee, Sang-Don;Choi, Han-Suk
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11c
    • /
    • pp.1843-1846
    • /
    • 2002
  • ebXML 등록 및 저장소는 ebXML 프레임워크의 핵심부로 거래에 필요한 컨텐츠를 등록 저장 검색하는 기능을 제공한다. 거래 파트너간 상호 협업을 위해서는 등록된 기업 정보를 검색하는 것이 필수적이다. 현재 표준인 ebXML Registry Service 2.1 명세에서는 Filter Query와 SQL Query에 기반한 검색을 지원하고 있다. 본 논문에서는 ebXML 등록 및 저장소에서 XQuery에 기반한 검색지원 시스템을 제안한다. 이를 위해서 주요 검색 질의를 XQuery로 지원하는 과정을 기술하고 이를 지원하기 위한 시스템을 설계한다.

  • PDF

User Interface for XQuery Generation (XQuery 생성을 위한 사용자 인터페이스)

  • Lee, Jong-Phil;Kim, Mi-Han;Yoo, Jong-Mok;Ji, Yong-In;Lee, Mann-Ho
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11a
    • /
    • pp.797-800
    • /
    • 2002
  • MPEG-7은 멀티미디어 데이터에 대한 메타데이터 정보를 기술하기 위한 표준이다. MPEG-7은 XML로 표현한다. 본 논문에서는 문화재에 대한 이미지를 MPEG-7을 통해 XML로 표현하였다. 또한 XML로 표현된 이미지에 대한 MPEG-7 데이터를 검색하기 위해. XML과 같은 구조적 문서를 검색하기 위한 표준 언어인 XQuery를 사용하였다. 본 논문에서 문화재에 대한 이미지를 MPEG-7으로 표현하기 위한 서브스키마(sub schema)를 정의 하였고, 저장된 MPEG-7 데이터에 대한 검색을 지원하기 위해 사용자가 쉽게 XQuery를 생성하도록 돕는 사용자 인터페이스를 설계 및 구현 하였다.

  • PDF