ETRI-Knowledge Sharing Plaform

ENGLISH

성과물

논문 검색
구분 SCI
연도 ~ 키워드

상세정보

학술대회 Validation of XML Document Updates Based on XML Schema in XML Databases
Cited 4 time in scopus Download 0 time Share share facebook twitter linkedin kakaostory
저자
김상균, 이명철, 이규철
발행일
200309
출처
International Conference on Database and Expert Systems Applications (DEXA) 2003 (LNCS 2736), v.2736, pp.98-108
DOI
https://dx.doi.org/10.1007/978-3-540-45227-0_11
협약과제
03MC1100, 차세대 인터넷 서버기술 개발, 김명준
초록
We study the validation of XML documents when they are updated in XML databases. An XML document can be verified by checking against an XML Schema, which contains structure and type information of XML documents. However, most of XML database systems just validate the whole XML document, but can not validate parts of it. If updates are very frequent, then validating the whole XML document will cause serious performance degradation. Furthermore, rollback should be performed if the updates result in an invalid document, because the updated document is usually validated after the update operation executed. In this paper, we propose an immediate and partial validation mechanism for solving these two problems, i.e the validity of an update operation is checked immediately before the actual update is applied to the database whether it causes invalidity, and validation is performed only on the updated parts of the XML document in the database. Consequently, XML database systems can maintain valid XML documents at any time. We already proposed an immediate and partial validation mechanism based on DTD[6], and we extend the mechanism based on XML Schema in this paper. © Springer-Verlag Berlin Heidelberg 2003.
KSP 제안 키워드
Database systems, Partial validation, Type information, XML database, XML documents, XML schema, Xml databases, performance degradation