React Native + AWS AppSync - maximum data storage

被刻印的时光 ゝ 提交于 2019-12-22 09:27:26

问题


I’m building an offline application which needs to store around 30,000 records.

Will AWS AppSync have any performance issues with a data set of this size?

I’ve used redux w/ redux-persist in the past, which saves the store offline, then refetchs and places in memory when the app launches. This causes fairly huge memory issues, especially when querying the data.

I’m wondering if AppSync has the ability to use Realm or SQLite for offline storage and querying.

Thanks.

来源:https://stackoverflow.com/questions/52862441/react-native-aws-appsync-maximum-data-storage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!