登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

中吴南顾惟一笑

成功法则就是那19个字

 
 
 

日志

 
 

数据库牛人对数据库的几点小结  

2010-08-05 13:55:20|  分类: dbms |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |
The premier conference in DB field : ACM SIGMOD/PODS with VLDB and ICDE

SIGMOD/PODS always held together
SIGMOD : Management of Data
PODS : "Principles of Database Systems". More focusing on principles and theory. Using mathematic methods. Small number of papers.

Jim Gray’s (Transactions)
    ACID to define Transaction
        Atomicity : All or nothing
        Consistency: Preserve application invariants
        Isolation: No concurrency surprises
        Durability: No commitments lost
    
    The Virtue of Transactions
        They are simple: Convert complex errors into simple go / no-go    
        
    Durability always used replicas
        Log is just a technology for replicas.
    
    Transactional memory simplifies error handling
    
    
David DeWitt’s (Query Processing)            
    Benchmarks gave developers and researchers concrete, measurable targets
    Resulting benchmark wars drove the market

    Improvements in locking and recovery - Group commit , Oracle’s use of versioning , KVL B-tree locking and Aries

    Taking query optimization to the next level
        Too frequently produces a bad plan
            Estimates are incorrect
            Ignores run-time load
        Recent efforts
            Dynamic re-optimization
            Feedback loop to capture actual statistics of predicates
            
    column stores
        Only columns needed by a query actually get read
        Perfect L2 data cache utilization
        Easy to compress
        Operate directly on compressed data
  评论这张
 
阅读(242)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018