期刊文献+

Android数据库SQLite性能优化 被引量:26

Performance Optimization of Android Database SQLite
下载PDF
导出
摘要 SQLite是Android平台的重要数据库引擎,具有零配置、支持事务、移植性好等特点,负责多种格式数据的存储.随着用户数据规模的扩大与复杂度的增加,对数据库性能提出更高的要求.数据库性能直接影响应用程序的性能和用户的体验.本文分析了SQLite事务机制和索引结构,并通过手动添加事务和合理创建B-tree索引,大大缩短了Android SQLite数据库的插入与查询时间,提高了SQLite性能. SQLite is an important database engine on Android platform. It has features of zero-configuration, supporting transactions and excellent portability. And it is responsible for multiple formats of data storage. With the expansion and complexity of the user data, there is higher demand upon the SQLite performance which may affect the performance of the application program and the user experience. This paper analyzes the transaction mechanism and the index structure of SQLite. By means of turning on transaction manually and creating B-tree index properly, it greatly reduces the time needed to insert and query data from Android SQLite, which improves SQLite performance ultimately.
出处 《计算机系统应用》 2014年第4期193-196,共4页 Computer Systems & Applications
关键词 性能优化 事务 索引 Android SQLite Android SQlite performance optimization transaction index
  • 相关文献

参考文献5

  • 1Lv JY, Xu SG, Li YJ. Application research of embedded database SQLite. 2009 International Forum on Information Technology and Applications. IEEE, Computer Society. 2009 539-543.
  • 2尧有平,薜小波.基于ARM-Linux的SQLite嵌入式数据库的研究[J].微计算机信息,2008,24(5):64-66. 被引量:18
  • 3Wang Y, Liu ZJ, Xiang W, Liu XH. Research on concurrrency and transaction optimization of relational database. 计算机技术与应用发展,2008:321-325.
  • 4Allen G, Owens M. The definitive guide to SQlite. American, Apress, 2010:193-144.
  • 5Database Speed Comparison. http://www.sqlite.org/speed. html.

二级参考文献3

共引文献17

同被引文献212

引证文献26

二级引证文献104

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

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