Sql提供Document数据库? [英] Sql provide Document database?

查看:203
本文介绍了Sql提供Document数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我需要基于sql的文档数据库
NOSQL中的
提供文档数据库但我需要在SQL中



在NOSQL中有mongoDB,CouchDb等...



和NoSQL一样可能在SQL中有文档数据库

Hi all,

I need sql based document database
in NOSQL provide document database but i need in SQL

In NOSQL have mongoDB,CouchDb etc...

Like NoSQL Possible in SQL have document database

推荐答案

面向文档的数据库(NO-SQL)和关系数据库(SQL)是两种不同的数据存储方法。

这两种方式的存储方式数据 - 也是物理和逻辑方式 - 完全不同。

你只有两个选择:

1.发明一些疯狂的解决方案来使用SQL伪造NO-SQL之类的存储

2.将一些ODBC驱动程序用于其中一个NO-SQL数据库(这里是mongodb的一个例子 - https://www.simba.com/connectors/mongodb-odbc [ ^ ])



---



IMO - 你错过了一些东西。这两种方法都有其优点和缺点,但通过混合它们(在使用中)你可以在不轻易删除缺点的情况下失去专业人员......
Document-oriented database (NO-SQL) and Relational database (SQL) are two different approach of data storage.
The way these two approaches stores data - also in physical and logical manner - are totally different.
You have only two choices:
1. Invent some insane solution to use SQL to fake NO-SQL like storage
2. Use some ODBC drivers to one of the NO-SQL databases (here an example for mongodb - https://www.simba.com/connectors/mongodb-odbc[^])

---

IMO - you miss something here. Both approaches have their pros and cons, but by mixing them (in usage) you can lost the pros without removing cons very easily...


这篇关于Sql提供Document数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆