android - What are the benefits of using NoSQL in mobile apps -


i have seen lot of nosql libraries mobile platform, main thing comes in mind, why trying use nosql in mobile systems having limited space.

please clarify scenarios, beneficial on sqlite3.

mobile application development (android, ios) platforms having complex & rigid structure relational database. simplicity of handling of data.as developers come new ideas , features applications, making changes becomes time-consuming task because constant changes have made database schema.

another issue mobile applications nosql addresses need constant updates. after application has been released, maintenance becomes major concern, among other things consider. because nosql document based, fixing types of bugs , other problems doesn’t require complete overhaul of database, because changes made developers don’t affect every other aspect of application.

finally, nosql known scalability. unlike relational databases, nosql databases scale outward rather vertically. days there consideration of nosql. more can read below articles :-

  1. why nosql trumps relational databases mobile applications

  2. why nosql better mobile apps

hope helps !


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -