RDM Mobile Edition

RDM Mobile Edition is a high-performance, mobile database management system ideal for the developer who is creating a standalone application for a smart phone or tablet device. For the iOS platform this package includes a new Objective C API which provides an intuitive and familiar interface for Apple developers.

RDM Mobile Edition is designed to meet today’s mobile applications. Its ACID compliant database engine supports B-tree and hash indexes; the B-tree indices can support simple and/or compound keys. Additionally the mobile database engine has been developed to fully utilize multi-core processors, run within minimal memory, and support both in-memory and on-disk storage. Implemented as a linkable library, the mobile database is allowed to become an embedded part of your applications.

Key Benefits

View RDM Mobile Plus Edition below for additional functionality. RDM Mobile Plus Edition includes everything in RDM Mobile Standard, plus extra features for enhanced connectivity.

Performance Driven Features

  • Full Multi-Core Support

    Efficiently allocate transaction processing to take advantage of multi-core systems for optimal speed.

  • Pure and Hybrid In-Memory Database Operation

    Configure your database to run completely on-disk, completely in-memory, or a hybrid of both; combining the speed of an in-memory mobile database and the stability of on-disk in a single system.

  • Multiple Indexing Methods

    Use B-Trees or Hash Indexes on tables. Hashing on large volumes often provides faster access to data than b-tree indexing methods. Hashing enhances speed by using buckets to store the index information.