ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,679 results

Kiki's Bytes
I ACED my Technical Interviews knowing these System Design Basics

In this video, we're going to see how we can take a basic single server setup to a full blown scalable system. We'll take a look at ...

9:41
I ACED my Technical Interviews knowing these System Design Basics

375,440 views

1 year ago

WIT Solapur - Professional Learning Community
Parallel and Distributed Databases

Dr. Pratibha S. Yalagi Associate Professor Department of Computer Science and Engineering Walchand Institute of Technology, ...

11:25
Parallel and Distributed Databases

17,819 views

6 years ago

Martin Kleppmann
Distributed Systems 8.2: Google's Spanner

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

18:41
Distributed Systems 8.2: Google's Spanner

42,520 views

5 years ago

Martin Kleppmann
Distributed Systems 7.2: Linearizability

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

18:44
Distributed Systems 7.2: Linearizability

47,170 views

5 years ago

Martin Kleppmann
Distributed Systems 7.1: Two-phase commit

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

18:45
Distributed Systems 7.1: Two-phase commit

80,698 views

5 years ago

Singapore Gophers
Build your own distributed database - GopherConSG 2018

Speaker: Matthew Campbell Have you ever wanted to make a custom database? In this talk we will deep dive into how distributed ...

19:41
Build your own distributed database - GopherConSG 2018

5,671 views

7 years ago

CMU Database Group
F2023 #00 - Course Overview & Logistics (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2023/slides/00-introduction.pdf ...

18:34
F2023 #00 - Course Overview & Logistics (CMU Intro to Database Systems)

90,755 views

2 years ago

Martin Kleppmann
Distributed Systems 5.2: Quorums

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

9:37
Distributed Systems 5.2: Quorums

47,137 views

5 years ago

Software Architecture Monday
Lesson13 - Microservices and Reporting

In the Microservices architecture style it is necessary to distribute data between service domains to maintain the ever-important ...

7:24
Lesson13 - Microservices and Reporting

16,414 views

7 years ago

Martin Kleppmann
Distributed Systems 4.2: Broadcast ordering

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

16:19
Distributed Systems 4.2: Broadcast ordering

64,201 views

5 years ago

The Coding Gopher
Redis Cluster: Why Sharding Isn't Enough

Unlock the secrets of Redis Cluster architecture! In this video, we break down how Redis distributes data across master and ...

6:40
Redis Cluster: Why Sharding Isn't Enough

5,930 views

1 year ago

Software Architecture Monday
Lesson 53 - Distributed Transactions Using Sagas

Most developers ad architects are used to database (ACID) transactions - doing commits and rollbacks to ensure data integrity.

8:02
Lesson 53 - Distributed Transactions Using Sagas

9,935 views

6 years ago

dotconferences
dotScale 2015 - Paul Dix - Time series data the worst and best use case in distributed databases

Description Help us caption & translate this video! http://amara.org/v/Gl5X/

17:10
dotScale 2015 - Paul Dix - Time series data the worst and best use case in distributed databases

1,269 views

10 years ago

Martin Kleppmann
Distributed Systems 3.3: Causality and happens-before

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

16:25
Distributed Systems 3.3: Causality and happens-before

51,440 views

5 years ago

Jonathan Dinu
Introduction to Distributed Computing with the Ray Framework

In this video, I give a brief introduction to distributed computing concepts and show how the Ray framework provides elegant ...

15:13
Introduction to Distributed Computing with the Ray Framework

16,144 views

4 years ago

Martin Kleppmann
Distributed Systems 7.3: Eventual consistency

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

14:59
Distributed Systems 7.3: Eventual consistency

33,974 views

5 years ago

Martin Kleppmann
Distributed Systems 4.3: Broadcast algorithms

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

13:45
Distributed Systems 4.3: Broadcast algorithms

51,816 views

5 years ago

Martin Kleppmann
Distributed Systems 6.1: Consensus

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

18:15
Distributed Systems 6.1: Consensus

48,060 views

5 years ago

dotconferences
dotGo 2015 - Verónica López - Beyond the Distributed System

Filmed at http://2015.dotgo.eu in Paris on November 9, 2015. More talks at http://thedotpost.com Developers usually come to Go ...

16:53
dotGo 2015 - Verónica López - Beyond the Distributed System

1,289 views

9 years ago

Martin Kleppmann
Distributed Systems 5.3: State machine replication

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

10:15
Distributed Systems 5.3: State machine replication

37,093 views

5 years ago

FOSSASIA
PostgreSQL Distributed & Secure Database Ecosystem Building - Trista Pan

Hello everyone so today this talk is about how to create a distributed and encrypted database solution based on your postgresql ...

13:59
PostgreSQL Distributed & Secure Database Ecosystem Building - Trista Pan

46 views

3 years ago

Byungcheon Ko
Introduction to Databases
14:38
Introduction to Databases

38 views

1 year ago

Martin Kleppmann
Distributed Systems 1.3: RPC (Remote Procedure Call)

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

19:45
Distributed Systems 1.3: RPC (Remote Procedure Call)

126,593 views

5 years ago

Singapore Gophers
Dgraph - A distributed graph database written in Go - GopherCon SG 2017

Speaker: Manish Rai Jain Dgraph is a native and distributed graph database written entirely in Go. Efficient distributed joins is a ...

19:52
Dgraph - A distributed graph database written in Go - GopherCon SG 2017

30,963 views

8 years ago

Martin Kleppmann
Distributed Systems 2.1: The two generals problem

Accompanying lecture notes: https://www.cl.cam.ac.uk/teaching/2122/ConcDisSys/dist-sys-notes.pdf Full lecture series: ...

11:35
Distributed Systems 2.1: The two generals problem

67,853 views

5 years ago