The purpose of this project is to test performances of mobile DBs libraries on iOS. Two tests are ran: writing and reading.
Here are the tested databases:
- Core Data
- Realm
- CouchBase Lite - SQLite mode
- CouchBase Lite - ForestDB mode
- Clone the project
- do a
pod update
in the directory - Open the workspace file
- Compile and launch
Write test | Read test
(operations / second) | (operations / second)
Core Data 7401 | 39
Realm 21341 | 28632
Couchbase SQLite 704 | 54
Couchbase ForestDB 695 | 2334
#Links