iphone - Is couchDB mobile stable or good to use in ios production app? -
iphone - Is couchDB mobile stable or good to use in ios production app? -
we developing social news feed ios app, , need store lot of news feed items (image,text) , chat history items (audio or text message) offline use. since couchdb document database questions are:
are there ios apps (in apple store) using database (couchdb mobile)? is couchdb mobile stable plenty use? how performance in ios?
i have never been fan of thought you'd have total piece of database software running on mobile device. maybe in few years when there's more capacity.
instead i've been much bigger fan of using browser's pre-existing storage containers. pouchdb great illustration of how work, still in development. depending on sensitivity , amount of info have, store info in localstorage.
at end of day it's question of whether requiring total queryability locally on device. ie., need have indexes beingness built on phone? or can instead work database close device possible, using pre-existing http caching methods cutting downwards on bandwidth utilize , latency.
to other questions, have no thought how performs on ios , i'm not sure whether using in production. know many companies have considered it, much yourself. :)
cheers.
iphone ios couchdb
Comments
Post a Comment