加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

XML Indexing

发布时间:2020-12-15 23:06:33 所属栏目:百科 来源:网络整理
导读:XTC provides several index structures for all kind of XMLdocuments and queries. Besides the common element or content index,XTCprovides for path indexes and CAS (content-and-structure) indexes as well.Fine-grained index specifications allo

XTC provides several index structures for all kind of XMLdocuments and queries. Besides the common element or content index,XTCprovides for path indexes and CAS (content-and-structure) indexes as well.Fine-grained index specifications allow for cluster properties,selectivedocument indexing,and efficient query evaluation support.

Element Index

The element index covers all XML elements and stores their translated vocabulary ID,the corresponding PCR if in elementless mode,and the unique DeweyID. This index structure has two levels. First the name directory (XML tag names),and secondary the reference lists.

Supports: element-based access,//<tag> access,structural joins

Content Index

The content index covers texts from text nodes or attribute nodes. This index is available for both storage mappings (full and elementless). Entries are primarily ordered by their text value and secondarily by their DeweyID.


Supports: value-based predicate evaluation or keyword-based search and access

Path Index

The path index is only available for the elementless storage mapping. Based on PCRs,reference lists of according document nodes are captured. An index entry consists of the PCR and DeweyID. Because both of them are used as key,the index does not contain any values.

A cluster property is available to switch the index key elements (PCR|DeweyID or DeweyID|PCR).


Supports: path queries or path expressions

Content And Structure Index (CAS)

The CAS index is only available for the elementless storage mapping. Based on text content and PCRs,reference lists of according document nodes are captured. An index entry consists of the text value as key,the PCR and the DeweyID as value and a secondary sort criteria. Therefore,optional clustering is possible via PCR or DeweyID.


Supports: complex queries,content and path evaluation


From:http://www.52php.cn/article/p-nfcvidgb-vp.html

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读