项目名称: 面向长尾现象的数据缓存技术研究

项目编号: No.61502189

项目类型: 青年科学基金项目

立项/批准年度: 2016

项目学科: 自动化技术、计算机技术

项目作者: 王桦

作者单位: 华中科技大学

项目金额: 20万元

中文摘要: 大数据访问模式由传统的Zipf分布变为扩展指数(SE)分布,传统数据缓存技术不再适用于大数据访问。造成SE分布的长尾现象及缓存效率远低于Zipf分布的根源在于大数据访问的局部性减弱且缓存空间不足。本项目提出面向长尾现象的大数据缓存结构,通过挖掘热文件中所包含的冷文件数据块,在保证热文件缓存访问命中率的前提下,提高冷文件缓存访问命中率;提出基于属性集和相似度检测的文件分类方法来实现分布式缓存管理,采用局部敏感哈希技术对文件进行分组,缩小重复数据的查找范围;进一步采用动态计数型布隆过滤器阵列技术加快重复数据的判断,提高缓存检索长尾全集冷数据的性能。本项目突破传统缓存研究只针对热数据的思维定势,聚焦规模及价值不断增长的SE分布下的冷数据,为大数据缓存设计提供新的思路。

中文关键词: 数据缓存;访问模式;大数据;数据重删;局部敏感哈希

英文摘要: Access pattern of big data has changed from traditional Zipf-like distribution to Stretched Exponential (SE) distribution, conventional caching approaches are no longer suitable for big data access. The root cause for SE distribution’s long tail and lower caching efficiency than Zipf-like distribution is that big data access locality is weaker and cache space is insufficient. In this project, we proposed long tail phenomenon oriented big data caching structure, so as to improve cold file hit ratio through exploiting blocks of cold file co-resided in hot files, as well as guaranteeing hot files’ hit ratio; We also proposed attribute set and similarity detection based file classification to realize distributed caching management; Locality-Sensitive Hashing technology was adopted to group similar files and narrow query scope of duplicated data; Furthermore, Dynamic Counting Bloom filter Array was used to accelerate the judgment of duplicated items, so as to improve the performance of searching full set of cold data in long tail. In this project, we broke the regular thinking pattern on caching research where only hot data are focused and paid attention to the cold data with increasingly higher volume and value, so as to provide new solution for big data caching.

英文关键词: data caching;access pattern;big data;data deduplication;locality-sensitive hashing

成为VIP会员查看完整内容
0

相关内容

面向语义搜索的自然语言处理
专知会员服务
58+阅读 · 2021年12月18日
面向大数据处理框架的JVM优化技术综述
专知会员服务
16+阅读 · 2021年11月27日
面向知识图谱的知识推理综述
专知会员服务
146+阅读 · 2021年11月1日
专知会员服务
59+阅读 · 2021年5月28日
专知会员服务
41+阅读 · 2021年3月28日
专知会员服务
106+阅读 · 2020年10月27日
专知会员服务
190+阅读 · 2020年10月14日
腾讯数据湖查询优化实践
专知
3+阅读 · 2022年3月24日
《2021—2022中国大数据产业发展报告》
专知
12+阅读 · 2022年1月23日
面向大数据处理框架的JVM优化技术综述
专知
0+阅读 · 2021年11月27日
PostgreSQL数据目录深度揭秘
阿里技术
0+阅读 · 2021年8月31日
一文读懂线性回归、岭回归和Lasso回归
CSDN
33+阅读 · 2019年10月13日
亿级订单数据的访问与存储,怎么实现与优化?
码农翻身
16+阅读 · 2019年4月17日
面向云端融合的分布式计算技术研究进展与趋势
中国计算机学会
18+阅读 · 2018年11月27日
国家自然科学基金
4+阅读 · 2014年12月31日
国家自然科学基金
2+阅读 · 2014年12月31日
国家自然科学基金
1+阅读 · 2014年12月31日
国家自然科学基金
1+阅读 · 2013年12月31日
国家自然科学基金
2+阅读 · 2013年12月31日
国家自然科学基金
0+阅读 · 2012年12月31日
国家自然科学基金
0+阅读 · 2012年12月31日
国家自然科学基金
1+阅读 · 2011年12月31日
国家自然科学基金
9+阅读 · 2011年12月31日
国家自然科学基金
0+阅读 · 2009年12月31日
小贴士
相关VIP内容
面向语义搜索的自然语言处理
专知会员服务
58+阅读 · 2021年12月18日
面向大数据处理框架的JVM优化技术综述
专知会员服务
16+阅读 · 2021年11月27日
面向知识图谱的知识推理综述
专知会员服务
146+阅读 · 2021年11月1日
专知会员服务
59+阅读 · 2021年5月28日
专知会员服务
41+阅读 · 2021年3月28日
专知会员服务
106+阅读 · 2020年10月27日
专知会员服务
190+阅读 · 2020年10月14日
相关资讯
腾讯数据湖查询优化实践
专知
3+阅读 · 2022年3月24日
《2021—2022中国大数据产业发展报告》
专知
12+阅读 · 2022年1月23日
面向大数据处理框架的JVM优化技术综述
专知
0+阅读 · 2021年11月27日
PostgreSQL数据目录深度揭秘
阿里技术
0+阅读 · 2021年8月31日
一文读懂线性回归、岭回归和Lasso回归
CSDN
33+阅读 · 2019年10月13日
亿级订单数据的访问与存储,怎么实现与优化?
码农翻身
16+阅读 · 2019年4月17日
面向云端融合的分布式计算技术研究进展与趋势
中国计算机学会
18+阅读 · 2018年11月27日
相关基金
国家自然科学基金
4+阅读 · 2014年12月31日
国家自然科学基金
2+阅读 · 2014年12月31日
国家自然科学基金
1+阅读 · 2014年12月31日
国家自然科学基金
1+阅读 · 2013年12月31日
国家自然科学基金
2+阅读 · 2013年12月31日
国家自然科学基金
0+阅读 · 2012年12月31日
国家自然科学基金
0+阅读 · 2012年12月31日
国家自然科学基金
1+阅读 · 2011年12月31日
国家自然科学基金
9+阅读 · 2011年12月31日
国家自然科学基金
0+阅读 · 2009年12月31日
微信扫码咨询专知VIP会员