Skip to content

alexasfb/mobile-db-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobile DB Tests

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

How to run ?

  • Clone the project
  • do a pod update in the directory
  • Open the workspace file
  • Compile and launch

Results

                                     Write test        |       Read test  
                               (operations / second)   |   (operations / second)
             Core Data                  7401           |          39
             Realm                      21341          |          28632
             Couchbase SQLite           704            |          54
             Couchbase ForestDB         695            |          2334

#Links

About

Testing performances of mobile DBs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors