What is Database Sharding?

What is Database Sharding?

Anton Putra

11 месяцев назад

41,881 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@erkanakgul6954
@erkanakgul6954 - 10.01.2024 20:49

Great explaination! Thanks

Ответить
@user-yv6ti2wf7c
@user-yv6ti2wf7c - 08.01.2024 14:58

thanks, but i have a question if i use range-based sharding and conside 4 shard what happen if i want to convert to 40 shard? what happen for previous data, and new data [ first i have 3 shard 1(a-h) 2(i-p) 3(q,z)) now need to make it 40.

Ответить
@Xaoticex
@Xaoticex - 03.01.2024 00:22

Nice, exhaustive and short video considering it covers a lot.

Ответить
@vikasgoel7529
@vikasgoel7529 - 31.12.2023 01:20

Excellent described

Ответить
@HenrySpraggins
@HenrySpraggins - 09.11.2023 02:04

Very helpful. Very confused and to the point! I hope your colleagues who do technical videos would follow your framework. 👍🏾👍🏾👍🏾

Ответить
@ab_azmi5584
@ab_azmi5584 - 29.10.2023 10:05

Great video. Clear & easy to understand.

Ответить
@rayaalkhateeb874
@rayaalkhateeb874 - 28.10.2023 21:54

thanks a lot for explaining

Ответить
@charlesopuoro5295
@charlesopuoro5295 - 26.10.2023 12:03

Thank you so much for this clear, insightful explanation of Database Sharding.

Ответить
@yoggg932
@yoggg932 - 14.10.2023 10:32

Feels like a bot is reading the script. Good content, but please act it out a bit.

Ответить
@gcheese25
@gcheese25 - 12.10.2023 21:32

great video! start subscribing now

Ответить
@tejapolisettysai6950
@tejapolisettysai6950 - 07.10.2023 17:05

sir thanks for the video, what do you use for editing, its really good.

Ответить
@ProSunnySharma
@ProSunnySharma - 03.10.2023 00:20

Excellent! What tool do you use to do animations?

Ответить
@noahgsolomon
@noahgsolomon - 13.09.2023 23:17

w video

Ответить
@rahuldinesh2840
@rahuldinesh2840 - 31.08.2023 16:30

Can I do sharding in WordPress database?

Ответить
@APoIIy
@APoIIy - 30.08.2023 00:01

So, sharding is a pain in the ass and requires a lot of configuration, analytics and also business logic to manage shards in an respectable way.
This is also why NoSQL Databases come in handy as they can scale better horizontaly without this extensive configuration activities you have with traditional SQL databases.
But to be said SQL Databases will probably cover 90% of all usecases anyway without you getting into sharding.

Ответить
@dhruvpatel6604
@dhruvpatel6604 - 18.08.2023 04:06

Excellent tutorial

Ответить
@aslan1504
@aslan1504 - 17.08.2023 17:28

As for the hashing, you probably will take hash only of a subset of columns of a record, most probably - only primary key, because changing any field of any record will result the hash to change also, which leads to data losses.

Ответить
@user-wg8fv5tj9m
@user-wg8fv5tj9m - 11.08.2023 19:46

Thank you for the concise explanation. I wanted to understand how to manually implement sharding?

Ответить
@thewaygoesup
@thewaygoesup - 26.07.2023 17:00

your example confusing between database shard and table partitioning
range-base sharding is about one table sharding not about database sharding.

Ответить
@helciopandelo
@helciopandelo - 24.07.2023 08:12

Truly awesome and simple to learn!!! Thank you!!!

Ответить
@GabrielPozo
@GabrielPozo - 17.07.2023 02:26

Great video! Always an important topic when we think about scale our systems.

Ответить
@meron6913
@meron6913 - 16.07.2023 19:32

Great video Anton.

Ответить
@dmitriydiachenko5648
@dmitriydiachenko5648 - 15.07.2023 23:31

Awesome video! thanks for explaining it

Ответить
@ricardorqr
@ricardorqr - 15.07.2023 16:04

How do you create the animation for your videos? They are so cool!!!!! 💪🏼

Ответить
@LinuxForLife
@LinuxForLife - 15.07.2023 15:48

Very interesting! Thanks! 👍

Ответить
@agun21st
@agun21st - 15.07.2023 15:45

Thank you sir for detail explaination of database sharding. We hope a practical handson of Database sharding will publish soon.

Ответить
@bossgd100
@bossgd100 - 15.07.2023 10:51

thank you for these explanations

Ответить
@andherium
@andherium - 15.07.2023 10:13

I think 99.9% use case are served fine by a monolith database server. Heck even stack overflow is fully powered on a single server

Ответить
@nero4581
@nero4581 - 15.07.2023 10:09

Great Video, as always, Anton!

Ответить
@nicgeorge6126
@nicgeorge6126 - 15.07.2023 09:22

Fortunately I’ve been able to get by with two read databases and a write by using table partitioning up until this point. Hopefully I don’t have to tackle sharding any time soon! Great video and thanks for sharing

Ответить