期刊文献+
共找到1,746篇文章
< 1 2 88 >
每页显示 20 50 100
B^+-Tree的改进算法在可复用软构件库中的应用 被引量:1
1
作者 徐正权 颜爱萍 《计算机工程与应用》 CSCD 北大核心 2002年第10期199-200,205,共3页
文章通过对B+-Tree索引算法的改进,将其应用到可复用软构件库中。该改进算法继承了B+-Tree的优点,结合可复用软构件库的特点,将构件库多维数据索引转化为B+-Tree一维数据索引进行存储、查询。通过对比分析,证明了该构件库索引算法大大... 文章通过对B+-Tree索引算法的改进,将其应用到可复用软构件库中。该改进算法继承了B+-Tree的优点,结合可复用软构件库的特点,将构件库多维数据索引转化为B+-Tree一维数据索引进行存储、查询。通过对比分析,证明了该构件库索引算法大大改进了构件库中构件的查找效率。 展开更多
关键词 改进算法 可复用软构件库 构件属性 构件分类 B^+-tree索引 构件查询 数据库
在线阅读 下载PDF
基于DPB^+-Tree的索引复制策略研究 被引量:3
2
作者 唐继勇 白新跃 +1 位作者 杨峰 何建 《计算机科学》 CSCD 北大核心 2005年第11期112-114,共3页
索引复制是分布并行数据库提供并行性和提高可用性的一个重要手段。本文提出一种适合于索引复制的树结构——DPB^+-Tree,在此基础上研究了相关的索引复制策略,其中副本复制原则考虑了更新/检索比、节点机负载和可靠性需求;索引副本建立... 索引复制是分布并行数据库提供并行性和提高可用性的一个重要手段。本文提出一种适合于索引复制的树结构——DPB^+-Tree,在此基础上研究了相关的索引复制策略,其中副本复制原则考虑了更新/检索比、节点机负载和可靠性需求;索引副本建立允许一个新的副本学习先前的副本;而索引副本更新基于搜索更新机制来完成。对DPB^+-Tree 索引复制策略的仿真实验结果表明,副本对查询的响应性能和负载均衡度有明显改善。 展开更多
关键词 索引复制 DPB^+-tree 复制原则 副本建立 副本更新 索引 复制 策略研究 更新机制 并行数据库
在线阅读 下载PDF
基于B^+-tree索引的多元时间序列相似查询
3
作者 郭小芳 李锋 叶华 《计算机工程与应用》 CSCD 2013年第22期139-142,145,共5页
为提高多元时间序列相似查询执行效率,采用了基于距离索引结构的相似查询算法。利用主成分分析方法对多元时间序列数据降维并在此基础上进行聚类,以聚类质心为参考点,将各类变换到一维空间,利用B+-tree结构进行索引查询,找到与查询序列... 为提高多元时间序列相似查询执行效率,采用了基于距离索引结构的相似查询算法。利用主成分分析方法对多元时间序列数据降维并在此基础上进行聚类,以聚类质心为参考点,将各类变换到一维空间,利用B+-tree结构进行索引查询,找到与查询序列最相似的k个MTS序列。实验表明查询效率和准确性都有比较大的提高。 展开更多
关键词 多元时间序列 主元分析 B+-tree索引 相似查询
在线阅读 下载PDF
一种新的分布式并行索引树——DPB^+-Tree
4
作者 唐继勇 白新跃 +1 位作者 杨峰 何建 《计算机科学》 CSCD 北大核心 2005年第12期75-78,共4页
随着数据规模的增大,查询越来越复杂,分布式并行索引以其高性能而逐渐成为解决复杂查询问题的有效手段。本文提出一种适合于分布式并行的新索引树结构——DPB^+-Tree,该索引树以B^+树和 hash结构为基础,其叶子结点被组织为有n个散列表元... 随着数据规模的增大,查询越来越复杂,分布式并行索引以其高性能而逐渐成为解决复杂查询问题的有效手段。本文提出一种适合于分布式并行的新索引树结构——DPB^+-Tree,该索引树以B^+树和 hash结构为基础,其叶子结点被组织为有n个散列表元的hash表链,从树的根结点到叶子结点,结点副本数量逐渐减少,并且其数量的变化是动态的。对DPB^+-Tree响应时间的仿真结果表明 DPB^+-Tree系统提高了系统的查询效率,与其它相关策略,如CPB方法比较具有较明显优势。 展开更多
关键词 分布式并行索引 B^+树 hash结构 DPB^+-tree
在线阅读 下载PDF
一种基于B^+-tree索引的有效相似查询算法
5
作者 郭小芳 叶华 《西北师范大学学报(自然科学版)》 CAS 北大核心 2012年第4期33-37,共5页
提出了一种多元时间序列相似查询算法.在距离索引结构相似查询算法的基础上,利用主成分分析方法对多元时间序列进行降维,并对主成分进行聚类,在聚类质心与各类之间的范数所构成的一维空间上,对聚类建立B+-tree索引结构,然后利用k近邻查... 提出了一种多元时间序列相似查询算法.在距离索引结构相似查询算法的基础上,利用主成分分析方法对多元时间序列进行降维,并对主成分进行聚类,在聚类质心与各类之间的范数所构成的一维空间上,对聚类建立B+-tree索引结构,然后利用k近邻查询算法查找出与查询序列最相似的k个MTS序列.实验结果表明,文中算法的候选比率与查询时间明显低于Muse算法,且候选比率与查询时间受聚类个数影响不大,说明文中算法具有一定的优越性. 展开更多
关键词 多元时间序列 主元分析 B+-tree索引 相似查询
在线阅读 下载PDF
ZB^(+)-tree:一种ZNS SSD感知的新型索引结构 被引量:2
6
作者 刘扬 金培权 《计算机研究与发展》 EI CSCD 北大核心 2023年第3期509-524,共16页
ZNS SSD是近年来提出的一种新型固态硬盘(solid state drive,SSD),它以分区(Zone)的方式管理和存取SSD内的数据.相比于传统SSD,ZNS SSD可以有效提升SSD的读写吞吐,降低写放大,减少SSD的预留空间.但是,ZNS SSD要求Zone内必须采用顺序写模... ZNS SSD是近年来提出的一种新型固态硬盘(solid state drive,SSD),它以分区(Zone)的方式管理和存取SSD内的数据.相比于传统SSD,ZNS SSD可以有效提升SSD的读写吞吐,降低写放大,减少SSD的预留空间.但是,ZNS SSD要求Zone内必须采用顺序写模式,并且Zone上的空间分配、垃圾回收等任务都需要用户自行控制.ZNS SSD的这些特性对于传统数据库系统的存储管理、索引、缓存等技术均提出了新的挑战.针对如何使传统的B^(+)-tree索引结构适配ZNS SSD的问题,提出了一种ZNS SSD感知的新型索引结构——ZB^(+)-tree(ZNS-aware B^(+)-tree).ZB^(+)-tree是目前已知的首个ZNS SSD感知的索引,它以B^(+)-tree为基础,利用ZNS SSD内部支持少量随机写的常规Zone(conventional zone,Cov-Zone)和只支持顺序写的顺序Zone(sequential zone,Seq-Zone),通过常规Zone来吸收对ZNS SSD的随机写操作.ZB^(+)-tree将索引节点分散存储在常规Zone和顺序Zone中,并为2种Zone内的节点分别设计了节点结构,使ZB^(+)-tree不仅能够吸收对索引的随机写操作,而且又可以保证顺序Zone内的顺序写要求.在实验中利用null_blk和libzbd模拟ZNS SSD设备,并将现有的CoW B^(+)-tree修改后作为对比索引.结果表明,ZB^(+)-tree在运行时间、空间利用率等多个指标上均优于CoW B^(+)-tree. 展开更多
关键词 ZNS SSD B^(+)树 数据库索引 CoW B^(+)-tree 分区存储
在线阅读 下载PDF
基于DPB^+-Tree的数据迁移策略研究 被引量:2
7
作者 黄克军 杨峰 +1 位作者 熊梅 李毅超 《电子科技大学学报》 EI CAS CSCD 北大核心 2004年第2期180-183,224,共5页
提出了一种适合于数据迁移、又能保证分布并行特性的树结构DPB+-Tree,讨论了基于DPB+-Tree的数据迁移策略,其中数据节点迁移采用分布式提交协议来保证原子性,索引重构通过对溢出链的hash重排来实现,迁移算法则通过设置负载系数的两个阈... 提出了一种适合于数据迁移、又能保证分布并行特性的树结构DPB+-Tree,讨论了基于DPB+-Tree的数据迁移策略,其中数据节点迁移采用分布式提交协议来保证原子性,索引重构通过对溢出链的hash重排来实现,迁移算法则通过设置负载系数的两个阈值来对负载倾斜进行判断。经模拟实验结果表明,该数据迁移策略能够有效改善系统的负载均衡和吞吐率特性。 展开更多
关键词 并行特性树结构 数据节点迁移 索引重构 迁移算法
在线阅读 下载PDF
Trees with Given Diameter Minimizing the Augmented Zagreb Index and Maximizing the ABC Index 被引量:2
8
作者 Huang Yu-fei 《Communications in Mathematical Research》 CSCD 2017年第1期8-18,共11页
Let G be a simple connected graph with vertex set V(G) and edge set E(G).The augmented Zagreb index of a graph G is defined asAZI(G) =∑uv∈E(G)(d;d;/(d;+ d;-2));,and the atom-bond connectivity index(ABC in... Let G be a simple connected graph with vertex set V(G) and edge set E(G).The augmented Zagreb index of a graph G is defined asAZI(G) =∑uv∈E(G)(d;d;/(d;+ d;-2));,and the atom-bond connectivity index(ABC index for short) of a graph G is defined asABC(G) =∑uv∈E(G)((d;+ d;-2)/d;d;),where d;and d;denote the degree of vertices u and v in G,respectively.In this paper,trees with given diameter minimizing the augmented Zagreb index and maximizing the ABC index are determined,respectively. 展开更多
关键词 tree augmented Zagreb index ABC index DIAMETER
在线阅读 下载PDF
Vegetation Index Reconstruction and Linkage with Drought for the Source Region of the Yangtze River Based on Tree-ring Data 被引量:2
9
作者 LI Jinjian WANG Shu +2 位作者 QIN Ningsheng LIU Xisheng JIN Liya 《Chinese Geographical Science》 SCIE CSCD 2021年第4期684-695,共12页
Variations in vegetation are closely related to climate change, but understanding of their characteristics and causes remains limited. As a typical semi-humid and semi-arid cold plateau region, it is important to unde... Variations in vegetation are closely related to climate change, but understanding of their characteristics and causes remains limited. As a typical semi-humid and semi-arid cold plateau region, it is important to understand the knowledge of long term Normalized Difference Vegetation Index(NDVI) variations and find the potential causes in the source region of the Yangtze River. Based on four tree-ring width chronologies, the regional mean NDVI for July and August spanning the period 1665–2013 was reconstructed using a regression model, and it explained 43.9% of the total variance during the period 1981–2013. In decadal, the reconstructed NDVI showed eight growth stages(1754–1764, 1766–1783, 1794–1811, 1828–1838, 1843–1855, 1862–1873, 1897–1909, and 1932–1945)and four degradation stages(1679–1698, 1726–1753, 1910–1923, and 1988–2000). And based on wavelet analysis, significant cycles of2–3 yr and 3–8 yr were identified. In additional, there was a significant positive correlation between the NDVI and the Palmer Drought Severity Index(PDSI) during the past 349 yr, and they were mainly in phase. However, according to the results of correlation analysis between different grades of drought/wet and NDVI, there was significant asymmetry in extreme drought years and extreme wet years. In extreme drought years, NDVI was positively correlated with PDSI, and in extreme wet years they were negatively correlated. 展开更多
关键词 Normalized Difference Vegetation index(NDVI) RECONSTRUCTION dendrochronology tree ring Source Region of the Yangtze River
在线阅读 下载PDF
A new approach for effectively determining fracture network connec- tions in fractured rocks using R tree indexing 被引量:2
10
作者 LIU Hua-mei WANG Ming-yu SONG Xian-feng 《Journal of Coal Science & Engineering(China)》 2011年第4期401-407,共7页
Determinations of fracture network connections would help the investigators remove those "meaningless" no-flow-passing fractures, providing an updated and more effective fracture network that could considerably impr... Determinations of fracture network connections would help the investigators remove those "meaningless" no-flow-passing fractures, providing an updated and more effective fracture network that could considerably improve the computation efficiency in the pertinent numerical simulations of fluid flow and solute transport. The effective algorithms with higher computational efficiency are needed to accomplish this task in large-scale fractured rock masses. A new approach using R tree indexing was proposed for determining fracture connection in 3D stochastically distributed fracture network. By com- paring with the traditional exhaustion algorithm, it was observed that from the simulation results, this approach was much more effective; and the more the fractures were investigated, the more obvious the advantages of the approach were. Furthermore, it was indicated that the runtime used for creating the R tree indexing has a major part in the total of the runtime used for calculating Minimum Bounding Rectangles (MBRs), creating the R tree indexing, precisely finding out fracture intersections, and identifying flow paths, which are four important steps to determine fracture connections. This proposed approach for the determination of fracture connections in three-dimensional fractured rocks are expected to provide efficient preprocessing and critical database for practically accomplishing numerical computation of fluid flow and solute transport in large-scale fractured rock masses. 展开更多
关键词 fracture network connection fractured rooks R tree indexing
在线阅读 下载PDF
Learned Index和B-Tree在不同分布数据上的性能对比及优化
11
作者 沈怡琪 蔡鹏 刘松灵 《计算机应用》 CSCD 北大核心 2023年第S01期100-106,共7页
Learned Index是一种通过训练模型来建立输入数据和存储位置之间映射关系的索引,它能学习到数据间分布的信息,而不同的数据分布将影响模型训练准确率和模型复杂度之间的平衡。为了探索Learned Index适用的场景,使用不同分布、不同数据... Learned Index是一种通过训练模型来建立输入数据和存储位置之间映射关系的索引,它能学习到数据间分布的信息,而不同的数据分布将影响模型训练准确率和模型复杂度之间的平衡。为了探索Learned Index适用的场景,使用不同分布、不同数据量的数据对它和加以优化的可更新的自适应学习索引(ALEX)进行性能测试,并与B-Tree进行对比,最终发现Learned Index构建大批量数据的索引时间比B-Tree短,读操作性能、存储空间大小有明显的优势,但写操作性能较差,因此得出Learned Index更适用于大数据情景下的在线分析处理(OLAP)数据库,用于静态数据的存储和查询操作的结论。基于B-Tree的索引结构,对初版Learned Index的结构进行了优化和调整,最终使优化后Learned Index在大批量数据的读写操作性能上有明显提高,其中读操作最高达到原版Learned Index的2倍,写操作最高达到原版的3倍。 展开更多
关键词 Learned index B-tree 可更新的自适应学习索引 在线分析处理数据库 静态数据 优化调整
在线阅读 下载PDF
An Efficient Encrypted Speech Retrieval Based on Unsupervised Hashing and B+ Tree Dynamic Index
12
作者 Qiu-yu Zhang Yu-gui Jia +1 位作者 Fang-Peng Li Le-Tian Fan 《Computers, Materials & Continua》 SCIE EI 2023年第7期107-128,共22页
Existing speech retrieval systems are frequently confronted with expanding volumes of speech data.The dynamic updating strategy applied to construct the index can timely process to add or remove unnecessary speech dat... Existing speech retrieval systems are frequently confronted with expanding volumes of speech data.The dynamic updating strategy applied to construct the index can timely process to add or remove unnecessary speech data to meet users’real-time retrieval requirements.This study proposes an efficient method for retrieving encryption speech,using unsupervised deep hashing and B+ tree dynamic index,which avoid privacy leak-age of speech data and enhance the accuracy and efficiency of retrieval.The cloud’s encryption speech library is constructed by using the multi-threaded Dijk-Gentry-Halevi-Vaikuntanathan(DGHV)Fully Homomorphic Encryption(FHE)technique,which encrypts the original speech.In addition,this research employs Residual Neural Network18-Gated Recurrent Unit(ResNet18-GRU),which is used to learn the compact binary hash codes,store binary hash codes in the designed B+tree index table,and create a mapping relation of one to one between the binary hash codes and the corresponding encrypted speech.External B+tree index technology is applied to achieve dynamic index updating of the B+tree index table,thereby satisfying users’needs for real-time retrieval.The experimental results on THCHS-30 and TIMIT showed that the retrieval accuracy of the proposed method is more than 95.84%compared to the existing unsupervised hashing methods.The retrieval efficiency is greatly improved.Compared to the method of using hash index tables,and the speech data’s security is effectively guaranteed. 展开更多
关键词 Encrypted speech retrieval unsupervised deep hashing learning to hash B+tree dynamic index DGHV fully homomorphic encryption
在线阅读 下载PDF
An Improved Indexing and Matching Method for Mathematical Expressions Based on Inter-Relevant Successive Tree
13
作者 Huicong Liu Xuedong Tian +2 位作者 Bingjie Tian Fang Yang Xinfu Li 《Journal of Computer and Communications》 2016年第15期63-78,共17页
In recent years, a growing number of math contents are available on the Web. When conventional search engines deal with mathematical expressions, the two-dimen- sion-al structure of mathematical expressions is lost, w... In recent years, a growing number of math contents are available on the Web. When conventional search engines deal with mathematical expressions, the two-dimen- sion-al structure of mathematical expressions is lost, which results in a low performance of math retrieval. While the retrieval technology specifically designed for mathematical expressions is not mature currently. Aiming at these problems, an improved mathematical expression indexing and matching method was proposed through employing full text index method to deal with the two-dimensional structure of mathematical expressions. Firstly, through the fully consideration of LaTeX formulae’ characteristics, a feature representation method of mathematical expressions and a clustering method of feature keywords were put forward. Then, an improved inter-relevant successive trees index model was applied to the construction of the mathematical expression index, in which the cluster algorithm of mathematical expression features was employed to solve the problem of the quantity growth of the trees in processing large amount of formulae. Finally, the matching algorithms of mathematical expressions were given which provide four query modes called exact matching, compatible matching, sub-expression matching and fuzzy matching. In browser/server mode, 110027 formulae were used as experimental samples. The index file size was 29.02 Mb. The average time of retrieval was 1.092 seconds. The experimental result shows the effectiveness of the method. 展开更多
关键词 Mathematical Expression Retrieval Improved Math index Inter-Relevant Successive tree Clustering MATCHING
在线阅读 下载PDF
New indices to balanceα-diversity against tree size inequality
14
作者 Li Zhang Brady K.Quinn +4 位作者 Cang Hui Meng Lian Johan Gielis Jie Gao Peijian Shi 《Journal of Forestry Research》 SCIE EI CAS CSCD 2024年第1期229-237,共9页
The number and composition of species in a community can be quantified withα-diversity indices,including species richness(R),Simpson’s index(D),and the Shannon-Wiener index(H΄).In forest communities,there are large ... The number and composition of species in a community can be quantified withα-diversity indices,including species richness(R),Simpson’s index(D),and the Shannon-Wiener index(H΄).In forest communities,there are large variations in tree size among species and individu-als of the same species,which result in differences in eco-logical processes and ecosystem functions.However,tree size inequality(TSI)has been largely neglected in studies using the available diversity indices.The TSI in the diameter at breast height(DBH)data for each of 99920 m×20 m forest census quadrats was quantified using the Gini index(GI),a measure of the inequality of size distribution.The generalized performance equation was used to describe the rotated and right-shifted Lorenz curve of the cumulative proportion of DBH and the cumulative proportion of number of trees per quadrat.We also examined the relationships ofα-diversity indices with the GI using correlation tests.The generalized performance equation effectively described the rotated and right-shifted Lorenz curve of DBH distributions,with most root-mean-square errors(990 out of 999 quadrats)being<0.0030.There were significant positive correlations between each of threeα-diversity indices(i.e.,R,D,and H’)and the GI.Nevertheless,the total abundance of trees in each quadrat did not significantly influence the GI.This means that the TSI increased with increasing spe-cies diversity.Thus,two new indices are proposed that can balanceα-diversity against the extent of TSI in the com-munity:(1−GI)×D,and(1−GI)×H’.These new indices were significantly correlated with the original D and H΄,and did not increase the extent of variation within each group of indices.This study presents a useful tool for quantifying both species diversity and the variation in tree sizes in forest communities,especially in the face of cumulative species loss under global climate change. 展开更多
关键词 Diameter at breast height(DBH) Gini index Shannon-Wiener index Simpson’s index QUADRAT tree size
在线阅读 下载PDF
The Maximum and Minimum Value of Exponential RandićIndices of Quasi-Tree Graph
15
作者 Lei Qiu Xijie Ruan Yan Zhu 《Journal of Applied Mathematics and Physics》 2024年第5期1804-1818,共15页
The exponential Randić index has important applications in the fields of biology and chemistry. The exponential Randić index of a graph G is defined as the sum of the weights e 1 d( u )d( v ) of all edges uv of G, whe... The exponential Randić index has important applications in the fields of biology and chemistry. The exponential Randić index of a graph G is defined as the sum of the weights e 1 d( u )d( v ) of all edges uv of G, where d( u ) denotes the degree of a vertex u in G. The paper mainly provides the upper and lower bounds of the exponential Randić index in quasi-tree graphs, and characterizes the extremal graphs when the bounds are achieved. 展开更多
关键词 Exponential Randić index Quasi-tree Graph Extremal Value Extremal Graphs
在线阅读 下载PDF
具有固定控制数的树的调和指数
16
作者 孙晓玲 高玉斌 杜建伟 《运筹学学报(中英文)》 北大核心 2025年第1期207-215,共9页
为了预测分子的物理、化学性质和生物活性,科学家们提出了许多拓扑指数。调和指数是著名的Randi?指数的一种变形形式,研究表明该指数能有效地预测化合物的物理化学性质。对具有固定控制数的树的调和指数进行了研究,通过分析具有固定控... 为了预测分子的物理、化学性质和生物活性,科学家们提出了许多拓扑指数。调和指数是著名的Randi?指数的一种变形形式,研究表明该指数能有效地预测化合物的物理化学性质。对具有固定控制数的树的调和指数进行了研究,通过分析具有固定控制数的树的结构,利用数学归纳法,给出了具有固定控制数的树的调和指数的最大值和最小值,并刻画了达到最值的树。 展开更多
关键词 调和指数 控制数
在线阅读 下载PDF
一种集成R树、哈希表和B^*树的高效轨迹数据索引方法 被引量:19
17
作者 龚俊 柯胜男 +1 位作者 朱庆 张叶廷 《测绘学报》 EI CSCD 北大核心 2015年第5期570-577,共8页
为兼顾时空索引方法的空间利用率、时间效率和查询种类,提出了一种新的轨迹数据索引方法——HBSTR树。其基本思想是:轨迹采样点以轨迹节点的形式成组集中管理,哈希表用于维护移动目标的最新轨迹节点,轨迹节点满后作为叶节点插入时空R树... 为兼顾时空索引方法的空间利用率、时间效率和查询种类,提出了一种新的轨迹数据索引方法——HBSTR树。其基本思想是:轨迹采样点以轨迹节点的形式成组集中管理,哈希表用于维护移动目标的最新轨迹节点,轨迹节点满后作为叶节点插入时空R树,另外采用B*树对轨迹节点构建一维索引,既有利于提升索引创建效率,又同时满足时空条件搜索和特定目标轨迹搜索等多种查询类型。为提升时空查询效率,提出了新的时空R树评价指标和节点选择子算法改进时空R树插入算法,同时提出了一种时空R树的数据库存储方案。试验结果表明,HBSTR树在创建效率、查询效率和支持查询类型等方面综合性能优于现有方法,支持大规模实时轨迹数据库的动态更新和高效访问。 展开更多
关键词 轨迹 时空索引 R树 B^*树 存储
在线阅读 下载PDF
RFN-B^+树索引文件及其有效性 被引量:5
18
作者 姚卿达 杨桂桢 张俊欣 《软件学报》 EI CSCD 北大核心 1998年第11期820-827,共8页
在对比传统的B树和B+树的定义和操作算法的基础上,定义了一种新的B+树:RFN-B+树,以获得更高的空间利用率和可用性.首先比较和分析了RFN-B+树与传统B+树的空间效率,然后讨论了RFN-B+树索引文件的有效性以... 在对比传统的B树和B+树的定义和操作算法的基础上,定义了一种新的B+树:RFN-B+树,以获得更高的空间利用率和可用性.首先比较和分析了RFN-B+树与传统B+树的空间效率,然后讨论了RFN-B+树索引文件的有效性以及支持这种有效性的全链接指针结构和两个备用模块:基于虚拟根结点的随机检索算法和重构结点的算法. 展开更多
关键词 B^+树 索引 有效性 算法 数据结构
在线阅读 下载PDF
基于B^+树的索引字段加密 被引量:3
19
作者 王正飞 汪卫 施伯乐 《中南大学学报(自然科学版)》 EI CAS CSCD 北大核心 2009年第6期1660-1665,共6页
针对索引字段加密难的问题,提出一种基于B+树的索引字段加密处理技术。该技术采用DBMS内部加密机制,选取在页/段映射到块时使用加密组件对索引字段进行加密,它能够使加密后的索引仍然保持有序,不会失去索引的快速查询功能。为了进一步... 针对索引字段加密难的问题,提出一种基于B+树的索引字段加密处理技术。该技术采用DBMS内部加密机制,选取在页/段映射到块时使用加密组件对索引字段进行加密,它能够使加密后的索引仍然保持有序,不会失去索引的快速查询功能。为了进一步保证索引字段本身的安全性,对索引按结点实施加密。实验中,模拟Postgresql中B+树的构造方法,研究基于B+树的加密索引字段的查询性能,并在页结点数和B+树深度参数变化时,对分结点加密的查询性能进行测试。研究结果表明:基于B+树的索引字段加密的查询速度虽然比明文查询速度下降20%左右,但采用分结点加密方式能够有效地减少解密代价,避免索引字段加密对查询性能产生较大影响。 展开更多
关键词 数据库安全 加密 B+树 索引 查询
在线阅读 下载PDF
B^+树索引文件结构的优化设计 被引量:5
20
作者 陆志峰 陈新建 《计算机工程与设计》 CSCD 北大核心 2000年第3期40-44,49,共6页
指出当普通B+树的数据块设计为定长时,数据块长度的选择具有一个最优的选取设计过程。给出了在两种数据库系统模型中,对B+树索引文件结构的优化设计:(1)在具有限量内存的数据库系统DBSLAM(DatabaseSystemswithLimitedAmountofMain... 指出当普通B+树的数据块设计为定长时,数据块长度的选择具有一个最优的选取设计过程。给出了在两种数据库系统模型中,对B+树索引文件结构的优化设计:(1)在具有限量内存的数据库系统DBSLAM(DatabaseSystemswithLimitedAmountofMainMemory)模型中,只是缓存B+树中的部分结点;(2)具有极大数量内存的数据库系统DBSVLAM(DatabasesystemswithVeryLargeAmountofMainMemory)模型中,将缓存B+树中的所有结点。对于DBSLAM和DBSVLAM,分别建立了一个时间开销模型和一个时空开销模型,并以此作为系统优化的基础。 展开更多
关键词 B^+树 数据库系统 索引文件结构 优化设计
在线阅读 下载PDF
上一页 1 2 88 下一页 到第
使用帮助 返回顶部