作者:劉旭暉 Raymond 轉載請註明出處Email:colorant at 163.comBLOG:http://blog.csdn.net/colorant/更多論文閱讀筆記 http://blog.csdn.net/colorant/article/details/8256145閱讀筆記 - Pregel: A System for Large-Scale GraphProcessing 關鍵字分散式運算,圖,迭代 ==目標問題
作者:劉旭暉 Raymond 轉載請註明出處Email:colorant at 163.comBLOG:http://blog.csdn.net/colorant/更多論文閱讀筆記 http://blog.csdn.net/colorant/article/details/8256145關鍵字Spanner,外部一致性,跨機房, True time ==目標問題 == 提供一個高效能,全球規模的分布式同步備份資料庫 ==核心思想
作者:劉旭暉 Raymond 轉載請註明出處Email:colorant at 163.comBLOG:http://blog.csdn.net/colorant/更多論文閱讀筆記 http://blog.csdn.net/colorant/article/details/8256145 關鍵字 叢集調度 ==目標問題
作者:劉旭暉 Raymond 轉載請註明出處Email:colorant at 163.comBLOG:http://blog.csdn.net/colorant/更多論文閱讀筆記 http://blog.csdn.net/colorant/article/details/8256145==目標問題 == 為了提高資源的利用率以及滿足不同應用的需求,在同一叢集內會部署各種不同的分布式運算架構(cluster computing framework),他們有著各自的調度邏輯。
作者:劉旭暉 Raymond 轉載請註明出處Email:colorant at 163.comBLOG:http://blog.csdn.net/colorant/更多論文閱讀筆記 http://blog.csdn.net/colorant/article/details/8256145關鍵字Paxos, 實現,可靠性,效能,Chubby ==目標問題 == 基於Paxos機制,構建一個可靠的容錯資料庫系統。Paxos理論和實際實現之間有很多的gap,如何解決這些問題並構建出一個實際可用的系統。
作者:劉旭暉 Raymond 轉載請註明出處Email:colorant at 163.comBLOG:http://blog.csdn.net/colorant/==是什麼 == Wasp是阿里集團開發的基於HBase的一個資料庫方案,其根本出發點是仿效Google的Megastore,“在HBase系統上不犧牲線性拓展能力的同時又能提供跨行事務、索引、SQL的功能” ==架構原理
匯流排的演變首先應該講講匯流排的演變曆史,這方面《PC架構系列:CPU/RAM/IO匯流排的發展曆史!》這篇文章寫得很好!感謝文章的作者!以下內容大量來自這篇文章,可以說是這篇文章的縮減轉載。 公用匯流排早期PC中,CPU/RAM/IO都是掛在一條匯流排上,所有的組件都必須在同步的模式下工作。這樣就帶來一個"互鎖" (locked to each other )效應:所有裝置都被限定在一個通用時鐘頻率(Clock
在學習Linux驅動的過程中,遇到一個很好玩的核心功能,準確的說是一個很好玩的宏,叫做container_of。該宏定義在include/linux/kernel.h中,首先來貼出它的代碼:439/**440 * container_of - cast a member of a structure out to the containing structure441 * @ptr: the pointer to the member.442 * @type: the
作者:劉旭暉 Raymond 轉載請註明出處Email:colorant at 163.comBLOG:http://blog.csdn.net/colorant/更多論文閱讀筆記 http://blog.csdn.net/colorant/article/details/8256145 關鍵字GFSDistributed File System ==目標問題 == 在相對廉價的機器上構建大規模的,可擴充的,高可靠性,Distributed File System ==核心思想
作者:劉旭暉 Raymond 轉載請註明出處Email:colorant at 163.comBLOG:http://blog.csdn.net/colorant/更多雲端運算相關項目快速理解文檔 http://blog.csdn.net/colorant/article/details/8255910==是什麼 == 目標Scope EasyStandard SQL access on top of HBase 官方定義 A SQL layer over HBase delivered