Where to store user's extra information

0 votes
I am developing a game where i have to store 5 or 6 text information regarding single user and number of user might reach up to thousands or millions then what is the best way to store all this information ? One way is store information in JSON but single JSON may not allow me to store that thousand user's data. Another way i thaught is to store information in different JSON for each single user. Does it allow me to store thousands of JSON in single collection ?
asked Jul 11, 2016 in Android by testdemo772 (47 points)

1 Answer

0 votes
 
Best answer
Hi Test,

 

Yes, you are right saving thousand of data in single JSON is not the best way to do it. You can save the single document for every user's data into the collection. To answer your second query, yes you can save thousands of document in one single collection.

Let me know if you need any help from my side while integrating. I will be happy to help you!

 

Regards,

Himanshu Sharma
answered Jul 11, 2016 by hs00105 (2,005 points)
selected Jul 11, 2016 by testdemo772
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...