期刊文献+
共找到3篇文章
< 1 >
每页显示 20 50 100
分布式列存储数据库性能测试方法研究 被引量:3
1
作者 崔晓雪 陈文捷 陈敏刚 《信息技术与标准化》 2022年第11期34-39,共6页
针对分布式列存储数据库的性能测试标准尚不成熟、测试数据量大、产品选型困难的问题,提出了一种列存储数据库的性能测试方法,详细介绍了两款分布式列存储数据库HBase和Cassandra,根据业务场景选择适合的读写操作比例和测试环境、测试... 针对分布式列存储数据库的性能测试标准尚不成熟、测试数据量大、产品选型困难的问题,提出了一种列存储数据库的性能测试方法,详细介绍了两款分布式列存储数据库HBase和Cassandra,根据业务场景选择适合的读写操作比例和测试环境、测试数据的准备工作,并记录了HBase、Cassandra的性能测试结果。测试结果表明,HBase在读写混合场景时读性能较好,Cassandra写性能和只读操作性能方面相比于HBase均占优势。 展开更多
关键词 大数据 HBASE Cassandra ycsb 测试标准
下载PDF
虚拟化环境下的NoSQL数据库评测 被引量:1
2
作者 段虎一 李刚 +1 位作者 鲁汉榕 陈新 《空军预警学院学报》 2013年第6期448-451,共4页
为高效存储和处理海量数据,需要在实施虚拟化的数据中心上部署NoSQL数据库系统.针对NoSQL数据库以开源为主、种类繁多而造成选型困难的问题,采用YCSB测试框架,对在Vmware产品构建的虚拟化平台上部署的两种NoSQL数据库系统性能进行了三... 为高效存储和处理海量数据,需要在实施虚拟化的数据中心上部署NoSQL数据库系统.针对NoSQL数据库以开源为主、种类繁多而造成选型困难的问题,采用YCSB测试框架,对在Vmware产品构建的虚拟化平台上部署的两种NoSQL数据库系统性能进行了三组测试.实验结果反映了这两种NoSQL数据库在不同读写场景、不同数据负载以及不同集群大小下的性能差异,对数据中心的数据库选型工作有一定的参考价值. 展开更多
关键词 NOSQL数据库 虚拟化 数据库性能评测 雅虎云服务测试基准
下载PDF
Write-Optimized B^(+) Tree Index Technology for Persistent Memory
3
作者 Rui-Xiang Ma Fei Wu +3 位作者 Bu-Rong Dong Meng Zhang Wei-Jun Li Chang-Sheng Xie 《Journal of Computer Science & Technology》 SCIE EI CSCD 2021年第5期1037-1050,共14页
Due to its low latency,byte-addressable,non-volatile,and high density,persistent memory(PM)is expected to be used to design a high-performance storage system.However,PM also has disadvantages such as limited endurance... Due to its low latency,byte-addressable,non-volatile,and high density,persistent memory(PM)is expected to be used to design a high-performance storage system.However,PM also has disadvantages such as limited endurance,thereby proposing challenges to traditional index technologies such as B(+)tree.B(+)tree is originally designed for dynamic random access memory(DRAM)-based or disk-based systems and has a large write amplification problem.The high write amplification is detrimental to a PM-based system.This paper proposes WO-tree,a write-optimized B(+)tree for PM.WO-tree adopts an unordered write mechanism for the leaf nodes,and the unordered write mechanism can reduce a large number of write operations caused by maintaining the entry order in the leaf nodes.When the leaf node is split,WO-tree performs the cache line flushing operation after all write operations are completed,which can reduce frequent data flushing operations.WO-tree adopts a partial logging mechanism and it only writes the log for the leaf node.The inner node recognizes the data inconsistency by the read operation and the data can be recovered using the leaf node information,thereby significantly reducing the logging overhead.Furthermore,WO-tree adopts a lock-free search for inner nodes,which reduces the locking overhead for concurrency operation.We evaluate WO-tree using the Yahoo!Cloud Serving Benchmark(YCSB)workloads.Compared with traditional B(+)tree,wB-tree,and Fast-Fair,the number of cache line flushes caused by WO-tree insertion operations is reduced by 84.7%,22.2%,and 30.8%,respectively,and the execution time is reduced by 84.3%,27.3%,and 44.7%,respectively. 展开更多
关键词 persist memory B^(+)tree write amplication CONSISTENCY ycsb(Yahoo!Cloud Serving Benchmark)
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部