2

I'm planning to use Firebase to store around 2 to 3 lacks of Product links and access them via my Android application.

Is it good to go with Firebase?. Why i'm worried is regarding the DB query, we cant put LIKE clause and some other disadvantages related query is there.

One advantage i feel is, datastorage will be in Json format & hence the access will be much faster.

So, can you suggest what my understanding is right or not? also if i'm going in wrong path, can you please guide me the correct one.

Thanks

Naruto
  • 9,476
  • 37
  • 118
  • 201
  • Here's a post that might help: http://dba.stackexchange.com/questions/81349/what-are-the-advantages-and-disadvantages-of-firebase-for-a-database/82048 – Michael Markidis May 23 '16 at 05:45
  • Hello, will there be any impact if i use sql database to query?, suppose if record count is in millions, does it impact the performance? – Naruto May 23 '16 at 08:23
  • That all depends on 1) What database vendor you will use, 2) how you will design your table structures (e.g. indexes), 3) How you write your queries. Here is a post for MySQL http://stackoverflow.com/questions/5350581/how-many-rows-are-too-many-for-a-mysql-table – Michael Markidis May 23 '16 at 14:01

0 Answers0