Reputation: 53
I'm planning to use Firebase. but i heard that it is not fast enough.
I'm worried about the speed because I'm going to put 500,000 pieces of data. Is it okay to use firebase ?
thanks.
Upvotes: 0
Views: 294
Reputation: 317467
You haven't said which Firebase product you're using (Realtime Database? Firestore?), but in either case, 500,000 is that that much. With both products, as long as there are indexes created to make it possible to query your data at scale, it should be no problem.
Upvotes: 1