期刊文献+
共找到167篇文章
< 1 2 9 >
每页显示 20 50 100
An Efficient Crash Recovery Technique for Real-Time Main Memory Database 被引量:3
1
作者 XIAOYing-yuan LIUYun-sheng LIAOGuo-qiong LIANGPing 《Wuhan University Journal of Natural Sciences》 CAS 2005年第1期61-64,共4页
This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on t... This paper presents an efficient recovery scheme suitable for real-time mainmemory database. In the recovery scheme, log records are stored in non-volatile RAM which is dividedinto four different partitions based on transaction types. Similarly, a main memory database isdivided into four partitions based data types. When the using ratio of log store area exceeds thethreshold value, checkpoint procedure is triggered. During executing checkpoint procedure, someuseless log records are deleted. During restart recovery after a crash, partition reloading policyis adopted to assure that critical data are reloaded and restored in advance, so that the databasesystem can be brought up before the entire database is reloaded into main memory. Therefore downtime is obvionsly reduced. Simulation experiments show our recovery scheme obviously improves thesystem performance, and does a favor to meet the dtadlints of real-time transactions. 展开更多
关键词 real-time main memory database crash recovery log scheme
下载PDF
Cache-Conscious Index Mechanism for Main-Memory Databases 被引量:5
2
作者 SUN Li-mei SONG Bao-yan YU Ya-xin LI Fang-fang YU Ge 《Wuhan University Journal of Natural Sciences》 EI CAS 2006年第1期309-312,共4页
Recent studies have addressed that the cache be havior is important in the design of main memory index structures. Cache-conscious indices such as the CSB^+-tree are shown to outperform conventional main memory indic... Recent studies have addressed that the cache be havior is important in the design of main memory index structures. Cache-conscious indices such as the CSB^+-tree are shown to outperform conventional main memory indices such as the AVL-tree and the T-tree. This paper proposes a cacheconscious version of the T-tree, CST-tree, defined according to the cache-conscious definition. To separate the keys within a node into two parts, the CST-tree can gain higher cache hit ratio. 展开更多
关键词 index structure main memory database real time application cache-conscious T-tree indexing CST-tree indexing
下载PDF
Real-Time Memory Data Optimization Mechanism of Edge IoT Agent
3
作者 Shen Guo Wanxing Sheng +2 位作者 Shuaitao Bai Jichuan Zhang Peng Wang 《Intelligent Automation & Soft Computing》 SCIE 2023年第7期799-814,共16页
With the full development of disk-resident databases(DRDB)in recent years,it is widely used in business and transactional applications.In long-term use,some problems of disk databases are gradually exposed.For applica... With the full development of disk-resident databases(DRDB)in recent years,it is widely used in business and transactional applications.In long-term use,some problems of disk databases are gradually exposed.For applications with high real-time requirements,the performance of using disk database is not satisfactory.In the context of the booming development of the Internet of things,domestic real-time databases have also gradually developed.Still,most of them only support the storage,processing,and analysis of data values with fewer data types,which can not fully meet the current industrial process control system data types,complex sources,fast update speed,and other needs.Facing the business needs of efficient data collection and storage of the Internet of things,this paper optimizes the transaction processing efficiency and data storage performance of the memory database,constructs a lightweight real-time memory database transaction processing and data storage model,realizes a lightweight real-time memory database transaction processing and data storage model,and improves the reliability and efficiency of the database.Through simulation,we proved that the cache hit rate of the cache replacement algorithm proposed in this paper is higher than the traditional LRU(Least Recently Used)algorithm.Using the cache replacement algorithm proposed in this paper can improve the performance of the system cache. 展开更多
关键词 Disk resident database real-time database main memory database internet of things industrial process control
下载PDF
The Multi-level Recovery of Main-memory Real-time Database Systems with ECBH
4
作者 ZOU Yong-gui, GE Jun-wei (College of Computer Science and Technology, Chonqqing University of Posts and Telecommunications, Chongqing 400065, P.R. China) 《The Journal of China Universities of Posts and Telecommunications》 EI CSCD 2003年第1期15-24,共10页
Storing the whole database in the main-memory is a common method to processreal-time transaction in real-time database systems. The recovery mechanism of Main-memory Real-timeDatabase Systems (MMRTDBS) should reflect ... Storing the whole database in the main-memory is a common method to processreal-time transaction in real-time database systems. The recovery mechanism of Main-memory Real-timeDatabase Systems (MMRTDBS) should reflect the characteristics of the main-memory database andreal-time database because their structures are quite different from other conventional databasesystems. In this paper, therefore, we propose a multi-level recovery mechanism for main-memoryreal-time database systems with Extendable Chained Bucket Hashing (ECBH). Owing to the occurrence ofreal-time data in real-time systems, we should also consider it in our recovery mechanism .According to our performance test, this mechanism can improve the transaction concurrency, reducingtransactions ' deadline missing rate. 展开更多
关键词 DBMS multi-level recovery HASH main- memory database real-time
原文传递
Prefetching J^+-Tree:A Cache-Optimized Main Memory Database Index Structure 被引量:3
5
作者 栾华 杜小勇 王珊 《Journal of Computer Science & Technology》 SCIE EI CSCD 2009年第4期687-707,共21页
As the speed gap between main memory and modern processors continues to widen, the cache behavior becomes more important for main memory database systems (MMDBs). Indexing technique is a key component of MMDBs. Unfo... As the speed gap between main memory and modern processors continues to widen, the cache behavior becomes more important for main memory database systems (MMDBs). Indexing technique is a key component of MMDBs. Unfortunately, the predominant indexes -B^+-trees and T-trees -- have been shown to utilize cache poorly, which triggers the development of many cache-conscious indexes, such as CSB^+-trees and pB^+-trees. Most of these cache-conscious indexes are variants of conventional B^+-trees, and have better cache performance than B^+-trees. In this paper, we develop a novel J^+-tree index, inspired by the Judy structure which is an associative array data structure, and propose a more cacheoptimized index -- Prefetching J^+-tree (pJ^+-tree), which applies prefetching to J^+-tree to accelerate range scan operations. The J^+-tree stores all the keys in its leaf nodes and keeps the reference values of leaf nodes in a Judy structure, which makes J^+-tree not only hold the advantages of Judy (such as fast single value search) but also outperform it in other aspects. For example, J^+-trees can achieve better performance on range queries than Judy. The pJ^+-tree index exploits prefetching techniques to further improve the cache behavior of J^+-trees and yields a speedup of 2.0 on range scans. Compared with B^+-trees, CSB^+-trees, pB^+-trees and T-trees, our extensive experimental Study shows that pJ^+-trees can provide better performance on both time (search, scan, update) and space aspects. 展开更多
关键词 index structure pJ^+-tree PREFETCHING cache conscious main memory database
原文传递
面向内存数据库的类字典树索引综述与性能比较
6
作者 储召乐 罗永平 金培权 《计算机学报》 EI CAS CSCD 北大核心 2024年第9期2009-2034,共26页
如何快速存取海量数据是大数据时代数据库系统面临的重大挑战.利用大内存构建内存数据库系统是实现大数据实时存取的可行途径.在此背景下,用于加速内存数据存取的内存数据库索引成为近几年国内外的研究热点.但是,内存数据库索引也面临... 如何快速存取海量数据是大数据时代数据库系统面临的重大挑战.利用大内存构建内存数据库系统是实现大数据实时存取的可行途径.在此背景下,用于加速内存数据存取的内存数据库索引成为近几年国内外的研究热点.但是,内存数据库索引也面临着诸多挑战.以常见的内存B+树索引为例,第一个问题是索引的空间效率较低,这是因为内存B+树索引的节点内部存在较大的空间浪费;第二个问题是索引的查询复杂度较高,B+树的查询复杂度受限于数据规模,随着数据规模的扩张,索引的搜索效率也会下降;第三个问题是变长数据支持弱,B+树对于变长键的支持比较差,往往难以适应实际应用的需要.近年来,由于字典树具有空间代价低、查询效率与数据规模无关、支持变长键等优点,逐步成为了内存数据库索引研究中的一个主要方向.本论文围绕面向内存数据库的类字典树索引,首先介绍了字典树的概念、特点和历史,然后系统梳理和总结了类字典树索引的现状和最新进展,之后提出了一种全新的分类方法对类字典树索引进行了分类.在此基础上,论文对主流的六种类字典树索引进行了实验,在多个数据集和负载上进行了性能对比,并基于实验结果讨论了类字典树索引的设计和使用建议,最后展望了未来类字典树索引的发展方向. 展开更多
关键词 内存数据库 字典树索引 性能对比
下载PDF
内存数据库关键技术研究 被引量:52
7
作者 王珊 肖艳芹 +1 位作者 刘大为 覃雄派 《计算机应用》 CSCD 北大核心 2007年第10期2353-2357,共5页
随着存储器价格的下降、64位系统的引入和广泛使用,内存数据库(MMDB)技术得到了更广泛的研究,并出现了一些原型系统和商业系统。首先对比了内存数据库与磁盘数据库在查询处理、索引技术等几个方面的差异,总结分析了内存数据库的关键技... 随着存储器价格的下降、64位系统的引入和广泛使用,内存数据库(MMDB)技术得到了更广泛的研究,并出现了一些原型系统和商业系统。首先对比了内存数据库与磁盘数据库在查询处理、索引技术等几个方面的差异,总结分析了内存数据库的关键技术和研究内容,内存数据库需要研究的问题,最后展望了未来的研究方向。 展开更多
关键词 内存数据库 内存数据库存储管理 CACHE技术
下载PDF
基于实时数据库系统的历史数据处理 被引量:20
8
作者 陆会明 周钊 廖常斌 《电力自动化设备》 EI CSCD 北大核心 2009年第3期127-131,共5页
实时数据库(RTDB)是传统数据库技术与实时系统相结合的产物,是厂级信息监控系统(SIS)的核心。历史数据是系统定时从实时数据库中采样,保存到历史数据库中的数据,用户需要时可随时从历史数据库中访问历史数据。历史数据库包含内存历史数... 实时数据库(RTDB)是传统数据库技术与实时系统相结合的产物,是厂级信息监控系统(SIS)的核心。历史数据是系统定时从实时数据库中采样,保存到历史数据库中的数据,用户需要时可随时从历史数据库中访问历史数据。历史数据库包含内存历史数据库和磁盘历史数据库。内存历史数据库关注的是测点近期数据的组织方式;磁盘历史数据库管理的对象是历史数据文件和管理信息文件。对磁盘历史数据库的文件结构、缓冲区进行了描述,并详细阐述了其总体架构及重要功能模块(读/写操作、压缩、数据页存取)的实现技术。 展开更多
关键词 实时数据库 内存数据库 历史数据处理 磁盘历史库 数据存储
下载PDF
嵌入式实时内存数据库故障恢复技术 被引量:10
9
作者 肖迎元 刘云生 +1 位作者 刘小峰 廖国琼 《计算机科学》 CSCD 北大核心 2005年第8期77-79,105,共4页
故障发生后,迅速而有效地恢复对数据库系统而言是至关重要的。本文针对嵌入式实时内存数据库的特征,结合一个具体的嵌入式实时内存数据库系统(ARTs-EDB),给出了相应基于日志的恢复策略和实现技术。
关键词 嵌入式实时内存数据库 恢复 检验点 日志模式 实时内存数据库 数据库故障 嵌入式 恢复技术 内存数据库系统 实现技术
下载PDF
实时数据库的应用研究 被引量:15
10
作者 叶彤 吴钦章 蒋平 《光电工程》 CAS CSCD 北大核心 2004年第6期70-72,共3页
根据实时数据库, 内存数据库的基本理论,提出了将内存数据库思想溶于传统磁盘数据库中的内存数据访问技术。通过对应用程序与数据库系统之间接口的重新封装,实现了此技术在数据访问对象(DAO)中的应用,使数据库检索、存取等过程能在有限... 根据实时数据库, 内存数据库的基本理论,提出了将内存数据库思想溶于传统磁盘数据库中的内存数据访问技术。通过对应用程序与数据库系统之间接口的重新封装,实现了此技术在数据访问对象(DAO)中的应用,使数据库检索、存取等过程能在有限的内存中进行,避免了大量磁盘数据的 I/O,提高了应用系统的执行效率。 展开更多
关键词 实时数据库 内存数据库 数据访问
下载PDF
实时内存数据库的装入 被引量:26
11
作者 刘云生 李国徽 《软件学报》 EI CSCD 北大核心 2000年第6期829-835,共7页
实时数据库 (real- time database,简称 RTDB)要求以内存数据库 (main memory database,简称 MMDB)作为其底层支持 .内存数据库的脆弱性使得数据库的装入 (包括初装和重装 )极为频繁 ,对系统性能影响极大 ,而传统的装入算法对实时内存... 实时数据库 (real- time database,简称 RTDB)要求以内存数据库 (main memory database,简称 MMDB)作为其底层支持 .内存数据库的脆弱性使得数据库的装入 (包括初装和重装 )极为频繁 ,对系统性能影响极大 ,而传统的装入算法对实时内存数据库不适用 .为此给出影响数据装入的实时数据及事务特征 ,并提出一种数据装入策略与算法 . 展开更多
关键词 实时数据库 内存数据库 数据库装入 数据存取优先级
下载PDF
一种实时内存数据库组织与管理方法 被引量:21
12
作者 刘云生 吴绍春 +1 位作者 李国徽 胡国玲 《计算机研究与发展》 EI CSCD 北大核心 1998年第5期469-473,共5页
文中首先给出了一种合理的内存数据库定义,然后针对实时的事务和数据特征以及各种存储介质的特性,提出了一种有效的实时内存数据库组织方法,并着重讨论了相应的数据安置策略和内外存数据交换策略.
关键词 内存数据库 数据库组织 数据安置 数据交换
下载PDF
采用内存数据访问对象提高数据库访问速度 被引量:5
13
作者 周忠丽 张建伟 陈鹏 《四川大学学报(自然科学版)》 CAS CSCD 北大核心 2002年第3期435-438,共4页
将内存数据库的思想溶于传统磁盘数据库 (DRDB)中 ,采用内存数据访问对象 (MMDAO)技术 ,在当前主流计算机所能提供的有限内存中实现应用程序与数据库系统之间的接口 ,使数据库检索、存取等过程在内存中进行 ,避免大量的磁盘数据I/O ,从... 将内存数据库的思想溶于传统磁盘数据库 (DRDB)中 ,采用内存数据访问对象 (MMDAO)技术 ,在当前主流计算机所能提供的有限内存中实现应用程序与数据库系统之间的接口 ,使数据库检索、存取等过程在内存中进行 ,避免大量的磁盘数据I/O ,从而实现数据库应用程序中数据的高速存取、检索和操纵 。 展开更多
关键词 内存数据访问对象 内存数据库 数据库应用程序 实时数据库
下载PDF
主动实时内存数据库系统的数据交换策略及实现 被引量:6
14
作者 肖迎元 刘云生 廖国琼 《计算机工程与应用》 CSCD 北大核心 2004年第29期11-14,125,共5页
实时数据库系统的高性能要求以内存数据库(MMDB)做底层支持。内存数据库事务在运行过程中没有内外存I/O,这就要求在对事务进行预处理(知识提取)的基础上合理地进行内外存交换。该文针对一个自主开发的主动实时内存数据库系统(ART-Ⅱ),... 实时数据库系统的高性能要求以内存数据库(MMDB)做底层支持。内存数据库事务在运行过程中没有内外存I/O,这就要求在对事务进行预处理(知识提取)的基础上合理地进行内外存交换。该文针对一个自主开发的主动实时内存数据库系统(ART-Ⅱ),介绍了其内外存数据交换的策略及实现。 展开更多
关键词 主动实时内存数据库系统 内存数据 库数交换 存取数据集
下载PDF
实时内存数据库分区模糊检验点策略 被引量:6
15
作者 廖国琼 刘云生 肖迎元 《计算机研究与发展》 EI CSCD 北大核心 2006年第7期1291-1296,共6页
检验点技术是实时内存数据库恢复的关键技术之一.在分析实时内存数据库数据特征基础上,给出了综合考虑数据和事务定时约束的数据检验点优先级计算方法.然后,结合内存数据库段式存储结构,讨论了一种基于数据段检验点优先级的分区模糊检... 检验点技术是实时内存数据库恢复的关键技术之一.在分析实时内存数据库数据特征基础上,给出了综合考虑数据和事务定时约束的数据检验点优先级计算方法.然后,结合内存数据库段式存储结构,讨论了一种基于数据段检验点优先级的分区模糊检验点策略PFCSSCP.通过性能测试,表明所提出的检验点策略能减低超截止期事务比率. 展开更多
关键词 实时数据库 内存数据库 数据库恢复 模糊检验点
下载PDF
实时数据库系统的内存数据库组织与故障恢复 被引量:14
16
作者 刘云生 潘琳 《小型微型计算机系统》 CSCD 北大核心 2001年第5期611-613,共3页
本文给出一种在内存数据库中能有效节约内存空间的数据组织结构——内存数据库图 (MM DBG) ,然后给出MM DBG的物理组织形式 .并重点讨论了基于 MM DBG的事务恢复和系统恢复算法 。
关键词 内存数据库图 实时数据库系统 故障恢复 物理组织 数据交换
下载PDF
一个内存数据库管理系统的数据组织 被引量:11
17
作者 卢炎生 潘怡 +1 位作者 赵栋 谢晓东 《华中理工大学学报》 CSCD 北大核心 1999年第10期64-66,共3页
在分析多种内存数据库概念的基础上,给出了新的内存数据库的形式定义,提出了内存数据库的一种数据组织结构,在T树的基础上,经过改造开发了一个在自行研制的主动实时DBMS原型系统中实现的索引结构T树,着重讨论了其严格的定... 在分析多种内存数据库概念的基础上,给出了新的内存数据库的形式定义,提出了内存数据库的一种数据组织结构,在T树的基础上,经过改造开发了一个在自行研制的主动实时DBMS原型系统中实现的索引结构T树,着重讨论了其严格的定义和操作算法. 展开更多
关键词 内存数据库 截止时间 数据组织 数据库管理系统
下载PDF
一个主动实时数据库管理系统的实现 被引量:8
18
作者 卢炎生 刘云生 +1 位作者 张文彬 李震宇 《华中理工大学学报》 CSCD 北大核心 1997年第6期10-13,共4页
探讨了实时DB、主动DB的基本理论;提出了实时DB和主动DB的结合机制;
关键词 数据库 实时数据库 主动数据库 内存数据库
下载PDF
内存数据库在TPC-H负载下的处理器性能 被引量:10
19
作者 刘大为 栾华 +1 位作者 王珊 覃飙 《软件学报》 EI CSCD 北大核心 2008年第10期2573-2584,共12页
Ailamaki等人1999年研究了数据库管理系统(database management system,简称DBMS)在处理器上的时间开销分解.此后,相关研究集中在分析DBMS在处理器上的瓶颈.但这些研究工作均是在磁盘数据库DRDBs(disk resident databases)上开展的,而... Ailamaki等人1999年研究了数据库管理系统(database management system,简称DBMS)在处理器上的时间开销分解.此后,相关研究集中在分析DBMS在处理器上的瓶颈.但这些研究工作均是在磁盘数据库DRDBs(disk resident databases)上开展的,而且都是分析DBMS上的TPC-C类负载.然而,随着硬件技术的进步,现代计算机的多级缓存结构(memory hierarchy)在逐渐地"上移".例如,容量越来越大的芯片内缓存(on-chip caches)和芯片外缓存(off-chip caches),容量越来越大的RAM,Flash Memory等等.为此,处理器负载分析的研究工作也应随之"上移".研究内存数据MMDBs(mainmemory resident databases)在计算密集型负载下的处理器行为特性.由于磁盘数据库的主要性能瓶颈是磁盘I/O,因而可以用索引、压缩等技术进行优化;然而,内存数据库的性能瓶颈却在于处理器和内存之间的数据交换.针对这一问题,首先分析了磁盘数据库和内存数据库在TPC-H负载下处理器性能瓶颈的差异,并给出了一些优化建议,提出了通过预取的优化方法.其次,通过实验比较了不同存储体系结构(行存储与列存储)对处理器利用率的差异,并探索了下一代内存数据库体系结构方面的解决方案.此外,还研究了索引结构对处理器多级缓存的影响,并给出了索引的优化建议.最后,提出一个微测试集用于评估内存数据库在DSS(decision support system)负载下处理器的性能及行为特性.研究结果会对运行于下一代处理器上的内存数据库体系结构设计和性能优化提供一定的实验依据. 展开更多
关键词 内存数据库 TPC-H负载 处理器特性
下载PDF
主动实时内存数据库的组织与故障恢复 被引量:14
20
作者 刘云生 付蔚 《计算机工程与应用》 CSCD 北大核心 2002年第9期170-172,共3页
给出了一个支持主动实时的内存数据库的定义、层次存储结构和物理组织。在此基础上,讨论了MMDB的故障恢复,着重阐述了恢复中的重装策略。
关键词 主动实时内存数据库 数据库组织 重装 日志 检验点
下载PDF
上一页 1 2 9 下一页 到第
使用帮助 返回顶部