Storage engine

Android ships with SQLite, a fully transactional database engine based on the SQL-92 standard.

 

First, SQLite doesn't require a client-server architecture. SQLite can be embedded directly with the application that uses it, communicating with it via simple function calls instead of complex IPC mechanisms.

(IPC——typically via sockets)

 

SQLite将一个数据库的所有东西都存进一个跨平台可移植的文件中。这样备份就太简单了。

 

SQLite doesn't require configuration files or installation procedures.

 

supports ACID compliant transactions, and supports B-tree indexing for fast data access.

 

It also has its limitations though, Writing to a database table will lock the entire database, resulting in reduced throughput where high concurrency is desired. That's typically not the case in a mobile application.

 

Much worse is SQLite's limited support for ALTER TABLE statements, making schema migrations painful

to handle. This can be a serious problem when deploying updates to your application.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值