Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » UltraLite - 数据库管理和参考 » UltraLite 性能提示 » 插入和更新性能提示

 

管理事务和行状态

UltraLite 同时维护状态信息和数据库中的数据。UltraLite 跟踪和存储状态信息以便可以管理:

  • 并发连接,因此 UltraLite 可以根据需要共享资源。

  • 同步进度状态,以确保成功进行同步。

  • 行状态,以通过跟踪数据如何在同步之间更改来维护数据完整性。

  • 事务,以确定数据何时和如何提交。在 UltraLite 中,事务要么全部得到处理,要么根本不做处理。

  • 恢复和备份信息,以在操作系统崩溃、最终用户操作(例如删除存储卡)或在 UltraLite 运行的过程中重置设备时保护数据。

 另请参见

UltraLite 并发
UltraLite 数据库行状态管理
UltraLite 事务处理