Database Software Development Videos and Tutorials - MySQL, Oracle, SQL Server, NoSQL, MongoDB, PostgreSQL
 
Category: <span>NoSQL</span>

Building FoundationDB

FoundationDB co-founder David Rosenthal talks about the motivations and the process of building the FoundationDB database. FoundationDB is a NoSQL database built to support a diverse set of applications and data models while delivering exceptional performance, data consistency, and operational resilience. FoundationDB, currently in Alpha, tries to combine NoSQL scalability …

Entity Relationships in a Document Database

Unlike relational databases, document databases like CouchDB and MongoDB do not directly support entity relationships. This talk will explore patterns of modeling one-to-many and many-to-many entity relationships in a document database. These patterns include using an embedded JSON array, relating documents using identifiers, using a list of keys, and using …