分布式数据库设计
我读过一些关于分布式数据库的理论资料,想知道你们中是否有人知道一些关于示例 DDBMS 数据模型、数据碎片和复制技术等的实用参考资料(链接或其他内容)?它不必非常复杂。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我读过一些关于分布式数据库的理论资料,想知道你们中是否有人知道一些关于示例 DDBMS 数据模型、数据碎片和复制技术等的实用参考资料(链接或其他内容)?它不必非常复杂。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我将尝试做出回应,因为我在(分布式)DBMS 架构方面拥有多年的实践经验……尽管我无法找到我推荐的文本来解决如此广泛的领域。要了解该主题领域的概述,我将从 Wikipedia 开始...
我个人的观点是,数据库只是分布式软件架构的一种可能的应用。 DBMS 的分布式特性是一个相对简单的概念,但有效利用分布式数据库的软件架构则涉及更多内容。如果没有推荐 Chris Date 的著作,任何关于数据库技术的帖子都是不完整的,他的多产工作涵盖了大部分数据库技术。另一位值得考虑的作者是 杰夫·乌尔曼。
这远不是您问题的完整答案,但是 - 我希望 - 它可以让您专注于您感兴趣的分布式数据库技术的特定方面。
I'll attempt a response, as I've many years' practical experience with (distributed) DBMS architectures... though I can't identify a text I'd recommend that addresses so broad a field. For an overview of the subject area, I'd start with Wikipedia...
My personal perspective is that a database is just one possible application of distributed software architectures. The distributed nature of a DBMS is a relatively simple concept - but software architectures to make effective use of distributed databases are substantially more involved. No post on database technology would be complete without recommending the writings of Chris Date, whose prolific work spans most of database technology. Another author to consider is Jeff Ullman.
This is far from a complete answer to your question, but - I hope - it allows you to focus on what specific aspects of distributed database technology are of interest to you.