Richie

Sometimes at night when I look up at the stars, and see the whole sky just laid out there, don't you think I ain't remembering it all. I still got dreams like anybody else, and ever so often, I am thinking about how things might of been. And then, all of a sudden, I'm forty, fifty, sixty years old, you know?

随笔分类 -  Scalability

伸缩性
伸缩性思考1: SAP
摘要:SAP并不符合"超越分布式事务的方法"一文中提出的解决方案,但作为一个大型系统已经考虑了伸缩性,并且与"超越分布式事务的方法"中的思想有些类似1. 任何情况下不使用JOIN 实体可能被分区在任何一个数据库中,在实体之间如何跨越数据库的JOIN? No way! 单这一点足以难倒绝大部分的设计、架构师 a). 事务型的操作(OLTP)使用对象模型解决,分析、报表查询类的操作(OLAP)使用另外的解决... 阅读全文

posted @ 2008-04-03 01:10 riccc 阅读(713) 评论(0) 推荐(0)

[翻译] 超越分布式事务的方法 - 一个叛逆者的观点
摘要:摒弃分布式事务的高伸缩性解决方案 Life beyond Distributed Transactions: an Apostate’s Opinion 阅读全文

posted @ 2008-03-30 06:20 riccc 阅读(6119) 评论(8) 推荐(1)

导航