Xml Indexing

XML indexing consists of two categories: primary and secondary indexes. These two indexes types provide an indexing relationship within the XML documents similar to the relationship between clustered and non-clustered indexes. When implementing XML indexes, there are some basic rules that apply to each.

1.Primary XML indexes include paths, tags, and values of the XML content.
2.Primary XML indexes cannot exist without a clustered index on the primary key of the table that the XML column is in. This clustered index is required for partitioning the table, and the XML index can use the same partitioning scheme and functioning.
3.A secondary XML index extends the primary index including paths, values, and properties.
4.A secondary XML index cannot exist without a primary XML index

Basicly, the step is followed:

Collection - Table - Primary Index - Second Index (either path, value or property or both or all)

需要注意的是

Follow the basic rules of PATH being utilized for knowing the path in which the query requires, PROPERTY for searching proeprty values and PATH possibly being unknown, and VALUE based on exact value searches in queries.
Secondary indexes provide a lot of benefit when there are multiple unique values in the XML content. In many cases cases, though, a primary XML index will be sufficient. There are a number of other things to keep in mind when building secondary XML indexes. First, creating XML indexes takes a large amount of storage. Also, think about nodes and paths to indexes based on queries that will be encountered in the system. Strive to strike a balance between hardware resources, storage, index usefulness, amount of indexes created, and the number of times an index may actually be needed when building XML indexes.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值