I am processing huge data from BaaS to Android but this take much time to show in listview with filtering for each user.
What if i made separate collection for each user, My users will be in the range of fixed100-200 only but all having entities in the range of 20-30.
So I am thing to do separate collection for each user, I need number of maximum collection can made.
Answer by Anil Sagar @ Google
·
Apr 04, 2016 at 07:07 AM
Short Answer is , You can create any number of collections, Any number of entities inside collections as long as data storage limit is not reached
How much is the BaaS data storage limit ?
Total storage size is limited to 25 GB if it's free account. If it's paid account, You can get additional storage as per pricing plans. If you are interested in purchasing BaaS Tiered plans please contact Apigee Sales here.
Answer by Sunandita Dam
·
Apr 04, 2016 at 05:55 AM
Hi @ShantaramAl
Please refer the faq which tries to answer your question. It depends on the product that you are using and the infra you have, Please refer pricing model . Hopefully it helps you.
Answer by pbhogill · Apr 03, 2016 at 10:51 PM
Hi @ShantaramAI I am unaware of any theoretical limit to number of collections you can create, obviously the amount of data you can store is limited :) @jwest1 any thoughts?