05 NoSQL introduction
Slides: https://webeep.polimi.it/mod/resource/view.php?id=37378
Pages
01 NoSQL General Concepts
Differences with the traditional data model Schema Less Approach This new types of data model require lot of flexibility,which is usually implemented by getting rid of the traditional fixed schema of…
02 Transactional Properties in NoSQL
Transaction is SQL, ACID In the relational world we are used to having the concept of a transaction, an elementary unit of work encapsulated by begin and commit commands characterized by ACID…
03 Brief NoSQL history
MultiValue databases at TRW in 1965. DBM is released by AT&T in 1979. Lotus Domino released in 1989. Carlo Strozzi used the term NoSQL in 1998 to name his lightweight, opensource relational…
04 A map of NoSQL technologies
Key-Value Store A key that refers to a payload (actual content / data). E.g. MemcacheDB, Azure Table Storage, Redis Key-value databases work by storing dictionaries or hash tables , which are a…