Young Min Sim
Young Min Sim

Reputation: 53

May i use Firebase with half million records?

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

Answers (1)

Doug Stevenson
Doug Stevenson

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

Related Questions