Spanner - a fully managed horizontally scalable relational database... by Robert Kubis

preview_player
Показать описание
Live coding and demos! In this presentation you'll learn what Spanner is all about! I'll talk about TrueTime, horizontal scale, the CAP theorem and best practices. You'll see how to setup your first Spanner instance and database. We walk through design decisions when coming up with your schema and queries that are enabled to scale to terabytes. Come prepared to see some code, queries and query explains. :D
Рекомендации по теме
Комментарии
Автор

How does master know that follower is lagging with respect to the query that client will supply? Does master executes the query or does it maintain any state?

software-tutor
Автор

At 16:00, should it be linearizability instead of serializability?

zhangxin