Database Software Development Videos and Tutorials - MySQL, Oracle, SQL Server, NoSQL, MongoDB, PostgreSQL
 
Author: <span>databasetube.com</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 …

Automated Testing Strategies for Databases

Learn techniques for automating tests for applications that need databases. Almost all significant applications involve some sort of database. Many challenges come up when automating tests of data-intensive applications, including test repeatability, performance, transactional integrity and parallel test execution. This session will present solutions to these problems along with concrete …