从数据库设计的角度来看,分片意味着什么?
从数据库设计的角度来看,分片的概念是什么?
What is the concept of Sharding from Database Design perspecitve ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
从数据库设计的角度来看,分片的概念是什么?
What is the concept of Sharding from Database Design perspecitve ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
好吧,您可以首先阅读关于它的 wikipedia 文章,也许还有 Hibernate Shards 文档。如果您有更具体的问题,请提出。
Well you could start by reading the wikipedia article on it, and perhaps the Hibernate Shards documentation. If you then have a more specific question, then ask that.
将关键空间划分到数据库服务器集群中,以分配服务负载并提高整个系统的可扩展性。
Partitioning the key space across a cluster of DB servers to distribute the service load and promote scalability of the overall system.