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

當前位置:主頁 > 科技論文 > 軟件論文 >

HBase數據庫的安全索引研究

發(fā)布時間:2019-03-15 09:26
【摘要】:大數據時代的到來,傳統(tǒng)關系型數據庫在存取速率等方面越來越無法滿足海量數據處理的需求,NoSQL數據庫應運而生。與關系型數據庫相比,NoSQL數據庫在安全方面存在不足。HBase分布式數據庫是一種安全機制比較完善的NoSQL數據庫,但HBase數據庫中的數據文件卻是以明文形式存儲的,這便形成一定的安全漏洞。為HBase數據庫中的數據文件進行加密處理,并為HBase數據庫構建密文安全二級索引,使得HBase密文數據庫具有條件查詢能力是非常具有意義的。根據HBase分布式數據庫中列數據的數據類型的不同可以分別研究數值型密文檢索和文本型密文檢索。對于HBase分布式數據庫中數值型數據的密文檢索,提出一種基于改進型安全R樹的檢索策略。在為HBase的數據表的數據構建R樹安全索引時,會利用R樹的動態(tài)特性根據數據表構建索引需要的列值來將RowKey行按照設定的加密策略存入到索引表的恰當位置。同時采用將HBase的數據表DataTable相對應的索引表IndexTable存入HBase中來確保對索引表使用與維護。這種方式能夠很好的支持針對列的等值檢索與范圍檢索。對于HBase分布式數據庫中文本型數據的密文檢索,提出一種基于安全倒排索引的檢索策略。在構建文本型密文索引時,將HBase的常用于構建二級索引的coprocessor框架與開源搜索引擎工具包Lucene進行有機結合,將HBase中Column Family/Q ualifer限定的列規(guī)范為文本內容之后進行分詞加密,同時采用將Lucene中的相關文件等信息保存在HBase數據庫中來保證數據的完整性和可用性。這種方式可以很好地支持針對列的等值查詢與子串查詢。設計實現了基于HBase的密文檢索原型系統(tǒng),實現了用戶管理模塊、加解密模塊、密鑰管理模塊、密文索引生成與檢索模塊等,并對系統(tǒng)進行了實驗測試。HBase安全索引充分利用了現有HBase快速檢索能力,目前的研究成果對密文數據查詢多樣性的支持仍有一定的局限,該方向仍具有極大的研究空間與研究意義。
[Abstract]:With the arrival of big data era, the traditional relational database can not meet the needs of massive data processing in terms of access rate and so on. Therefore, NoSQL database emerges as the times require. Compared with relational database, NoSQL database has shortcomings in security. HBASE distributed database is a kind of NoSQL database with perfect security mechanism, but the data files in HBase database are stored in plain text. This forms a certain security loophole. It is very meaningful to encrypt the data files in HBase database and construct the secure secondary index of ciphertext for HBase database, which makes the HBase ciphertext database have the ability of conditional query. According to the different data types of column data in HBase distributed database, numerical ciphertext retrieval and text ciphertext retrieval can be studied respectively. For encrypted text retrieval of numerical data in HBase distributed database, a search strategy based on improved secure R-tree is proposed. When constructing the R-tree secure index for the data of the data table of HBase, the dynamic characteristics of the R-tree are used to store the RowKey row in the proper location of the index table according to the set encryption policy, according to the column value needed to build the index of the data table. At the same time, the index table IndexTable corresponding to the data table DataTable of HBase is stored in HBase to ensure the use and maintenance of the index table. This method can well support the column equivalent retrieval and range retrieval. A secure inverted index-based retrieval strategy for Chinese text-based data retrieval in HBase distributed database is proposed in this paper. When constructing text-based ciphertext index, we combine the coprocessor framework of HBase, which is commonly used in building secondary index, and Lucene, an open source search engine toolkit, to encrypt word segmentation after standardizing the Column Family/Q ualifer-qualified column in HBase as text content. At the same time, the data integrity and availability are ensured by storing the relevant files in the Lucene database in the HBase database. This method can well support the equivalent query and substring query for columns. The prototype system of ciphertext retrieval based on HBase is designed and implemented, which includes user management module, encryption and decryption module, key management module, ciphertext index generation and retrieval module, and so on. The security index of HBASE makes full use of the existing fast retrieval ability of HBase, and the current research results still have some limitations on the support of the diversity of ciphertext data query, and the security index of HBASE has made full use of the fast retrieval ability of the existing HBASE. This direction still has great research space and significance.
【學位授予單位】:華中科技大學
【學位級別】:碩士
【學位授予年份】:2016
【分類號】:TP311.13;TP309

【參考文獻】

相關期刊論文 前10條

1 李文成;趙逢禹;;企業(yè)云存儲數據的加密與密文全文檢索研究[J];小型微型計算機系統(tǒng);2013年02期

2 曹夕;許力;陳蘭香;;云存儲系統(tǒng)中數據完整性驗證協議[J];計算機應用;2012年01期

3 鄒燕飛;于成尊;趙亮;;基于Lucene的文本搜索引擎的設計和實現[J];計算機與現代化;2011年09期

4 盧冬海;何先波;;淺析NoSQL數據庫[J];中國西部科技;2011年02期

5 鄭榕增;林世平;;基于Lucene的中文倒排索引技術的研究[J];計算機技術與發(fā)展;2010年03期

6 田秀彥;李忠;羅士美;鄧力強;;基于Struts+Hibernate+Spring的整合架構及其在Web開發(fā)中的應用[J];計算機與現代化;2008年11期

7 王靜疆;;搜索引擎評價指標體系比較研究[J];圖書情報工作;2008年10期

8 馮朝勝;秦志光;袁丁;;數據庫加密系統(tǒng)密鑰管理模塊的設計[J];電子科技大學學報;2007年05期

9 胡立春;武友新;張燁;姜曉東;;LDAP環(huán)境下的統(tǒng)一用戶管理系統(tǒng)的研究與實現[J];計算機工程與設計;2007年04期

10 管建和;甘劍峰;;基于Lucene全文檢索引擎的應用研究與實現[J];計算機工程與設計;2007年02期

相關碩士學位論文 前6條

1 付文靜;基于HBase的大數據存儲查詢技術研究[D];電子科技大學;2015年

2 蔡平;基于Hadoop的NoSQL數據庫安全研究[D];上海交通大學;2013年

3 關爾昱;基于數據庫外層加密的數據庫加密系統(tǒng)的設計與實現[D];北京郵電大學;2010年

4 宋賽;密文全文檢索系統(tǒng)的安全索引結構研究[D];華中科技大學;2009年

5 劉可;數據庫加密系統(tǒng)研究[D];合肥工業(yè)大學;2006年

6 余登峰;基于R樹的空間數據索引技術研究與實現[D];中國地質大學;2006年

,

本文編號:2440504

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

本文鏈接:http://sikaile.net/kejilunwen/ruanjiangongchenglunwen/2440504.html


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

版權申明:資料由用戶daee2***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com
欧美韩日在线观看一区| 国产不卡免费高清视频| 国内九一激情白浆发布| 亚洲精品中文字幕无限乱码| 大屁股肥臀熟女一区二区视频| 久热久热精品视频在线观看| 99福利一区二区视频| 国产成人综合亚洲欧美日韩| 欧美乱视频一区二区三区| 欧美亚洲91在线视频| 久久精品中文字幕人妻中文| 热久久这里只有精品视频| 日韩中文字幕免费在线视频| 男女午夜在线免费观看视频| 日本黄色录像韩国黄色录像| 91亚洲精品综合久久| 国产精品伦一区二区三区四季 | 黄片美女在线免费观看| 日韩精品毛片视频免费看| 精品国产一区二区欧美| 日韩精品综合免费视频| 亚洲中文字幕乱码亚洲| 久久99精品国产麻豆婷婷洗澡 | 黄色激情视频中文字幕| 亚洲欧美国产网爆精品| av免费视屏在线观看| 又色又爽又黄的三级视频| 色婷婷国产精品视频一区二区保健| 欧美午夜一级特黄大片| 精品视频一区二区三区不卡| 亚洲精品av少妇在线观看| 亚洲午夜精品视频在线| 精品国产品国语在线不卡| 亚洲国产精品国自产拍社区| 九九蜜桃视频香蕉视频| 欧美国产日韩在线综合| 亚洲精品国产主播一区| 成年人黄片大全在线观看| 日韩成人动作片在线观看| 亚洲视频偷拍福利来袭| 久久99一本色道亚洲精品|