期刊文献+

一种降低SQLite擦写Flash频率的方法 被引量:2

Method for Reducing Frequency of Writing Flash in SQLite
在线阅读 下载PDF
导出
摘要 SQLite的事务处理机制在写操作密集的应用中会引起频繁擦写Flash,导致Flash过早失效。针对上述问题,通过分析SQLite的事务处理流程及自动提交模式,采用延时提交的方法降低Flash的擦写频率,并将数据分为关键或不可重现数据以及可重现数据,分别进行处理,以保证数据的安全性。 In some applications with intensive writing,Flash becomes invalid earlier than expected if SQLite writes database file too frequently.In order to solve the problem,by analyzing the transaction processing procedure and auto-commit mode of SQLite,this paper uses the method of delay commit to reduce the frequency of erasing and writing Flash.It divides data into the key or un-reproducible data and reproducible data,and treats them with appropriate methods,which ensures the security of data.
出处 《计算机工程》 CAS CSCD 北大核心 2010年第15期94-96,共3页 Computer Engineering
关键词 事务处理 自动提交 延时提交 数据分级 transaction processing auto-commit delay commit data classification
  • 相关文献

参考文献3

  • 1Atomic Commit in SQLite[Z].(2009-03-19).http://www.sqlite.org/ atomiccommit.html.
  • 2File Locking and Concurrency in SQLite Version 3[Z].(2009-03-19).http://www.sqlite.org/lockingv3.html.
  • 3Haldar S.Inside SQLite[M].[S.l.]:O'Reilly Media,Inc.,2007.

同被引文献5

引证文献2

二级引证文献16

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部