ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

62,631 results

Jordan has no life
Two Phase Commit - Distributed Transactions | Systems Design Interview 0 to 1 with Ex-Google SWE

Anyone in the 3% of my viewership looking for me to two phase commit to them? Thanks @Cricket for bringing this up. I'll add this ...

8:19
Two Phase Commit - Distributed Transactions | Systems Design Interview 0 to 1 with Ex-Google SWE

28,692 views

2 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,253 views

5 years ago

Hussein Nasser
Distributed Transactions are Hard (How Two-Phase Commit works)

In this video I explain how we can use two-phase commit protocol works to achieve atomic distributed transaction. 0:00 What is ...

16:24
Distributed Transactions are Hard (How Two-Phase Commit works)

38,322 views

3 years ago

Arpit Bhayani
Distributed Transactions: Two-Phase Commit Protocol

System Design for SDE-2 and above: https://arpitbhayani.me/masterclass System Design for Beginners: ...

21:21
Distributed Transactions: Two-Phase Commit Protocol

54,157 views

3 years ago

Lazy Programmer
Distributed Transactions with 2-Phase Commit | Data Consistency in Microservices

Welcome back to our System Design Series! In this episode, we dive deep into one of the most fundamental concepts in ...

6:01
Distributed Transactions with 2-Phase Commit | Data Consistency in Microservices

674 views

5 months ago

Jordan has no life
Google SWE teaches systems design | EP13: Two Phase Commit

My girlfriend didn't like it when I told her I had commitment issues, so to show that I was making an effort I told her I was prepared ...

11:27
Google SWE teaches systems design | EP13: Two Phase Commit

7,819 views

3 years ago

CodeLucky
Two-Phase Commit (2PC) Protocol Explained for Beginners | Distributed Transactions

Dive into the Two-Phase Commit (2PC) protocol with our beginner-friendly explanation! This video breaks down the ...

6:44
Two-Phase Commit (2PC) Protocol Explained for Beginners | Distributed Transactions

809 views

7 months ago

MIT 6.824: Distributed Systems
Lecture 12: Distributed Transactions

Lecture 12: Distributed Transactions MIT 6.824: Distributed Systems (Spring 2020) https://pdos.csail.mit.edu/6.824/

1:17:24
Lecture 12: Distributed Transactions

53,895 views

5 years ago

People also watched

Yulin Shi
Two phase commit for distributed transactions in Java

This is a demonstration of the two-phase commit concept. Source code https://github.com/julianShi/two-phase-commit.

8:24
Two phase commit for distributed transactions in Java

6,650 views

4 years ago

Codefarm
Two-Phase Commit || 2-Phase Commit protocol || Database Patterns for Microservices

What is the "Two-Phase Commit"? The basic algorithm for "Two-Phase Commit" Real-time example for "Two-Phase Commit" ...

10:44
Two-Phase Commit || 2-Phase Commit protocol || Database Patterns for Microservices

14,149 views

5 years ago

EDA Summit
Solving distributed data problems in a microservice architecture | Microservices.io

To deliver a large complex application rapidly, frequently and reliably, you often must use the microservice architecture.

25:49
Solving distributed data problems in a microservice architecture | Microservices.io

33,149 views

4 years ago

CodeOpinion
Do you need a Distributed Transaction? Working through a Design Problem

If you're working in a distributed application, you're bound to run into a design issue where you want data consistency between ...

12:45
Do you need a Distributed Transaction? Working through a Design Problem

14,777 views

3 years ago

Thorben Janssen
Distributed Transactions: Don’t use them for Microservices

Since I started talking about microservices and the challenges that you have to solve whenever you want to exchange data ...

7:23
Distributed Transactions: Don’t use them for Microservices

16,252 views

5 years ago

Audiopedia
Two-phase commit protocol

In transaction processing, databases, and computer networking, the two-phase commit protocol is a type of atomic commitment ...

4:37
Two-phase commit protocol

33,524 views

10 years ago

Devoxx
Using sagas to maintain data consistency in a microservice architecture by Chris Richardson

Please subscribe to our YouTube channel @ https://bit.ly/devoxx-youtube Like us on Facebook ...

49:10
Using sagas to maintain data consistency in a microservice architecture by Chris Richardson

318,304 views

8 years ago

Jordan has no life
21: Distributed Locking | Systems Design Interview Questions With Ex-Google SWE

There seems to be some sort of distributed consensus that people lock their car doors whenever they see me walking near them.

28:13
21: Distributed Locking | Systems Design Interview Questions With Ex-Google SWE

33,999 views

1 year ago

Cloud With Raj
Cloud Solutions Architect Interview Real World Answers AWS

Join the real-world SA bootcamp (Limited spots, enrollment opens 09/20/2025, past students got high paying jobs including at Big ...

18:54
Cloud Solutions Architect Interview Real World Answers AWS

6,336 views

5 months ago

Devoxx
Data Consistency in Microservices Architecture (Grygoriy Gonchar)

While we go with microservices we bring one of the consequence which is using multiple datastores. With single data source, ...

27:10
Data Consistency in Microservices Architecture (Grygoriy Gonchar)

117,886 views

7 years ago

Arpit Bhayani
Implementing Distributed Transactions using Two Phase Commit Protocol

System Design for SDE-2 and above: https://arpitbhayani.me/masterclass System Design for Beginners: ...

39:24
Implementing Distributed Transactions using Two Phase Commit Protocol

31,744 views

3 years ago

Code Decode
Master 2 Phase Commit | Microservices Transaction Management Interview Questions | Code Decode

In this microservice Interview questions and answers for 2 phase commit for distributed transaction management in microservices.

21:54
Master 2 Phase Commit | Microservices Transaction Management Interview Questions | Code Decode

26,336 views

1 year ago

Tech Dummies - Narendra Lakshmana Gowda
Do you know Distributed transactions?

distributedtransactions #concensus #2phasecommit #saga #r3phasecommit #transactions #systemdesigntips #systemdesign ...

31:10
Do you know Distributed transactions?

237,641 views

6 years ago

Arpit Bhayani
Two Phase Commit to power Distributed Transactions in a Distributed System

System Design for SDE-2 and above: https://arpitbhayani.me/masterclass System Design for Beginners: ...

16:47
Two Phase Commit to power Distributed Transactions in a Distributed System

4,933 views

3 years ago

The Backend Celeb
Ben Shapiro explains the two phase commit #databasemanagement #softwareengineer
2:51
Ben Shapiro explains the two phase commit #databasemanagement #softwareengineer

211 views

7 months ago

Next LVL Programming
What Is Two-phase Commit And Why Is It Often Avoided In Microservices? - Next LVL Programming

What Is Two-phase Commit And Why Is It Often Avoided In Microservices? In this informative video, we will cover the two-phase ...

3:49
What Is Two-phase Commit And Why Is It Often Avoided In Microservices? - Next LVL Programming

14 views

4 months ago

Education 4u
Two phase Commit Protocol | Transaction | Distributed Systems | Lec-61 | Bhanu Priya

Distributed Systems Distributed Transaction Two phase commit protocol #distributedsystems #computersciencecourses ...

5:45
Two phase Commit Protocol | Transaction | Distributed Systems | Lec-61 | Bhanu Priya

115,793 views

6 years ago

ByteMonk
Saga Pattern | Distributed Transactions | Microservices

Distributed Transactions 2. Two Phase Commit 3. Orchestration 4. Choreography FOLLOW ME ON: ▶️ Main Channel: ...

17:18
Saga Pattern | Distributed Transactions | Microservices

86,040 views

1 year ago

CS186Berkeley
Lecture 22 Part 5 Simple 2PC: Messaging Only

Two-Phase commit works very much like the wedding ceremony and Jim Gray famously use this analogy in an early paper on ...

3:45
Lecture 22 Part 5 Simple 2PC: Messaging Only

5,109 views

7 years ago

Java Tech Solutions
Microservices Architecture Patterns | 2 Phase Commit Design Pattern | Distributed Transaction

In this tutorial we will discuss what is 2 Phase Commit Design Pattern and its internal work flow with a business use case also we ...

52:08
Microservices Architecture Patterns | 2 Phase Commit Design Pattern | Distributed Transaction

7,602 views

2 years ago

Tech Learnings
2 Phase Commit (2PC) | Microservices Design Pattern

Hello Everyone, Welcome to Tech Learnings! Today, we are going to learn about what is exactly a two phase commit design ...

9:40
2 Phase Commit (2PC) | Microservices Design Pattern

4,882 views

4 years ago

Jordan has no life
Percolator - Two Phase Commit In Practice | Distributed Systems Deep Dives With Ex-Google SWE

https://www.usenix.org/legacy/event/osdi10/tech/full_papers/Peng.pdf Gonna pop a percolator after this so I can relax.

33:27
Percolator - Two Phase Commit In Practice | Distributed Systems Deep Dives With Ex-Google SWE

3,239 views

1 year ago