Full Text Index Vs. XML Index

  • Hi All,

    Please explain me what is the difference between Full Text Index and XML index?

    and when it is necessary...??

    Thanks in advance..

    Milu.:)

  • XML indexing in a nutshell is the ability to store XML data in a table then be able to search that XML data to retrieve specific data within the body text. The data is stored in a BLOB so it is normally not good to use if the data is going to be used for alot of modification (to the index).

    There are ways to speed it up but you just need to do some internet research to decide which would be best for you.

    Full Text Indexing is searching against character type data, basically.

  • Thanks..

    luv's

    Milu..:)

  • Full Text index can be used to create an index for the data in a column which may be any type (varchar, nvarchar,xml)

    where as XML indexes are used to create an index property on xml data type. It will store the hierarchy of data stored in the xml

    Thanks and Regards,
    Venkatesan Prabu, 😛
    My Blog:

    http://venkattechnicalblog.blogspot.com/

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply