期刊文献+
共找到2篇文章
< 1 >
每页显示 20 50 100
Multi-Clock Snapshot Isolation Concurrency Control for NVM Database
1
作者 Xuyang Liu Kang Chen +3 位作者 Mengxing Liu Shiyu Cai Yongwei Wu Weimin Zheng 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2022年第6期925-938,共14页
Multi-Clock Snapshot Isolation(MCSI)is a concurrency control mechanism that implements snapshot isolation on a single-layer Non-Volatile Memory(NVM)database.It stores a single copy of data by using multi-version stora... Multi-Clock Snapshot Isolation(MCSI)is a concurrency control mechanism that implements snapshot isolation on a single-layer Non-Volatile Memory(NVM)database.It stores a single copy of data by using multi-version storage to ensure durability and runtime access.With multi-clock transaction timestamp assignment,MCSI can efficiently generate snapshots with vector clocks and use per-thread transaction status arrays to identify uncommitted versions in NVM.For evaluation,we compared MCSI with the PostgreSQL-style concurrency control used in the single-layer NVM database N2DB.The maximum transaction throughput of MCSI is 101%–195%higher than that of N2DB for the YCSB workloads,and 25%–49%higher for the TPC-C workloads.Moreover,the transaction latency of MCSI remains relatively stable as the thread count increases.With 18 worker threads,the average transaction latency of MCSI is 65%–84%lower than that of N2DB for the YCSB workloads and 16%–43%lower for the TPC-C workloads. 展开更多
关键词 Non-Volatile Memory(NVM) snapshot isolation Multi-Version Concurrency control(mvcc) vector clock
原文传递
嵌入式数据库SQLite上多版本并发控制的设计与实现 被引量:8
2
作者 景子奇 邹兆年 《计算机应用》 CSCD 北大核心 2022年第1期140-147,共8页
针对嵌入式数据库SQLite并发性能较低的问题,提出了一种基于多版本并发控制(MVCC)的并发控制设计。首先,设计了SQLite数据库的以提交的写事务为依据的版本划分方式,重新设计了数据记录的头部字段并以此划分了记录在不同版本访问下的可见... 针对嵌入式数据库SQLite并发性能较低的问题,提出了一种基于多版本并发控制(MVCC)的并发控制设计。首先,设计了SQLite数据库的以提交的写事务为依据的版本划分方式,重新设计了数据记录的头部字段并以此划分了记录在不同版本访问下的可见性;然后,在SQLite原有结构基础上修改了增、删、查、改等操作与索引结构使得该数据库能在MVCC下工作;最后,对于老旧版本数据提供了一种手动的回收机制。通过实验对比测试了在该设计下的SQLite-MVCC数据库与SQLite数据库的性能区别,发现在并发度较高的状态下SQLite-MVCC数据库在相同时间内可多完成70%以上的事务。实验结果验证了所提设计可以有效提高SQLite的并发性能,使得该数据库可以应对并发情况下的需求。 展开更多
关键词 嵌入式数据库SQLITE 事务管理 调度 多版本并发控制 并发执行
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部