real world example of nosql

Solutions on MaxInterview for real world example of nosql by the best coders in the world

showing results for - "real world example of nosql"
Malena
12 Jan 2019
1One example is analytics.
2
3Lets say you want to build the next Google Analytics. You figure out you want to track IP Address, Browser & Device type. Later you, however, finds out you might want to track Browser Size as well. Since analytics databases can contain millions/billions of data, it isn't so easy to add an extra column to your table. It would simply take too long.
4
5With a NOSQL solution you might just add it to the future rows, without having to change every row in the tracking table.
6
7So in general "every" place where you need to crunch data and numbers for report