|
|
|
|
|
by cerebrum
3536 days ago
|
|
I'm doing a social networking site, so I don't know how much data I will end up with. My reasoning was as follows: 1) The data model is rather simple, basically one table with the user data(name, location, age, etc...) and some images. So it shouldn't be too difficult to do this with NoSql as opposed to SQL. Yes, simpler with SQL but not significantly so. 2) If I ever need to scale, I'd rather make the right choice from the beginning(NoSQL) so as not to need a migration later. 3) In any case NoSQL would be a learning experience for me, so another plus. If there is a mistake in my reasoning I would be grateful for any one pointing it out. |
|