ITPUB??ì3
订阅ITPUB精粹播报,社区精彩内容不错过
ITPUB论坛 » Oracle新技术/11gR2 » 11gR2的Flash Cache(额滴神呀)


您有 1 条公共消息
  • 来自: 公共消息 标题: ITPUB国庆假期数 ... 内容: 全新编排的Oracle数据库课程,第一线数据库工程师传授亲身经验,完全摆 ...

    标题: 11gR2的Flash Cache(额滴神呀)
    离线 mkcvictor
    心在路上



    精华贴数 0
    个人空间 84
    技术积分 1665 (1332)
    社区积分 2247 (750)
    注册日期 2002-5-7
    论坛徽章:39
    ITPUB元老授权会员2010年世界杯参赛球队:斯洛伐克2010新春纪念徽章  
          

    发表于 2009-8-11 10:47 
    11gR2的Flash 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

    工作原理,我简单的贴个图吧




    mkcvictor 上传了这个附件:
    2009-8-11 10:47
    a.JPG (65.29 KB)
     

    __________________
    恰恰用心时,恰恰无心用;无心恰恰用,常用恰恰无

    我的Blog
    只看该作者    顶部
    离线 brucewoo
    资深会员



    精华贴数 0
    个人空间 158
    技术积分 6064 (291)
    社区积分 4057 (485)
    注册日期 2004-3-30
    论坛徽章:86
    NBA季后赛纪念徽章2010新春纪念徽章生肖徽章2007版:牛生肖徽章2007版:虎生肖徽章2007版:鼠2009新春纪念徽章
    2008北京奥运纪念徽章:皮划艇静水生肖徽章2007版:兔生肖徽章:兔生肖徽章:虎生肖徽章:鼠生肖徽章:牛

    发表于 2009-8-11 10:50 
    不错,和SSD有关特性.


    只看该作者    顶部
    离线 allway_cu



    精华贴数 0
    个人空间 0
    技术积分 59 (29946)
    社区积分 0 (2061203)
    注册日期 2009-3-2
    论坛徽章:0
          
          

    发表于 2009-8-13 11:23 
    内存当内存使-〉内存当硬盘使-〉硬盘当内存使-〉内存当内存使;

    N年一轮回,呵呵


    只看该作者    顶部
    离线 cc59
    Love oracle


    精华贴数 0
    个人空间 326
    技术积分 15740 (93)
    社区积分 13803 (152)
    注册日期 2004-8-13
    论坛徽章:97
    现任管理团队成员2010年世界杯参赛球队:荷兰2010年世界杯参赛球队:意大利2010年世界杯参赛球队:阿根廷尤文图斯 
          

    发表于 2009-8-13 23:25 
    新产品总是令人期待


    __________________
    My blog: tuning rac and using parallel


    msn:liuyi8903@hotmail.com
    只看该作者    顶部
    离线 netbanker
    版主



    精华贴数 5
    个人空间 0
    技术积分 15970 (91)
    社区积分 2872 (640)
    注册日期 2001-9-24
    论坛徽章:27
    现任管理团队成员ITPUB元老管理团队2006纪念徽章会员2007贡献徽章会员2006贡献徽章2010年世界杯参赛球队:希腊
    2010新春纪念徽章2010新春纪念徽章祖国60周年纪念徽章ITPUB8周年纪念徽章生肖徽章2007版:兔生肖徽章2007版:蛇

    发表于 2009-8-18 04:22 
    extra price I guess


    __________________
    MSN: stevenzhaoyi at hotmail.com
    只看该作者    顶部
    离线 yanggq
    版主


    精华贴数 1
    个人空间 126
    技术积分 39076 (30)
    社区积分 20972 (98)
    注册日期 2002-10-29
    论坛徽章:167
    现任管理团队成员IT宝贝ITPUB新首页上线纪念徽章   
          

    发表于 2009-8-19 20:02 
    Good news


    __________________
    好好学习,天天向上------------------------------我也有itpub邮箱了耶"$我的id"@itpub.nethttp://www.dbanotes.net/EvDBT  ORAPERF ASKTOM TAHITI IXORAEygle
    只看该作者    顶部
    离线 nirvanv
    romel


    精华贴数 0
    个人空间 0
    技术积分 2427 (840)
    社区积分 1374 (1047)
    注册日期 2008-2-29
    论坛徽章:4
          
          

    发表于 2009-8-20 23:40 
    替lz补充张图片

    Note:

    - Customers should test flash drives thoroughly – quality and performance varies greatly
      today
    - Large flash areas may require additional SGA for buffer headers, approximately 2 – 4% of
      Flash Cache data
    - With large flash drives, the time to “warmup” the cache and deliver full benefit could be
      substantial
    - Multiple flash drives may be combined via volume managers or ASM
    - Flash drives can use PCI, SCSI, or DIMM connections, as long as they “look” to Oracle like
      a regular disk
    - Optional storage clause FLASH_CACHE { KEEP | NONE } to force a table or partition in or out
      of the cache
    - Flash cache reduces read I/O, but does not affect write I/O



    引用地址 http://blog.sina.com.cn/s/blog_6058d7c10100eupu.html

    [ 本帖最后由 nirvanv 于 2009-8-20 23:43 编辑 ]




    nirvanv 上传了这个附件:
    2009-8-20 23:42
    2.jpg (36.8 KB)
     

    2009-8-20 23:42
    3.jpg (42.07 KB)
     

    2009-8-20 23:42
    4.jpg (47.07 KB)
     

    __________________
    http://www.psoug.org/reference/
    http://tahiti.oracle.com/
    http://www.oracle.com/technology/documentation/index.html
    http://www.oracle-base.com/
    http://download-west.oracle.com/docs/cd/B10501_01/nav/docindex.htm
    http://download-west.oracle.com/docs/cd/B10501_01/index.htm
    http://www.oracle.com/pls/db112/portal.all_books
    http://www.oaktable.net/
    http://infocenter.sybase.com/help/index.jsp
    只看该作者    顶部
    离线 fuger2
    higer



    精华贴数 0
    个人空间 0
    技术积分 272 (8770)
    社区积分 3 (28401)
    注册日期 2007-7-14
    论坛徽章:1
    2008北京奥运纪念徽章:马术     
          

    发表于 2009-8-22 09:32 
    Oracle不断致力于IO问题的解决,不错!


    只看该作者    顶部
    离线 oldunix
    高级会员



    精华贴数 0
    个人空间 20
    技术积分 3343 (576)
    社区积分 23 (9239)
    注册日期 2006-3-20
    论坛徽章:11
    会员2007贡献徽章授权会员2009日食纪念2008北京奥运纪念徽章:蹦床  
          

    发表于 2009-8-28 23:46 
    软件技术随硬件不断发展


    __________________
    为实现unix界oracle最好,oracle界unix最好而努力奋斗!

    住在北京的外地人联系方式:  
    skype: oldunix  
    mail:    oldunix@126.com

    开始搞DB2,看多长时间能搞通?
    只看该作者    顶部
    离线 fsm
    *****


    精华贴数 0
    个人空间 0
    技术积分 908 (2635)
    社区积分 12 (12560)
    注册日期 2004-6-28
    论坛徽章:7
    参与WIN7挑战赛纪念2010新春纪念徽章祖国60周年纪念徽章数据库板块每日发贴之星ITPUB新首页上线纪念徽章 
          

    发表于 2009-9-2 11:44 
    终于把ssd搞进来了!


    只看该作者    顶部
    相关内容


    CopyRight 1999-2006 itpub.net All Right Reserved.
    北京皓辰网域网络信息技术有限公司. 版权所有
    网站律师 隐私政策 知识产权声明
    广播电视节目制作经营许可证:编号(京)字第1149号
    京ICP证:060528号 联系我们

    北京市公安局海淀分局网监中心备案编号:1101082001