NoSQL Data Management
NoSQL Data Management
NoSQL refers to a general class of storage engines that store data in a non-relational format. This is in contrast to traditional RDBMS in which data is
stored in tables that have data that relate to each other. NoSQL stands for "Not Only SQL" and isn't meant as a rejection of traditional databases.
Such databases have existed since the late 1960s, but the name "NoSQL" was only coined in the early 21st century, triggered by the needs of Web 2.0
companies.NoSQL databases are increasingly used in big data and real-time web applications.NoSQL systems are also sometimes called "Not Only
SQL" to emphasize that they may support SQL-like query languages or sit alongside SQL databases in polyglot-persistent architectures
Key - Value Column Family