September 3, 2009
试用新浪微博 - 后Twitter时代
作者:eygle
出处:http://blog.eygle.com
在Twitter被GFW之后,也就厌倦了翻墙出去,结果最近邮箱里频频收到朋友发过来的新浪微博邀请。一般收到的邀请是这样的:
结果呢,我靠,原来是逗我玩的,屡次尝试都显示:邀请码不正确,狂汗,以为是自己的机器问题,IE,FF换着试,不行,防火墙、病毒软件关闭,不行。彻底被累倒,放弃。看来是SINA发送邮件的时候忘了加入邀请码。赶快第一时间体验最新潮的微博服务,比偷菜、抢车位还酷哦。
点击下面的链接,加入新浪微博:。。。。。
这份邀请是我专门给你的,别转给别人哦。
结果,还是频频收到邮件,一时火起,还是注册一个吧,找邀请,找到如下链接:
http://club.tech.sina.com.cn/thread-455980-1-1.html
终于收到了一个正确的邀请码,申请了一个账号,以后混新浪微博了,上周见到新浪的邵宗文,不知道这个MySQL数据库是否在宗文的管辖范围之内呢?
我的新浪微博地址:
http://t.sina.com.cn/eygle
-The End-
Posted by eygle at 3:55 PM | Comments (7)
2009 系统架构师大会 PPT 下载地址
作者:eygle
出处:http://blog.eygle.com
2009系统架构师大会已经结束了几天,it168将会议的PPT公开发布了出来,供大家下载。感兴趣的可以参考如下链接:
http://linux.chinaunix.net/SACC2009/SACC2009_AppServer.rar
http://linux.chinaunix.net/SACC2009/SACC2009_database.rar
http://linux.chinaunix.net/SACC2009/SACC2009_education.rar
http://linux.chinaunix.net/SACC2009/SACC2009_monitor.rar
http://linux.chinaunix.net/SACC2009/SACC2009_network.rar
http://linux.chinaunix.net/SACC2009/SACC2009_Storage.rar
http://linux.chinaunix.net/SACC2009/SACC2009_SystemArch.rar
-The End-
Posted by eygle at 2:49 PM | Comments (6)
11gR2新特性之二 - Flash Cache 的SSD支持
作者:eygle
出处:http://blog.eygle.com
在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,从而提升性能:

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