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
- 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.
- Columns of tables can only store similar data.
- Document storage (images, multimedia, business documents, XML, etc) is big sore point for RDBMS
- RDBMS is not real time system. It is poll based.
Saturday, July 16, 2011
Subscribe to:
Posts (Atom)