Performance Best Practices

New best practices information has been added to the documentation, to help improve synchronization performance, and optimize object query performance.

Synchronization Performance

Improve synchronization performance and free resources by deleting log records from SAP Mobile Server and the client when they are no longer needed. You can calculate the log file record size, then take steps to reduce the size.

Documented in: System Administration, Improve Synchronization Performance by Reducing the Log Record Size .

Object Query Performance

Investigate complex object queries that are used in Object API applications (Android, BlackBerry, iOS, and Windows Mobile). Examine the database schema and data size, review the SQL statement generated from the query, and review the execution plan for your code. Use the information to optimize object query performance, and develop best practices.

Documented in: Mobile Data Models: Using Mobile Business Objects, see the Improve Object Query Performance topic group.