EAV 解决方案/软件包/供应商?
我最近通过 接触到实体属性值数据库模型的概念。 Magento 电子商务系统。 Varien(Magento 背后的公司)使用关系数据库 (mysql) 使用 PHP 对象创建 EAV 样式模型。
我很好奇是否有“本地”EAV 数据库解决方案。 “最近在堆栈溢出 CouchDB 上精选”看起来可能适合这个模型。 这是一个正确的假设,还是 CouchDB 是其他东西? 我还能在哪里找到野外的 EAV?
关系型数据库与 MySQL 的关系就像 EAV 与 _______ 一样?
I was recently exposed to the concept of an Entity Attribute Value database model via. the Magento e-commerce system. Varien (the company behind Magento) has used a relational database (mysql) to create an EAV style model using PHP Objects.
I'm curious if there are "native" EAV database solutions out there. The "featured recently on stack overflow CouchDB" seems like it might fit this model. Is that a correct assumption, or is CouchDB something else? Where else could I find EAV in the wild?
Relational is to MySQL as EAV is to _______?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
各种非关系型数据库技术变得越来越流行,以支持动态属性。 以下是您应该查看的一些内容:
任何这些都比尝试将 EAV 数据模型强制转换为关系数据库更好!
另请参阅下一代数据库
Various non-relational database technologies are becoming more popular, to support dynamic attributes. Here are a few you should check out:
Any of these are preferable to trying to force the EAV data model into a relational database!
See also The Next-gen Databases