Back-Of-The-Envelope Estimation / Capacity Planning

  Рет қаралды 93,436

ByteByteGo

ByteByteGo

Күн бұрын

Weekly system design newsletter: bit.ly/3tfAlYD
Checkout our bestselling System Design Interview books:
Volume 1: amzn.to/3Ou7gkd
Volume 2: amzn.to/3HqGozy
Other things we made:
Digital version of System Design Interview books: bit.ly/3mlDSk9
Twitter: bit.ly/3HqEz5G
LinkedIn: bit.ly/39h22JK
ABOUT US:
Covering topics and trends in large-scale system design, from the authors of the best-selling System Design Interview series.

Пікірлер: 72
@ethanmye-rs
@ethanmye-rs 2 жыл бұрын
One of the first things I learned in physics was Fermi estimation. It’s an incredibly useful way to think about problems, extrapolation, and what levers you have to influence an outcome.
@ocamlmail
@ocamlmail 2 жыл бұрын
Hi, can you share details about Fermi estimation, what is special about it?
@sandeepsampath1985
@sandeepsampath1985 Жыл бұрын
O😮 and i started with newtons laws.. What was i thinking
@dhillaz
@dhillaz 4 ай бұрын
Another really useful tool that ties in is Dimensional Analysis (keeping track of units when performing your conversions)
@stomic50
@stomic50 2 жыл бұрын
I believe that this is the first time someone explained this on system design videos. Usually they just mention the numbers of read times or size in kb... Well done!
@tomtomsiesie5436
@tomtomsiesie5436 2 жыл бұрын
These videos are making me a more well rounded programmer, amazing work!
@ІннаЖурба-ш9х
@ІннаЖурба-ш9х Ай бұрын
This is amazing! Thank you. I was spending 10-15 mins huffing and puffing, trying to convert all Petabytes to millions to rps and back. After this video, it takes 2 minutes to do the most important estimates.
@nirmalyasengupta6883
@nirmalyasengupta6883 2 жыл бұрын
'Thank you' for taking effort to put these up! I have had opportunities to do these in the past but the way it is presented, says a lot about how one should think about the steps! That is a fantastic thing: clarity of thoughts.
@caleberioluwa3162
@caleberioluwa3162 2 жыл бұрын
The videos just keep getting better and better 👏👏
@Thatjammuguy
@Thatjammuguy 2 жыл бұрын
You make everything very easy to understand. Bravo 👏🏻👏🏻👏🏻👏🏻👏🏻
@uziboozy4540
@uziboozy4540 2 жыл бұрын
This is exactly what I've been looking for. Thanks!
@burnmodafoca
@burnmodafoca 2 жыл бұрын
I am so glad I found your channel. Keep up the high quality content
@le_deer
@le_deer 2 жыл бұрын
Well, thanks for the videos! Your newsletter was the first I intentionally subscribed to. Also got the green book 👍
@narutokunn
@narutokunn 2 жыл бұрын
_intentionally_ subscribed haha nice one
@tmanley1985
@tmanley1985 2 жыл бұрын
I bought the second edition and have been reading it. It's fantastic by the way, but I wanted maybe a section just like this video that was explicit about the estimation process. However I will say that picking it up through practical examples really drives it home! Also, I was literally just thinking about this and this video popped up. Get out of my head!
@andyl.5998
@andyl.5998 2 жыл бұрын
Do you by any chance mean the second volume? There is a "Back-of-the-envelope Estimation" chapter in the first volume. Or even better, the chapter is available for free on his website.
@tmanley1985
@tmanley1985 2 жыл бұрын
@@andyl.5998 Yes, my apologies, I have Volume 2.
@pramodhjajala8021
@pramodhjajala8021 2 жыл бұрын
Thank you for considering the request about including animation in the videos. It's elegant and easy to understand. Great work as usual
@chuongtran6224
@chuongtran6224 2 жыл бұрын
Awesome knowledge, thanks for your amazing content, first time I see someone sharing about this on KZbin with clear examples.
@AndySun72
@AndySun72 Жыл бұрын
Awesome video! Can you guys do a follow up video that summarizes good benchmarks for when you should shard or start scaling beyond single node? E.g., 1 request per second => single box + backup is sufficient. 1E12 requests per second, => need distributed fleet. Can you help provide insight on the values in between?
@svran1234
@svran1234 Жыл бұрын
This is highly useful. Thanks for uploading this!
@Zmey5656
@Zmey5656 3 ай бұрын
Thank you, if I'm going to do data analysis for a web application, this video will be very useful to me.
@sirawichvoungchuy3128
@sirawichvoungchuy3128 Жыл бұрын
Omg your channel is worth resource for me ever i'm Full stack developer who interested in System design. and I would like to say it great to have this channel in KZbin :)
@dinakaranonline
@dinakaranonline 4 ай бұрын
Thanks for the video. It was super easy to follow. I bought both the system design interviews book now :D
@prexzone
@prexzone 2 жыл бұрын
Awesome video. I was hoping you would cover machine count in terms of processing speed
@rockeraman15
@rockeraman15 2 жыл бұрын
Amazing thank you so much for sharing
@ShortGiant1
@ShortGiant1 2 жыл бұрын
This is awesome! Please also talk about estimating the number of machines needed.
@LawZist
@LawZist 2 жыл бұрын
Great video!
@billtanthowijauhari2692
@billtanthowijauhari2692 2 жыл бұрын
I can't imagine how complex the calculation when the users request is not categorized or limited by system.
@caio22rocha
@caio22rocha 10 ай бұрын
Amazing video, thanks for share the knowledge.
@kevinjonathan8742
@kevinjonathan8742 2 жыл бұрын
nice video, keep it up 👍
@AdobadoFantastico
@AdobadoFantastico Жыл бұрын
These are very useful videos.
@changyou4454
@changyou4454 Жыл бұрын
Thank you a ton!
@gajop
@gajop 2 жыл бұрын
Sure I agree that this is useful in most cases, but at the same time, it can be very misleading if we don't understand what our accuracy is. Once you start multiplying a couple of these estimates, that have large error bars, the number you get in the end shouldn't be strongly relied on. I find this realization even more important when you start to use these estimates to make a business plan, especially if it influences profit margins. You end up getting a false sense of security imo, and it's what I like to call "playing with numbers". What I prefer to do is give min/max estimate for each metric, and then calculate a min, average and max final estimates for the total system. It's a bit more work, but it can help get a better understand where the risks are and how fragile our design is. I'd still like to know a better way of doing that (fuzzy numbers?) in Google Sheets/Excel as having 3x the mumbers makes the whole thing harder to understand at a glance.
@narutokunn
@narutokunn 2 жыл бұрын
I was wondering the same thing about error margins. With such large numbers in multiplication, it can have huge error margins. It is good to see someone with more knowledge validating the thought. I also like the idea of mix/avg/max instead of having a single number for a metric.
@ranggarifqi8576
@ranggarifqi8576 3 ай бұрын
Hi, thanks so much for the video i don't quite understand this part on minute 03:00. (disclaimer, I'm not quite good at math) 300 million MAU; 50% use daily; you said, DAU = 300 million * 50% = 150 million how does MAU gets converted into DAU here ? is that how the calculation supposed to work ? shouldn't 150 million supposed to be "MAU that uses daily" ? so, if we want to look for DAU, shouldn't we divide it further by 30 ? (assuming 1 month = 30 days) that gives us, 150 mil / 30 = 5 million DAU ?
@javisartdesign
@javisartdesign Жыл бұрын
thanks! really useful
@pengchen4556
@pengchen4556 7 ай бұрын
nice video. could you incorporate the estimation for resources, like what do those number means. how many manchine cores needed for QPS or storage. and why
@cogs11
@cogs11 2 жыл бұрын
Thank you for the videos, the animations are entertaining and i'm learning something for design interviews.
@rzhu26
@rzhu26 Жыл бұрын
Love your animation and visual, can you share how to do it?
@colin398
@colin398 Жыл бұрын
The first problem can be simplified by ignoring the x0.5 and x2.0 as they cancel each other out, at which point the problem is basically just 150e6/1e5 ~ 150e1 = 1500
@SumitSharma-qw8lz
@SumitSharma-qw8lz Жыл бұрын
Thanks for the awesome content. Also, how many queries per second does generally a single modern web server handle if we also want to estimate the number of web servers required. A video explaining limiting factors and general number of QPS handled by different web servers of different capacities would be a great addition to this and also provide a practical insight.
@gonkula
@gonkula Жыл бұрын
I think you missed the point of this video
@seshasaivenkat
@seshasaivenkat 2 жыл бұрын
fantastic
@mondayfootprint1280
@mondayfootprint1280 2 жыл бұрын
Awesome
@vipsclassicalboy
@vipsclassicalboy 2 жыл бұрын
No doubt, videos are simple and awesome. Still I do have one doubt:- When we calculate storage, why do we need to multiply time duration with storage capacity? Means if we need 1 GB of storage for 5 years, then its 1 GB till the end of 5 years, right, why we need to multiply 1 GB * 400 days something?
@ByteByteGo
@ByteByteGo 2 жыл бұрын
For media attachments, most companies don't keep them forever. There is usually a retention policy on these types of data. In our example, we assumed that the retention policy was 5 years. To calculate the storage requirement for holding the data for 5 years, we multiply the yearly storage requirement by 5. Hope that helps...
@SumitSharma-qw8lz
@SumitSharma-qw8lz Жыл бұрын
So the estimates are a per day estimation(as we began with no of tweets per day) and if we retain it for certain duration like 5 years, then we need to multiply the estimates per day with total number of days.
@riyaddecoder
@riyaddecoder 2 жыл бұрын
Great
@anikettiwari6885
@anikettiwari6885 2 жыл бұрын
How come this channel has so less videos but has so many subscribers
@ByteByteGo
@ByteByteGo 2 жыл бұрын
We published two best-sellers on system design interview. We have a 100K+ newsletter on system design. We also have large social followings. We try our best to make quality videos with high signal-to-noise ratio. All these factors help.
@jasonswift7468
@jasonswift7468 Жыл бұрын
Hi, ByteByteGo. How did you make this video? What tools did you use for video edit and animation? Thank you very much.
@АркадийГайдаржи
@АркадийГайдаржи 2 жыл бұрын
If we have 300m MAU and 50% use it daily, the DAU should be higher than 150M because it will also include users who visit service once a week and once a month for example, so 50% that are DAU + some portion of other half
@Kwky89
@Kwky89 Жыл бұрын
If you understand DAU correctly, DAU already consists of those visit service once a week or once a month. It is a general average daily user, yet not every user accesses the service daily. You do not need to add more users on top of DAU. The calculation is meant for general estimation, not precise estimation.
@nicatsuleymanov9660
@nicatsuleymanov9660 Жыл бұрын
does anyone know with which animation tool this video is created?
@vietanh722
@vietanh722 Жыл бұрын
Does Anyone know how to make video animation like this channel?
@ziakhan-tk7rk
@ziakhan-tk7rk 2 жыл бұрын
How do you estimate if you are designing a new system and have no idea how much requests are you going to get?
@2RosarioVampire
@2RosarioVampire 2 жыл бұрын
In a real workplace, system design tends to look very different. I work in tech and rarely do I see numbers like this. It's generally adapt/upgrade as you go and on existing services, the expectations are already known. TL;DR: System Design interviews are just as realistic of the actual job as Leetcode questions are in the workplace. You have to learn to play the game. It's pretty pathetic tbh but that's how the job market works.
@ziakhan-tk7rk
@ziakhan-tk7rk 2 жыл бұрын
@@2RosarioVampire 1.So you mean to say that estimations like these in real projects are made on certain assumptions and then scaled on the go? 2. Do these or such estimations have anything to do when choosing DB? Say if you get 10K query requests and 100K query requests on a DB, is the database going to change for that 90K difference. DB (Database here I mean)
@2RosarioVampire
@2RosarioVampire 2 жыл бұрын
@@ziakhan-tk7rk 1. yes. 2. Most mature firms already have databases everyone else is using. Most projects aren't special and those would be obvious anyways. For instance, Google uses Spanner for db in many of its projects internally.
@2RosarioVampire
@2RosarioVampire 2 жыл бұрын
@@ziakhan-tk7rk Just assume System Design interviews would be horrible in real life practice. As real as algorithm questions revealing how good a worker is as a developer. Most apps are similar enough. For coding, it's mostly CRUD or ETL. For designs, it's mostly based on designs from other projects. And mature firms have a good infra team so these shouldn't be an issue. For instance, say you need to update X when Y happens. Unless you particularly need X in sync, you will just need X async. So you would just use a distributed message queue everyone else uses from the fired event. And that distributed message queue will work at scale (you can have that assumption reasonably). And it's the infra team's job to do it properly. Of course you also look at the metrics to then determine whether to scale more or not. But really, I don't see numbers in many actual designs. At least not the type of System Design Interviews.
@bdidue6998
@bdidue6998 Жыл бұрын
Questions like these and Leetcode are fine for startups and they make sense. Startups operate at faster speeds and tend to have less money to spend on large teams, so they have a few people with a wider breadth of knowledge.
@TMZ1001
@TMZ1001 Жыл бұрын
First time hear this name, for me it was always volumetrics...
@0110000101110000
@0110000101110000 Жыл бұрын
π = 3
@javedutube10
@javedutube10 Жыл бұрын
boomerang
@boscodomingo
@boscodomingo 2 жыл бұрын
Amazing video as always! Just one thing: at 5:49 you say that one Kilobyte is 1024B, but that is wrong. 1 KB is 1000B. 1 KiB (Kibibyte) is 1024. This was adopted in the 90s to avoid "kilo" meaning 2 different things. Kilo means 1000 in Greek and that's why it is used in the SI. Also, 1 Billion is 10¹², not 10⁹. That is one thousand million, or a milliard (Americans use the short scale, the rest of the world doesn't 😉). Other than that, great job!
@ThugLifeModafocah
@ThugLifeModafocah Жыл бұрын
Damn... I feel like a total newbie.
@thevinhmac7560
@thevinhmac7560 6 ай бұрын
Please forgive my ignorance, but I don't see the point of all the calculations in the head. Instead of giving a quick number, I'd rather write down all the factors and calculation steps, so that not just me, but others can also review later.
@enmanuelcruzdejesus765
@enmanuelcruzdejesus765 8 ай бұрын
I feel like you focus so much in the animation but does not go into the details of anything
@gabrielb.962
@gabrielb.962 2 жыл бұрын
Be carefull about "Billion=10^9" and "Trillion = 10^12" overseas thouse words change meaning: "billion = 10^12" & "trilllion = 10^18"
What is a Protocol? (Deepdive)
18:14
LiveOverflow
Рет қаралды 171 М.
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15
My daughter is creative when it comes to eating food #funny #comedy #cute #baby#smart girl
00:17
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 50 МЛН
Expected Ending?
00:45
ISSEI / いっせい
Рет қаралды 8 МЛН
Capacity Planning and Estimation | System Design for Beginners
16:38
Shiran Afergan
Рет қаралды 25 М.
Consistent Hashing | Algorithms You Should Know #1
8:04
ByteByteGo
Рет қаралды 306 М.
The Making of Linux: The World's First Open-Source Operating System
11:33
ForrestKnight
Рет қаралды 1,2 МЛН
How to Crack Any System Design Interview
8:19
ByteByteGo
Рет қаралды 398 М.
Top 12 Tips For API Security
9:47
ByteByteGo
Рет қаралды 103 М.
Top 7 Ways to 10x Your API Performance
6:05
ByteByteGo
Рет қаралды 331 М.
Electric Flying Bird with Hanging Wire Automatic for Ceiling Parrot
00:15