This is a lecture from the Cockroach University course “Getting Started with SQL for Developers.”
In this lecture, we’ll learn the difference between physical and logical databases and why it is relevant when designing our schemas for monolithic or microservice applications. We’ll also learn what impact this has in systems that use polyglot persistence. Finally, we’ll see how we can use the SQL language to create new logical databases.
Learn more about CockroachDB by signing up for free training at Cockroach University: https://university.cockroachlabs.com/
00:00 - Physical vs Logical Databases
1:16 - Monolithic Databases
2:11 - Microservice Databases
2:57 - Polyglot Persistence
4:09 - Creating Your Database
#cockroachdb #distributedsql #distributedsystems #sql