Re: SQL2005: shred the feeds or store as XML?
- From: "Michael Rys [MSFT]" <mrys@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 20 Dec 2005 21:00:50 -0800
Another "rule" is whether you often repurpose part of the data in different
ways (shred it) or you mainly retrieve the full XML document (keep it
whole). And then you may as well promote properties or define indices for
faster access...
Best regards
Michael
"Hilary Cotter" <hilary.cotter@xxxxxxxxx> wrote in message
news:%23Mpoy7dBGHA.2568@xxxxxxxxxxxxxxxxxxxxxxx
>I think the "rule" is that if you need to update the data frequently you
>get better performance if you shred it. Otherwise store it as XML in the
>XML data type.
>
> --
> Hilary Cotter
> Looking for a SQL Server replication book?
> http://www.nwsu.com/0974973602.html
>
> Looking for a FAQ on Indexing Services/SQL FTS
> http://www.indexserverfaq.com
>
> "clintonG" <csgallagher@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:ORLQ%23BcBGHA.3840@xxxxxxxxxxxxxxxxxxxxxxx
>>I hope I can get some insight into this issue. I'm developing a feed
>>builder and intend to host feed data to make it available for search and
>>analytics and so on. What's my best strategy? Shred the feeds or use
>>SQL2005 to store the whole file as XML? Any white papers or other
>>documents about this specific concern?
>>
>> <%= Clinton Gallagher
>>
>
>
.
- Follow-Ups:
- Re: SQL2005: shred the feeds or store as XML?
- From: clintonG
- Re: SQL2005: shred the feeds or store as XML?
- References:
- SQL2005: shred the feeds or store as XML?
- From: clintonG
- Re: SQL2005: shred the feeds or store as XML?
- From: Hilary Cotter
- SQL2005: shred the feeds or store as XML?
- Prev by Date: Re: SQL2005: shred the feeds or store as XML?
- Next by Date: Please help. i need to create an XSD and dont know how!
- Previous by thread: Re: SQL2005: shred the feeds or store as XML?
- Next by thread: Re: SQL2005: shred the feeds or store as XML?
- Index(es):
Relevant Pages
|