期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
代理键技术及其在软件复用中的应用 被引量:1
1
作者 徐姝 罗军 《微电子学与计算机》 CSCD 北大核心 2007年第8期136-138,共3页
在数据库的设计中,当不同实体需要用到同样的方法或流程进行操作处理时,由于实体间结构上的差异,往往难以复用相同的模块,这也使得设计极其困难。针对这一问题,提出了用代理键技术,通过消除主码语义的方法来屏蔽不同实体即关系数据库中... 在数据库的设计中,当不同实体需要用到同样的方法或流程进行操作处理时,由于实体间结构上的差异,往往难以复用相同的模块,这也使得设计极其困难。针对这一问题,提出了用代理键技术,通过消除主码语义的方法来屏蔽不同实体即关系数据库中的表之间结构上的差异,从而可以为软件复用提供便利。 展开更多
关键词 代理键 关系数据库 软件复用
下载PDF
代理键技术在信息数据集成中的应用
2
作者 寇丽华 李石 《黑龙江科技信息》 2009年第13期39-39,共1页
信息技术已经成为计算机应用技术的一个重要领域,而信息与系统集成技术则是信息技术的重要方面,是信息化应用的技术基础。对代理键技术在信息数据集成中的应用进行了研究。
关键词 信息技术 系统集成 代理键
下载PDF
面向MIC协处理器的OLAP外键连接算法 被引量:2
3
作者 张宇 张延松 +1 位作者 陈红 王珊 《软件学报》 EI CSCD 北大核心 2017年第3期490-501,共12页
众核架构协处理器Xeon Phi成为新兴的主流高性能计算平台.对于数据库应用而言,内存分析处理是一种计算密集型负载,其性能主要取决于大事实表与维表之间的内存外键连接性能.关注于一种相对于缓存相关的分区哈希连接算法和缓存不相关的无... 众核架构协处理器Xeon Phi成为新兴的主流高性能计算平台.对于数据库应用而言,内存分析处理是一种计算密集型负载,其性能主要取决于大事实表与维表之间的内存外键连接性能.关注于一种相对于缓存相关的分区哈希连接算法和缓存不相关的无分区哈希连接算法的缓存友好型外键连接算法,以适应Xeon Phi协处理器较小的LLC和高并发线程的特点.通过挖掘OLAP模式中的代理键特征,基于键值匹配的哈希探测操作,可以进一步简化为事实表与维表之间基于主-外键参照完整性约束的代理键参照访问,因此,复杂的哈希表和CPU代价较高的哈希探测操作可以简化为通过映射外键值为代理键向量内存偏移地址的方法对代理向量直接访问.基于代理向量参照访问的外键连接算法,能够简单并高效地应用于Xeon Phi协处理器平台,通过更多的核心和高并发线程来掩盖内存访问延迟.实验中,对传统的哈希连接算法(无分区哈希连接算法和基数分区哈希连接算法)和基于代理向量参照技术的外键连接算法在Xeon E5-2650 v3 10核处理器平台和Xeon Phi 5110P 60核协处理器平台进行性能测试和比较,实验结果给出了主流的内存外键连接算法在不同数据集和不同平台上全面的性能特征. 展开更多
关键词 内存OLAP 连接 代理键 代理键参照
下载PDF
关系数据库设计中主键的定义分析 被引量:2
4
作者 刘奕 《辽宁高职学报》 2014年第6期92-93,共2页
在关系数据库中,主关键字定义起着重要作用。为避免数据库设计中出现错误,主键定义必须遵守相关守则,即主键必须唯一识别每一记录,且主键的值不能为空。因此,在实际工作中,代理键比自然键更适合定义主键。这一简单的方法为程序开发提供... 在关系数据库中,主关键字定义起着重要作用。为避免数据库设计中出现错误,主键定义必须遵守相关守则,即主键必须唯一识别每一记录,且主键的值不能为空。因此,在实际工作中,代理键比自然键更适合定义主键。这一简单的方法为程序开发提供了坚固的、稳定的、灵活的基础。 展开更多
关键词 关系数据库 自然 代理键
下载PDF
基于Hadoop平台的事实并行处理算法 被引量:5
5
作者 孙莉 何刚 李继云 《计算机工程》 CAS CSCD 2014年第3期59-62,81,共5页
针对传统的抽取、转换和加载工具在面临数据仓库中海量事实数据时效率较低的问题,从事实表查找代理键和多粒度事实预聚合2个角度出发,提出在渐变维度表上的多路并行查找算法和在不同粒度上对事实数据进行聚合的算法。第1种算法综合考虑... 针对传统的抽取、转换和加载工具在面临数据仓库中海量事实数据时效率较低的问题,从事实表查找代理键和多粒度事实预聚合2个角度出发,提出在渐变维度表上的多路并行查找算法和在不同粒度上对事实数据进行聚合的算法。第1种算法综合考虑了渐变维度和大维度的情况,运用分布式缓存方法将小维度表复制到各个数据节点的内存中,同时对事实数据和大维度数据采用相同的分区函数进行分区,从而解决内存不足的问题,在Map阶段实现多路查找代理键,避免由于数据传输产生的网络延迟。第2种算法在Reduce阶段之后增加Merge阶段,可有效解决事实数据按照不同粒度进行聚合的问题。实验结果表明,与Hive数据仓库相比,2种算法在并行处理数据仓库的事实数据的问题上具有更高的处理效率。 展开更多
关键词 MAPREDUCE模型 维度 事实 代理键 并行查找 聚合
下载PDF
Theoretical Study of the C-CI Bond Dissociation Enthalpy and Electronic Structure of Substituted Chlorobenzene Compounds 被引量:1
6
作者 张瑞州 李小红 张现周 《Chinese Journal of Chemical Physics》 SCIE CAS CSCD 2009年第3期235-240,339,共7页
Quantum chemical calculations were used to estimate the bond dissociation energies (BDEs) for 13 substituted chlorobenzene compounds. These compounds were studied by the hybrid density functional theory (B3LYP, B3P... Quantum chemical calculations were used to estimate the bond dissociation energies (BDEs) for 13 substituted chlorobenzene compounds. These compounds were studied by the hybrid density functional theory (B3LYP, B3PW91, B3P86) methods together with 6-31G^** and 6-311G^** basis sets. The results show that B3P86/6-311G^** method is the best method to compute the reliable BDEs for substituted chlorobenzene compounds which contain the C-C1 bond. It is found that the C-C1 BDE depends strongly on the computational method and the basis sets used. Substituent effect on the C-C1 BDE of substituted chlorobenzene compounds is further discussed. It is noted that the effects of substitution on the C-C1 BDE of substituted chlorobenzene compounds are very insignificant. The energy gaps between the HOMO and LUMO of studied compounds estimate the relative thermal stability ordering are also investigated and from this data we of substituted chlorobenzene compounds. 展开更多
关键词 Density functional theory Bond dissociation enthalpy Substituent effect Substituted chlorobenzene compound
下载PDF
Inner iterations in the shift-invert residual Arnoldi method and the Jacobi-Davidson method
7
作者 JIA ZhongXiao LI Cen 《Science China Mathematics》 SCIE 2014年第8期1733-1752,共20页
We establish a general convergence theory of the Shift-Invert Residual Arnoldi(SIRA)method for computing a simple eigenvalue nearest to a given targetσand the associated eigenvector.In SIRA,a subspace expansion vecto... We establish a general convergence theory of the Shift-Invert Residual Arnoldi(SIRA)method for computing a simple eigenvalue nearest to a given targetσand the associated eigenvector.In SIRA,a subspace expansion vector at each step is obtained by solving a certain inner linear system.We prove that the inexact SIRA method mimics the exact SIRA well,i.e.,the former uses almost the same outer iterations to achieve the convergence as the latter does if all the inner linear systems are iteratively solved with low or modest accuracy during outer iterations.Based on the theory,we design practical stopping criteria for inner solves.Our analysis is on one step expansion of subspace and the approach applies to the Jacobi-Davidson(JD)method with the fixed targetσas well,and a similar general convergence theory is obtained for it.Numerical experiments confirm our theory and demonstrate that the inexact SIRA and JD are similarly effective and are considerably superior to the inexact SIA. 展开更多
关键词 subspace expansion expansion vector inexact low or modest accuracy the SIRA method the JD method inner iteration outer iteration
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部