天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 計算機論文 >

一種基于OpenTSDB的海量實時數(shù)據(jù)存儲系統(tǒng)

發(fā)布時間:2018-03-07 23:08

  本文選題:分布式系統(tǒng) 切入點:OpenTSDB 出處:《華南理工大學(xué)》2016年碩士論文 論文類型:學(xué)位論文


【摘要】:海量數(shù)據(jù)的存儲與查詢是進行大數(shù)據(jù)分析的先決條件,如何高效靈活的存取海量數(shù)據(jù)已成為當(dāng)前業(yè)內(nèi)的研究熱點。華南理工大學(xué)能耗數(shù)據(jù)分析平臺采用傳統(tǒng)的關(guān)系型數(shù)據(jù)庫作為其存儲支撐,但受限于其理論模型與體系結(jié)構(gòu),很難在性能和擴展性方面滿足大數(shù)據(jù)情景下的數(shù)據(jù)需求。非關(guān)系型數(shù)據(jù)庫可以較好的解決這些問題,但其功能往往較為簡單,在復(fù)雜查詢和事務(wù)管理等方面支持有限,并且缺乏標準化的查詢語言或接口,難以與基于SQL的查詢邏輯兼容,技術(shù)遷移難度大。為了解決上述問題,本文對能耗分析平臺內(nèi)實時數(shù)據(jù)的特征進行了詳細分析,并在廣泛技術(shù)調(diào)研的基礎(chǔ)上,整合關(guān)系型數(shù)據(jù)庫與非關(guān)系型數(shù)據(jù)庫的各自優(yōu)勢,設(shè)計并實現(xiàn)了一套基于OpenTSDB的海量實時數(shù)據(jù)存儲系統(tǒng)。該系統(tǒng)的核心設(shè)計思想是:構(gòu)建由關(guān)系數(shù)據(jù)庫和非關(guān)系數(shù)據(jù)庫OpenTSDB組成的異構(gòu)數(shù)據(jù)庫集群,關(guān)系數(shù)據(jù)庫中存儲關(guān)系特征強的、存在事務(wù)或復(fù)雜查詢需求的數(shù)據(jù);OpenTSDB則用于支撐海量實時數(shù)據(jù)的存儲。在數(shù)據(jù)持久層模塊上,本文創(chuàng)新性的提出了一種基于面向切面編程的設(shè)計方案,借助Spring AOP增強Mybatis這一關(guān)系型數(shù)據(jù)庫數(shù)據(jù)持久化框架的查詢方法,在一次接口調(diào)用過程中同時實現(xiàn)兩類數(shù)據(jù)庫的查詢,用關(guān)系數(shù)據(jù)庫查詢結(jié)果驅(qū)動OpenTSDB的查詢,并最終按照接口定義返回規(guī)范的查詢結(jié)果。這一設(shè)計方案無需對相關(guān)框架或數(shù)據(jù)庫的代碼進行修改,實現(xiàn)了各個模塊之間的松耦合,并且不會對上層的業(yè)務(wù)邏輯產(chǎn)生影響,具有良好的兼容性,極大的降低了技術(shù)遷移的難度。本文還提出了一種基于冗余存儲的順序讀取優(yōu)化設(shè)計方案,以額外的存儲空間為代價換取了使用不同字段進行順序讀取效率提升。華南理工大學(xué)能耗數(shù)據(jù)分析平臺上進行的一系列測試顯示基于OpenTSDB的海量實時數(shù)據(jù)存儲系統(tǒng)具備完善的功能并有著良好的隨機/順序訪問性能。
[Abstract]:Storing and querying massive data is a prerequisite for big data's analysis. How to access mass data efficiently and flexibly has become a research hotspot in the industry. The energy consumption data analysis platform of South China University of Technology uses the traditional relational database as its storage support, but is limited by its theoretical model and architecture. It is difficult to meet the data requirements in big data's situation in terms of performance and extensibility. Non-relational databases can solve these problems better, but their functions are often relatively simple, and their support for complex queries and transaction management is limited. And lack of standardized query language or interface, it is difficult to be compatible with query logic based on SQL, technology migration is difficult. In order to solve the above problems, the characteristics of real-time data in the energy consumption analysis platform are analyzed in detail. And on the basis of extensive technical investigation, integrating the respective advantages of relational database and non-relational database, A massive real-time data storage system based on OpenTSDB is designed and implemented. The core of the system is to construct a heterogeneous database cluster composed of relational database and non-relational database OpenTSDB. OpenTSDB, which has transaction or complex query requirements, is used to support the storage of massive real-time data. In the module of data persistence layer, this paper proposes an innovative design scheme based on section-oriented programming. With the help of Spring AOP to enhance the query method of Mybatis, which is the framework of relational database data persistence, the query of two kinds of databases is realized simultaneously in the process of single interface call, and the query of OpenTSDB is driven by the query result of relational database. Finally, the standard query result is returned according to the interface definition. This design scheme does not need to modify the code of the related framework or database, realizes the loose coupling between the various modules, and does not have an impact on the business logic of the upper layer. It has good compatibility and greatly reduces the difficulty of technology migration. This paper also proposes an optimized design scheme of sequential reading based on redundant storage. A series of tests conducted on the platform of energy consumption data analysis of South China University of Science and Technology show that the massive real-time data storage system based on OpenTSDB is based on the results of a series of tests conducted on the platform of energy consumption data analysis of South China University of Technology. Has the perfect function and has the good random / sequential access performance.
【學(xué)位授予單位】:華南理工大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2016
【分類號】:TP333

【相似文獻】

相關(guān)期刊論文 前10條

1 ;永久性數(shù)據(jù)存儲系統(tǒng)尋求合作[J];電腦與電信;2009年02期

2 楊則正;美國空軍人員數(shù)據(jù)存儲系統(tǒng)[J];管理科學(xué)文摘;1994年07期

3 李亮元;周銀珍;;數(shù)據(jù)存儲系統(tǒng)在銀行的應(yīng)用[J];金融電子化;2002年11期

4 陳端榮,裴先登,謝長生,讓光林;體全息數(shù)據(jù)存儲系統(tǒng)中的一種調(diào)制碼研究[J];小型微型計算機系統(tǒng);2003年01期

5 張展 ,何岷 ,徐廣毅;嵌入式電子飛行儀表系統(tǒng)(一)——數(shù)據(jù)通信和數(shù)據(jù)存儲系統(tǒng)設(shè)計[J];電子世界;2003年05期

6 楊光鎮(zhèn);中山電力數(shù)據(jù)存儲系統(tǒng)方案[J];電力信息化;2004年05期

7 邢笠;;數(shù)字圖書館數(shù)據(jù)存儲系統(tǒng)解決方案的探討[J];浙江萬里學(xué)院學(xué)報;2006年02期

8 沈兆龍;江兵;蔡建文;唐火紅;邢卉;徐敏;黃文浩;;共焦雙光頭多層數(shù)據(jù)存儲系統(tǒng)[J];光電工程;2007年07期

9 張李蓀;;信息化建設(shè)中的數(shù)據(jù)存儲系統(tǒng)建設(shè)[J];人民長江;2009年07期

10 李二補;;數(shù)據(jù)存儲系統(tǒng)中可靠性及容錯性研究[J];山西科技;2010年01期

相關(guān)會議論文 前3條

1 江楊;;流數(shù)據(jù)存儲系統(tǒng)體系結(jié)構(gòu)研究[A];2007中國科協(xié)年會——通信與信息發(fā)展高層論壇論文集[C];2007年

2 章政海;;電廠數(shù)據(jù)存儲系統(tǒng)總體構(gòu)架研究[A];二○○九年全國電力企業(yè)信息化大會論文集[C];2009年

3 李非;邱天爽;遲戈;魏晶;;高速數(shù)據(jù)存儲在CT成像系統(tǒng)中的應(yīng)用研究[A];2008年醫(yī)療儀器學(xué)術(shù)年會暨理事會論文匯編[C];2008年

相關(guān)重要報紙文章 前10條

1 惠聞;SAN應(yīng)用不再難[N];網(wǎng)絡(luò)世界;2000年

2 ;SAN——高瞻者的選擇[N];網(wǎng)絡(luò)世界;2001年

3 ;傳統(tǒng)存儲方式 面臨變革[N];中國計算機報;2004年

4 ;突破存儲的極限[N];中國電腦教育報;2004年

5 ;惠普簡化行業(yè)數(shù)據(jù)存儲系統(tǒng)[N];人民郵電;2005年

6 ;青島大學(xué)醫(yī)學(xué)院附屬醫(yī) Centera 應(yīng)用案例[N];中國電子報;2005年

7 陳旭兵;岳陽醫(yī)院“分級存儲”PACS構(gòu)建[N];網(wǎng)絡(luò)世界;2008年

8 程鴻;政府信息資源需層次化管理[N];計算機世界;2004年

9 劉燕;福建采購工商管理系統(tǒng)信息建設(shè)項目[N];政府采購信息報;2008年

10 IBM存儲事業(yè)部 張英偉;用邏輯卷鏡像安全備份[N];中國計算機報;2006年

相關(guān)博士學(xué)位論文 前1條

1 陳海霞;計算機數(shù)據(jù)存儲系統(tǒng)中讀寫頭/盤間超薄氣膜動力穩(wěn)定性研究[D];華中科技大學(xué);2004年

相關(guān)碩士學(xué)位論文 前10條

1 韓亮;手機售后維修管理及其數(shù)據(jù)存儲系統(tǒng)的設(shè)計與實現(xiàn)[D];吉林大學(xué);2016年

2 單若琦;一種基于OpenTSDB的海量實時數(shù)據(jù)存儲系統(tǒng)[D];華南理工大學(xué);2016年

3 鐘曉華;銀行操作數(shù)據(jù)存儲系統(tǒng)的分析與應(yīng)用[D];內(nèi)蒙古大學(xué);2009年

4 黃麗華;江西電信公司運營數(shù)據(jù)存儲系統(tǒng)的升級方案設(shè)計[D];南昌大學(xué);2010年

5 李啟芳;成工職校校園網(wǎng)絡(luò)數(shù)據(jù)存儲系統(tǒng)的設(shè)計與應(yīng)用[D];電子科技大學(xué);2014年

6 張燦;云存儲中的數(shù)據(jù)動態(tài)平衡技術(shù)研究[D];上海交通大學(xué);2012年

7 王建光;大規(guī)模時間序列數(shù)據(jù)存儲系統(tǒng)的研究與實現(xiàn)[D];華中科技大學(xué);2013年

8 黃寅;高速數(shù)據(jù)存儲系統(tǒng)的設(shè)計與應(yīng)用[D];華中科技大學(xué);2009年

9 蘇文洲;容忍入侵的數(shù)據(jù)存儲系統(tǒng)研究與設(shè)計[D];蘭州大學(xué);2006年

10 祁軍;運營數(shù)據(jù)存儲系統(tǒng)的設(shè)計與實現(xiàn)[D];南京郵電大學(xué);2012年

,

本文編號:1581360

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/1581360.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶2a147***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com
国产精品丝袜美腿一区二区| 日韩中文字幕视频在线高清版| 日韩欧美第一页在线观看| 成人精品一区二区三区综合| 国产精品一区二区三区日韩av | 色婷婷激情五月天丁香| 亚洲日本久久国产精品久久| 一区二区三区免费公开| 国产精品成人一区二区三区夜夜夜| 在线观看中文字幕91| 成人区人妻精品一区二区三区| 久久永久免费一区二区| 真实偷拍一区二区免费视频| 少妇在线一区二区三区| 激情五月天免费在线观看| 日韩欧美综合在线播放| 开心激情网 激情五月天| 国产精品激情在线观看| 经典欧美熟女激情综合网| 久久国内午夜福利直播| 五月综合婷婷在线伊人| 一二区中文字幕在线观看| 欧美人妻一区二区三区| 不卡中文字幕在线视频| 欧美日本亚欧在线观看| 久久99精品日韩人妻| 欧美激情一区=区三区| 不卡在线播放一区二区三区| 日韩成人中文字幕在线一区| 欧美日韩免费观看视频| 欧美午夜不卡在线观看| 99久久精品午夜一区| 深夜日本福利在线观看| 国产精品久久精品毛片| 色婷婷激情五月天丁香| 最近的中文字幕一区二区| 亚洲婷婷开心色四房播播| 国产在线观看不卡一区二区| 日本不卡在线视频你懂的| 人妻人妻人人妻人人澡| 在线欧美精品二区三区|