eygle Eygle.
OraNews · Oracle12c/11g 2009-09-03

11gR2新特性之二 - Flash Cache 的SSD支持

在11gR2发布之前,关于Flash Cache的新特性就早已经被释放出来,该特性允许使用SSD硬盘作为Buffer Cache的二级缓存,以在磁盘和内存之间增加一级缓冲,提升数据访问性能。

以下是文档中的一些描述:

  • A transparent extension of the database buffer cache using solid-state disk (SSD) technology
  SSD acts as a Level 2 cache (SGA is Level 1)
  Faster than disk (100x faster for reads)
  Cheaper than memory ($50 per gigabyte)
  Large capacity (hundreds of gigabytes per flash disk)
  • Fewer drives and better performance
  For I/O throughput, users often use hundreds of drives today
  Flash enables I/O throughput without all the drives
  Large jobs complete faster

这一特性依赖几个参数设置:
Install Flash Drive in the Host Server, Set two init.ora parameters:
db_flash_cache_file = <filename>
Specifies the path to the flash disk
db_flash_cache_size=<size>
Specifies the amount of flash disk to use

下图是ITPUB上网友披露出来的示意图,我们可以看出SSD作为2级缓存减轻了磁盘的负担,通过快速的、相对廉价的SSD设备,可以有效的缩减物理IO,从而提升性能:

3.jpg


这一新特性是颇为引人瞩目的,SSD技术经过几年的沉淀、积累与推广,已经为大众所接受,唯一的问题是,这一技术的引入带来了多少Bug,稳定性如何,如无意外,这一特性将为很多面临IO性能瓶颈的企业解决不少问题。

-The End-

By eygle 2009-09-03 08:20 评论 (3)
eygle
eygle

前Oracle ACE Director,云和恩墨创始人。技术为骨,历史为脉,人文为魂。

返回首页

3 Comments

看看谁当吃蟹第一人?

穷人啊 等固态硬盘跌价

easier to scale up.