Completed
00:00:00 - Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to NoSQL Databases and System Design
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00:00 - Introduction
- 2 00:01:47 - SQL Databases
- 3 00:02:53 - Tables
- 4 00:10:53 - Data Sharding
- 5 00:12:49 - Scalability
- 6 00:13:31 - Schemaless
- 7 00:15:40 - Pros and Cons of a Flexible Schema
- 8 00:19:54 - Query Driven Design
- 9 00:21:09 - Types of NoSQL Databases
- 10 00:23:39 - Key-Value Databases
- 11 00:26:19 - Redis
- 12 00:28:25 - Document Databases
- 13 00:29:35 - Wide Column Databases
- 14 00:32:52 - Aggregate and Graph Databases
- 15 00:34:16 - Graph Databases
- 16 00:34:46 - Quorum Consensus
- 17 00:39:50 - Consistent Hashing
- 18 00:43:58 - Auto Increment
- 19 00:49:48 - Examples
- 20 00:51:54 - Partition Key
- 21 00:52:48 - Sort Key
- 22 00:53:39 - Secondary Indexes
- 23 00:57:29 - How to Choose?