Showing posts with label No SQL. Show all posts
Showing posts with label No SQL. Show all posts

Monday, July 14, 2014

Wednesday, September 28, 2011

Tuesday, August 9, 2011

Limitations of Relational Database Systems


  1. Relational databases are based on relational algebra, which requires data to be stored must be modeled as relational only. This also means that, data read from RDBMS modeled back in its original model (say tree, graph, key value, or any other). This requires significant stress on computing resources.
  2. Columns of tables can only store similar data.
  3. Document storage (images, multimedia, business documents, XML, etc) is big sore point for RDBMS
  4. RDBMS is not real time system. It is poll based.

Saturday, July 16, 2011