Row-Oriented Database Management System
(Redirected from Row-Oriented DBMS)
Jump to navigation
Jump to search
A Row-Oriented Database Management System is a DBMS that primarily use data row-based data structures.
- AKA: Row Store DBMS.
- Context:
- It can range from being a Drive-based Row-Oriented Database Management System to being a In-memory Row-Oriented Database Management System.
- It can range from being a Row-Oriented RDBMS to being ...
- It can range from being a Single-Machine Row-Oriented DBMS to being a Distributed Row-Oriented DBMS.
- Example(s):
- Counter-Example(s):
- See: Transactional DBMS, Massively Parallel Processing.
References
2008
- (Abadi et al., 2008) ⇒ Daniel J. Abadi, Samuel R. Madden, and Nabil Hachem. (2008). “Column-stores Vs. Row-stores: How Different Are They Really?.” In: Proceedings of the 2008 ACM SIGMOD International Conference on Management of data. ISBN:978-1-60558-102-6 doi:10.1145/1376616.1376712
- QUOTE: There has been a significant amount of excitement and recent work on column-oriented database systems ("column-stores"). These database systems have been shown to perform more than an order of magnitude better than traditional row-oriented database systems ("row-stores") on analytical workloads such as those found in data warehouses, decision support, and business intelligence applications.