PostgreSQL 的扩展性与 MongoDB 相比如何?
我非常了解 MongoDB 的可扩展性是多么惊人,特别是它的自动分片以及将服务器热添加到集群的能力。
然而,我还没有找到太多关于 PostgreSQL 可扩展性的数据。我知道它有表空间,就像其他 RDBMS 一样。它可以自动增长这些(如分片)吗?或者它是像 SQL Server 中那样的手动过程吗?
有谁知道我可以在哪里获得更多这方面的数据?
I know a fair about about how amazingly scalable MongoDB is, particularly with its auto-sharding, and the ability to hot-add servers to a cluster.
However, I haven't found much data about PostgreSQL's scalability. I know it has tablespaces, much like other RDBMSs. Can it auto-grow these (like sharding)? Or is it a manual process like in SQL Server?
Does anyone know where I can get more data on this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看来自 Skype 的关于其集群的演示。它应该能够处理十亿用户。
Check this presentation from Skype about their cluster. It should be able to handle a billion users.