March 2010 Entries

Data Storages

In the last several years I’ve seen several projects suffering from performance problems caused by one bad decision: inadequate choice of storage. As Greg Young noted developers often stick to RDBMS without even considering the alternatives. I’m not going to discuss SQL vs. NoSQL, but rather share some ideas on what might affect the decision. Data life time In one of the projects I’ve been involved in, there was an incoming stream of real time geo location data from hundred of thousands of users. While the whole system generally worked well the performance of geo-location data storage...

posted @ Sunday, March 28, 2010 2:04 PM | Feedback (0)