• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2008, Vol. 30 ›› Issue (7): 122-124.

• 论文 • 上一篇    下一篇

一种Native XML数据库的数据装载器设计

李东 刘艾芳 陈朝晖   

  • 出版日期:2008-07-01 发布日期:2010-05-22

  • Online:2008-07-01 Published:2010-05-22

摘要:

XML正日益成为互联网事实上的数据存储、交换、表示的标准,因此在各种应用中XML数据越来越多。因此,如何加快XML数据的装载速度、提高存储效率成为当务之急。在这 篇文章中,我们介绍了一种基于Native XML数据库的数据装载器,它综合了SAX和DOM的优点,利用模式复用与线程优化了装载性能,对数据库中不同的存储模式都可以灵活地 实现装载。

关键词: XML 装载器 模式

Abstract:

XML is becoming the de facto standard for data storage, exchange and expression on the Internet, so it has been used more and more in all kinds of app  lications. And it is very important to improve the loading speed and store the data efficiently. We design a loader based on Native XML, integrating the   merits of SAX and DOM, using thread and pattern reuse to optimize the loader performance. The loader can load data in different storage patterns effici ently.

Key words: XML, loader, model