ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,914 results

Arpit Bhayani
Database Sharding and Partitioning

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

23:53
Database Sharding and Partitioning

232,806 views

3 years ago

Be A Better Dev
What is Database Sharding?

Database sharding is a technique used to optimize database performance at scale. It relies on separating data into logical chunks ...

26:56
What is Database Sharding?

171,003 views

5 years ago

Hello Interview - SWE Interview Preparation
Sharding in System Design Interviews w/ Meta Staff Engineer

A simple explanation of database Sharding in the context of system design interviews. Excalidraw used in video: ...

30:34
Sharding in System Design Interviews w/ Meta Staff Engineer

55,612 views

2 months ago

SCALER
Introduction to Database Sharding | Complete Sharding Tutorial | System Design Concept |  @SCALER

In this video, Aanshul Sadaria (Software Engineer lll, Google) is explaining the whole concept of Sharding from scratch to finish.

1:23:46
Introduction to Database Sharding | Complete Sharding Tutorial | System Design Concept | @SCALER

27,619 views

2 years ago

Tech Vault
Database Sharding (Arabic - عربي) with Amr Elhelw - Tech Vault

Slides: https://github.com/aelhelw/techvault/blob/main/Relational_Database_Internals/TechVault_Database_Sharding.pdf English ...

33:15
Database Sharding (Arabic - عربي) with Amr Elhelw - Tech Vault

2,554 views

1 year ago

Shiv Kumar
Database Sharding - Scaling Relational Databases

RDBMs can be scaled horizontally in a number of ways, however two most most common ways are Read scale out and Sharding.

1:09:31
Database Sharding - Scaling Relational Databases

8,989 views

5 years ago

PlanetScale
Sharding strategies: lookup-based, range-based, and hash-based

Learn about three differe types of sharding: lookup or directly-based, range-based, and hash-based. I also sit down with with ...

26:58
Sharding strategies: lookup-based, range-based, and hash-based

3,511 views

1 year ago

Tech Vault
Database Sharding (English) with Amr Elhelw - Tech Vault

Slides: https://github.com/aelhelw/techvault/blob/main/Relational_Database_Internals/TechVault_Database_Sharding.pdf Arabic ...

32:56
Database Sharding (English) with Amr Elhelw - Tech Vault

429 views

1 year ago

Binary Igor
Database Sharding - Postgres example

Let's define what database sharding is, why we use it, and let's code an example using Java + Postgres database!

20:08
Database Sharding - Postgres example

11,001 views

3 years ago

MongoDB
Demystifying Sharding in MongoDB

The number one mistake made with sharding is not planning for it early on. Like most daunting things, the “ignorance is bliss” ...

36:00
Demystifying Sharding in MongoDB

14,893 views

3 years ago

Tech Vault
Data Partitioning (Arabic - عربي) with Amr Elhelw - Tech Vault

Slides: https://github.com/aelhelw/techvault/blob/main/Building_With_Databases/TechVault_Data_Partitioning.pdf English version ...

37:54
Data Partitioning (Arabic - عربي) with Amr Elhelw - Tech Vault

4,664 views

1 year ago

Hussein Nasser
When should you shard your database?

Database Application level sharding is the process of splitting a table into multiple database instances in order to distribute the ...

21:20
When should you shard your database?

84,249 views

5 years ago

Arpit Bhayani
How @ShopifyEngineering avoids hot shards by moving data across databases without any downtime

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

20:58
How @ShopifyEngineering avoids hot shards by moving data across databases without any downtime

13,803 views

3 years ago

MongoDB
Demystifying Sharding in MongoDB

The number one mistake made with sharding is not planning for it early on. Like most daunting things, the “ignorance is bliss” ...

32:36
Demystifying Sharding in MongoDB

8,478 views

3 years ago

PyCon Canada
How Wave does database sharding with Django (Joseph Kahn)

PyCon Canada 2015: https://2015.pycon.ca/en/schedule/40/ Talk Description: Learn how we handle a large amount of data in ...

20:29
How Wave does database sharding with Django (Joseph Kahn)

1,923 views

10 years ago

Ben Dicken
Database Sharding! Designing Data-Intensive Applications chapter 6

This chapter is all about partitioning and sharding databases across multiple nodes. This is must-have knowledge for designing ...

54:30
Database Sharding! Designing Data-Intensive Applications chapter 6

1,389 views

Streamed 4 months ago

CodeHelp - by Babbar
Lecture 18: What is Partitioning and Sharding in DBMS || DB Optimisation

This Video will make your understand about Partitioning and Sharding in DBMS. There is a lot to learn, Keep in mind “ Mnn ...

31:25
Lecture 18: What is Partitioning and Sharding in DBMS || DB Optimisation

93,207 views

3 years ago

Hussein Nasser
Avoid premature Database Sharding

Someone asked a question on Twitter and I thought it's interesting to answer it here in the show. I have a 2 million row table used ...

20:29
Avoid premature Database Sharding

17,250 views

4 years ago

PostgreSQL Europe
Claire Giordano: Beginner's Guide to Partitioning vs. Sharding in Postgres (PGConf.EU 2023)

Partitioning has come a long way in Postgres since the Postgres 10 days, as has sharding via the Citus extension. If you need to ...

39:40
Claire Giordano: Beginner's Guide to Partitioning vs. Sharding in Postgres (PGConf.EU 2023)

1,806 views

2 years ago

John McBride
System design interview: Database Scaling

WATCH LIVE: https://twitch.com/johncodes ▻ Twitter: https://twitter.com/johncodezzz ▻ Home page: https://johncodes.com ...

22:13
System design interview: Database Scaling

19,028 views

4 years ago

Aaron Francis
Sharding Postgres without extensions with PgDog founder, Lev Kokotov

I chat with Lev Kokotov to talk about building PgDog, an open-source sharding solution for Postgres that sits outside the database.

1:02:56
Sharding Postgres without extensions with PgDog founder, Lev Kokotov

2,429 views

5 months ago

Oracle
Sharding for hyperscale and geographically distributed relational databases | CloudWorld 2022

Find out more: https://oracle.com/database/sharding/ With use cases and customer case studies, this technical deep dive into ...

23:12
Sharding for hyperscale and geographically distributed relational databases | CloudWorld 2022

884 views

3 years ago

Skill Advancement
Episode 15: Basics of System Design - Database Sharding & Partitioning

In this video, we break down Database Partitioning, Partitioning Criteria, and Database Sharding with simple visuals and ...

26:05
Episode 15: Basics of System Design - Database Sharding & Partitioning

58 views

1 month ago

Oracle Developers
Sharding in Oracle Database

Held in March 2018 Oracle Sharding is a scalability and availability feature for custom-designed OLTP applications that enables ...

23:55
Sharding in Oracle Database

7,414 views

7 years ago

CockroachDB
Scaling PostgreSQL: How to never shard again

In this webinar, you'll learn how you can scale a SQL database horizontally without having to ever shard again. CockroachDB is a ...

56:09
Scaling PostgreSQL: How to never shard again

3,070 views

5 years ago