摘要: 1. 数据分片与路由 抽象模型为两级映射关系,第一级映射是key-partition映射,第二级映射是partition-machine映射。 数据分片有哈希分片和范围分片: 哈希分片只支持点查询,如cassandra,voltmort,membase; 范围分片支持范围查询,google的b... 阅读全文
posted @ 2015-11-02 20:02 一天不进步,就是退步 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.percona.com/blog/2013/08/12/want-to-archive-tables-use-pt-archiver/Percona Toolkit’spt-archiveris one of the best utilities to archiv... 阅读全文
posted @ 2015-11-02 17:35 一天不进步,就是退步 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.tocker.ca/2013/10/24/improving-the-performance-of-large-tables-in-mysql.htmlToday I wanted to take a look at improving the performance... 阅读全文
posted @ 2015-11-02 16:30 一天不进步,就是退步 阅读(324) 评论(0) 推荐(0) 编辑
摘要: mybatis本身的说明:String SubstitutionBy default, using the #{} syntax will cause MyBatis to generate PreparedStatement properties and set the values safely... 阅读全文
posted @ 2015-11-02 10:24 一天不进步,就是退步 阅读(27167) 评论(2) 推荐(2) 编辑