OceanBase的变化

2011年11月11日 由 楚材 没有评论 »

OceanBase面临的新挑战
  随着OceanBase(以下简称OB)在淘宝的应用越来越广泛,前端对数据的需求也提出了越来越严苛的要求。在应用系统和开发团队的配合下,给用户提供了很多额外的功能…

memcache redundancy 机制分析及思考

2011年11月9日 由 千石 没有评论 »

memcache redundancy 机制分析及思考

混合存储中Flashcache使用的误区以及解决方案

2011年10月29日 由 褚霸 没有评论 »

Flashcache是facebook释放出来的开源的混合存储方案,用ssd来做cache提升IO设备的性能.很多硬件厂商也有类似的方案,比如说LSI raid卡. 但是这个方案是免费的软件方案,而且经过产品的考验,具体参见: 主页:https://github.com/facebook/flashcache 开源混合存储方案(Flashcache):http://blog.yufeng.info/archives/1165 Flashcache新版重大变化:http://blog.yufeng.info/archives/1429 但是flashcache在使用中很多人会有个误区,导致性能很低。首先我们看下flashcache的设计背景和适用场景: Introduction : ============ Flashcache is a write back block cache Linux kernel module. This document describes the design, futures ideas, configuration, tuning of the flashcache and concludes with a note covering the testability hooks within flashcache and the testing that we did. Flashcache was built primarily as a [...]

软硬件结合的数据库解决方案

2011年10月24日 由 jacky 没有评论 »

最近参加了OTN China Tour技术嘉年华的活动,并准备了一个关于软硬件结合的主题演讲,介绍了我们在软硬件结合方面提升Oracle数据库性能和可用性的案例,后续我会详细介绍这些案例的架构与

用gdb+nm调试php c extension程序

2011年10月20日 由 千石 没有评论 »

用gdb+nm调试php c extension程序