简体   繁体   English

将CDA存储到关系数据库

[英]Storing CDA to relational database

Is it a good idea to extract data from CDA and storing it to relational database? 从CDA提取数据并将其存储到关系数据库是个好主意吗? Is it better to just store it as XML and than query it as per requirement? 仅仅将其存储为XML并比按要求查询它更好吗?

It really depends on things like the size of the xml document, the amount of data that needs to be shredded and its relation to the size of the xml doc. 它实际上取决于诸如xml文档的大小,需要粉碎的数据量及其与xml文档大小的关系之类的东西。

Here are some good links to get you started. 这里有一些很好的链接,可以帮助您入门。

http://blogs.msdn.com/b/batuhanyildiz/archive/2013/03/21/which-one-is-better-persisted-column-or-xml-indexes.aspx http://blogs.msdn.com/b/batuhanyildiz/archive/2013/03/21/which-one-is-better-persisted-column-or-xml-indexes.aspx

http://msdn.microsoft.com/en-us/library/bb500236(v=sql.105).aspx http://msdn.microsoft.com/zh-CN/library/bb500236(v=sql.105).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM