When should you shard your database?

Поделиться
HTML-код
  • Опубликовано: 22 май 2024
  • Database Application level sharding is the process of splitting a table into multiple database instances in order to distribute the load. However, Sharding a database is an expensive operation (maintainability and overhead) and I suggest you do that only when you absolutely need to. That means when your single instance database can no longer serve queries with minimum latency. So I suggest you monitor that and only shard if necessary.. I rather do replication make master / backup and make requests read from replica than Sharding just because it is easier.. good question... nice idea for a video
    Time codes
    0:00 Intro
    5:00 Partition horizontally
    7:45 Replication (Master/backup) Scale reads
    11:00 Scale writes by region
    12:30 Sharding
    16:40 Sharding in RUclips
    🏭 Software Architecture Videos
    • Software Architecture
    💾 Database Engineering Videos
    • Database Engineering
    🛰 Network Engineering Videos
    • Network Engineering
    🏰 Load Balancing and Proxies Videos
    • Proxies
    🐘 Postgres Videos
    • PostgresSQL
    🚢Docker
    • Docker
    🧮 Programming Pattern Videos
    • Programming Patterns
    🛡 Web Security Videos
    • Web Security
    🦠 HTTP Videos
    • HTTP
    🐍 Python Videos
    • Python by Example
    🔆 Javascript Videos
    • Javascript by Example
    👾Discord Server / discord
    Support me on PayPal
    bit.ly/33ENps4
    Become a Patreon
    / hnasr
    Stay Awesome,
    Hussein
  • НаукаНаука

Комментарии • 150

  • @wh264
    @wh264 3 года назад +147

    Thanks for the excellent content. I've summarized this for my own understanding.
    Before you Shard, try the following first
    0. Understand what your actual problem is before optimizing(too slow reads vs too slow writes) Analyze your slowest queriers and see why its slow: ruclips.net/video/-qNSXK7s7_w/видео.html Create indexes on appropriate columns and tune your data schema.
    1. Horizontal Partitioning - Have partition key(mostly on primary key) and split database into different ranges. This will create smaller B-trees on the indexes.
    2. Vertical Partitioning - When you have columns that you rarely access, and you cut a column out of the main database. This will make reads faster for frequent queries and slower for not frequent queries and make your B-trees smaller(less space in memory also)
    Partitioning Video: ruclips.net/video/QA25cMWp9Tk/видео.html
    ----

  • @gregt0m
    @gregt0m 3 года назад +44

    Hussein, you have a great style of presentation with proper tone, cadence, painting pictures without use of displays, and humor thrown in the right places. All this with no sense of arrogance exuded. Love your videos.

  • @dipunjgupta8082
    @dipunjgupta8082 3 года назад +25

    Most underrated channel on youtube. Sometimes I get bored from work and I come here to learn something interesting. You don't even know how much your videos mean to me. Thanks a lot Hussein!
    I am gonna use social distancing analogy a lot from now on 😂

  • @tahoemph
    @tahoemph Год назад +11

    One thing you don't mention which is important to understand is that read replicas cause some load on your primary for replication. Much like anything else, as you said, it isn't free. But it is fairly cheap.
    One use case you missed for sharding is data sovereignty. Sometimes data can be split into groups by location (e.g. zip country code) which not only can help with performance but can meet legal requirements for where data lives.

  • @ahsaanali4512
    @ahsaanali4512 Год назад

    I really love to watch your videos even though those topics are not the part of the my job but I watch it because I know I'll definitely learn something new. So keep updating us and keep uploading, appreciable.

  • @aphroditesempai2186
    @aphroditesempai2186 3 года назад +1

    Hi thanks for your efforts. Its very hard to find experienced devs sharing their industrial challenges and providing good insights. Hoping to learn more. Keep up the work. Fighting !☺👏👏

  • @natem889
    @natem889 3 года назад

    Loved the way you explained. After a long time, I listened to some video for the whole duration.

  • @MarcMcRae
    @MarcMcRae 3 года назад +1

    Very good background knowledge leading into the sharding explanation. Nicely explained. Thank you!

  • @phillbaska
    @phillbaska 3 года назад

    Great video as usual. Great sense of humour and your explanations are very easy to follow.

  • @vnaveenkumar982
    @vnaveenkumar982 3 года назад

    The best content on the internet with a crazy presentation skills. it was wonderful Hussein.

  • @varatharajandhamotharan1511
    @varatharajandhamotharan1511 2 года назад

    I would say under rated channel. He is not teaching but he is discussing in a very informative way

  • @mramakrushnaYT
    @mramakrushnaYT 3 года назад +1

    That's wonderfull Hussein, Understanding the Why before going for a specific tech..

    • @hnasr
      @hnasr  3 года назад

      Thanks Rama!

  • @hrayrpetrosyan5330
    @hrayrpetrosyan5330 2 года назад

    Thank you so much, Hussein! You're doing such a good job.

  • @punerealestatebuilder
    @punerealestatebuilder 2 года назад

    I saw many videos but the way you explained horizontal/ vertical partitioning in just 30 sec is going to be with me foreever

  • @WeiLiuhaha
    @WeiLiuhaha 2 года назад

    It's such a pleasure to watch! Fun and knowledgeable!

  • @abdelrahmanshehata7942
    @abdelrahmanshehata7942 2 года назад +1

    You are such a genius !!!
    You started by answering the question very early in the video, I like it.
    Then you started explaining everything very nicely !!!
    Perfect !!! Go on maaaaaaan

    • @hnasr
      @hnasr  2 года назад +1

      Im Glad to you liked it!
      بالتوفيق

  • @neeravarora530
    @neeravarora530 3 года назад +2

    Awesome video Hussein , everytime i learn something new from your videos . Thanks for sharing your knowledge.

    • @hnasr
      @hnasr  3 года назад

      I am glad you are! Thanks for your comment

  • @cloud5887
    @cloud5887 3 года назад +3

    Lol I love the way you explain stuff. Subscribed!

  • @aashishgoyal1436
    @aashishgoyal1436 3 года назад +2

    Thanks a lot Hussein. Really nice and engaging video with awesome explaination
    You deserve more views
    Gonna share it with my peers.cheers

    • @hnasr
      @hnasr  3 года назад

      Aashish Goyal thank you 🙏

  • @karthikeyansrinivasan52
    @karthikeyansrinivasan52 4 года назад +11

    Another fantastic video from this great guy to start an another beautiful day!!!

  • @section9999
    @section9999 3 года назад +7

    Wow a whole ton of good stuff here. Props to you good sir!

    • @hnasr
      @hnasr  3 года назад +3

      DataSurgeon 369 😊🙏 enjoy thanks for your comment

  • @dexterlohnes
    @dexterlohnes 8 месяцев назад

    Great video! Thanks so much for taking the time to make this.

  • @ssksarraju
    @ssksarraju 3 года назад +1

    Great video. Love the way you explain the things. I wish you had elaborated little more or probably make a new video on why transactions are tough with sharding.

    • @hnasr
      @hnasr  3 года назад +1

      Correct that would require another video because its a deep topic , thanks for your comment ❤️

  • @vishalsrane
    @vishalsrane 2 года назад

    knowledge we get here is pure gold. Thank you 🙏

  • @RAYGUNWOD
    @RAYGUNWOD 3 года назад +1

    Fantastic video - thank you so much Hussein!

  • @stephennjuguna3793
    @stephennjuguna3793 2 года назад

    Just Wow! Learning so much from you Hussein

  • @adityajoardar578
    @adityajoardar578 2 года назад +2

    This channel is addictive

  • @sundeepdharma
    @sundeepdharma 4 года назад +15

    Sharding is not really needed as you mentioned we can go for partitioning and local indexes within the partitions itself. What if writes are more there are various options in enterprise products, I worked long back with Oracle RAC setup with vplex managing the data storage for different nodes. Avoid writing component logging or audit trail logging to RDBMS instead write to nosql. I personally think only business data (OLTP) should be there in RDBMS all others can go log database (nosql) or splunk or datadog etc...

  • @zorsen117
    @zorsen117 3 года назад +35

    16:11 do you really want to do this with you life? I don't know man, I should have been a cook or something.

    • @dejangegic
      @dejangegic 3 года назад

      @Jamison Grotzinger I will kindly ask you to fuck off

  • @banxt
    @banxt 2 месяца назад

    “Predictably Irrational” is a very good book! :-p

  • @user-uk2vy3cq9k
    @user-uk2vy3cq9k Год назад

    Great video! I respect that you mentioned go

  • @ganeshkhirwadkar4127
    @ganeshkhirwadkar4127 3 года назад

    Being a non-backend developer I still think atleast while watching your videos that I am a one of them !!! Superb and Easy Explaination

    • @hnasr
      @hnasr  3 года назад +1

      ❤️ thanks Ganesh!

  • @rodrigocaballerohurtado5367
    @rodrigocaballerohurtado5367 3 года назад +7

    Hussein: You cannot longer perform transactions with sharding
    Me: thanks captain, that's it for me on the subject

  • @tarekali7064
    @tarekali7064 4 года назад +1

    Great videos! Thank you for making them!

    • @hnasr
      @hnasr  4 года назад

      Thanks Tarik!

  • @nadertarek4822
    @nadertarek4822 2 года назад

    When I find this DENSE content really enjoyable just like I'm watching Netflix, that does mean one thing you are really GREAT!!!, Thank you so much Hussein

  • @101kawsar
    @101kawsar Год назад

    My man often mentions Django, I love it :)

  • @ReyAlexam
    @ReyAlexam 2 года назад

    I learned a lot by this. Thank you

  • @judylee9452
    @judylee9452 2 года назад

    You are amazing . You are so wise. Thank u.

  • @andreigatej6704
    @andreigatej6704 4 года назад +3

    Great content! Thank you! Do you have any particular resources for learning BE concepts? (except for a job :D)

  • @TheGdhungana
    @TheGdhungana 4 года назад

    Glad to see you bro..I was wondering how you look like..!

  • @abhishekt800
    @abhishekt800 2 года назад

    loved it..thanks for the explanation

  • @krisna44
    @krisna44 2 года назад

    Your presentation is excellent

  • @yahyaandizan9561
    @yahyaandizan9561 3 года назад

    Good content for the basic understanding. Excellent

    • @hnasr
      @hnasr  3 года назад

      Glad it was helpful!

  • @bashashaikabdul
    @bashashaikabdul 2 года назад

    Great explanation

  • @thulasipb123
    @thulasipb123 3 года назад

    Excellent video. Thank you

  • @kapilrbagul
    @kapilrbagul 4 года назад +14

    Excellent one... just wanted to know your approach to be on top of latest technology. Which resources do you use? Which technology podcast do you listen? Can you make video on this topic? 😊

  • @harshitbajpai4942
    @harshitbajpai4942 2 года назад

    The content is excellent for learning, really clears lots of stuff. But if anyone watching this video has an interview lined up(which is most probably true), don't explain in this fashion the strategy you choose to justify the problem you would be solving.

  • @KuriaNdungu
    @KuriaNdungu 2 года назад

    Excellent content bro

  • @libranpal
    @libranpal 2 года назад +1

    Just to be clear, you don't sacrifice the transactional capability per se; you can't do it across shards but if the sharding is designed to keep every shard with no client depedency on the other shards, the transactional capability isn't lost. You may want to think of it for any cloud company where the database sharding is done per tenant and every tenant has private data. Says shards are created on a range of tenant names (say a-c for shard1, d-e for shard2 etc)
    , you aren't going to loose any capabilities here.

  • @DipanjalMaitra
    @DipanjalMaitra 2 года назад

    You are awesome. I have learned a lot from you. Thank you for being there.
    But I have got a little confusion at 10:41. I agree the db requestes from clients will pass through the reverse proxy but the proxy should be SQL Aware like ProxySQL but can Nginx or HAProxy be configured as SQL Aware LB?

  • @lucavogels
    @lucavogels 4 года назад

    Really great!

  • @sanjaybhatikar
    @sanjaybhatikar 2 года назад

    Beautiful, thank you :)

  • @shaheerzaman620
    @shaheerzaman620 4 года назад

    Great video Hussein. Can you please make a video on indexing and Acid transactions? That would be great! Thanks.

    • @hnasr
      @hnasr  4 года назад

      shaheer zaman thanks Shaheer! Check out my ACID video here Relational Database ACID Transactions (Explained by Example)
      ruclips.net/video/pomxJOFVcQs/видео.html .. i am still need to work on the indexing video coming soon :)

  • @omose14
    @omose14 2 года назад

    Awesome bro!

  • @pradeepgupta4647
    @pradeepgupta4647 3 месяца назад

    My search ends here, to clear my doubt thank you.

  • @zaheerkhan8097
    @zaheerkhan8097 Год назад

    One question I had does databases like Postgres provide facility for automatic sharding . If yes what process do they follow while doing the same

  • @ackrman
    @ackrman Год назад

    @14:00 is it still the case? I read that mysql supports transaction on sharding xa transactions or distributed transactions. And mysql nda cluster support acid.

  • @kaushalendrapandey893
    @kaushalendrapandey893 3 года назад

    Hi
    A very nice video.
    I want to know the following:
    I am have a "users" table with huge rows in it, it is having join with other 4 tables, what will happen If I partition the "Users" table. With the Joins and older queries will work as it is or I need to make changes in that, If yes what changes I need to do exactly to make the old queries work.

  • @yashverma7084
    @yashverma7084 2 года назад

    thanks for the video

  • @MohamedZiada
    @MohamedZiada 4 года назад

    always great video Hussein, thank you. Journal, logging all the traffic for website/ application, could be Database heavy write , right?

    • @hnasr
      @hnasr  4 года назад +1

      Thanks Mohd! and Correct, logging is a database write heavy operation so you would choose an LSM based DB such as RocksDB or myRocks.. Check out my database engines video for more details on this topic

  • @serhiihorun6298
    @serhiihorun6298 3 года назад

    Cool thank you!

  • @robertkozik4845
    @robertkozik4845 3 года назад +3

    Just pointing this out: You can overwhelm a MySQL server's IO capacity very quickly with php-fpm at scale. Because each request spins up its own database connection, so unless you're throwing their write requests into a message queue then bulk inserting it's contents via some stateful service each connection = at least 1 IO event. And if you're co-locating odds are you don't want to set your io_capacity parameter above 2000 IOPS because of SSD burnout, and for php-fpm's concurrency model(or lack thereof) it's not hard to hit that threshold at even a small scale. Typically php-fpm sites of scale you'll see 30-50k IOPS, so even a cloud-based solution would be cost prohibitive.
    Not trying to be a jerk or anything because this requires a lot of specific knowledge of a particular programming language's execution model. But having said that, it's totally possible to overwhelm IO without a few million daily page views. Since you gotta keep in mind 80% of the traffic hits in 20% of the day. That's also basically the mark when Web 2.0 companies of yesteryear started sharding their LAMP apps.

    • @ethanj1533
      @ethanj1533 2 года назад

      So just don’t use fpm?

  • @EzequielRegaldo
    @EzequielRegaldo 3 года назад

    Thats why i love mongo db, sharding Is a breeze but can be better with relations, i want it, i need ir. Mongo router rocks

  • @devendranarayan9748
    @devendranarayan9748 2 года назад +1

    Sometimes you sound like Gru 😂
    Great content.

  • @krorrarst9350
    @krorrarst9350 2 года назад

    Life Saver!

  • @Wherrimy
    @Wherrimy 3 года назад +1

    Thanks, Ill stick with sharting

  • @h-go4fk
    @h-go4fk 2 месяца назад

    Remember, when you are confused and you dont know why its slow, always start with distributed caching

  • @desiaclementslewis8318
    @desiaclementslewis8318 3 года назад

    thank you

  • @donlywaybv
    @donlywaybv 3 года назад +1

    I'm your subscriber :D

  • @shivashankar_1998
    @shivashankar_1998 3 года назад

    Can we use timescale DB extension with postgres for faster writes ?

  • @pavelkravchenko2810
    @pavelkravchenko2810 2 года назад +1

    Why logic on client? You can make service that deals with this requests from client and send them to the right dB server? Or I don't understand something?

  • @asdfasdfasdfasdf219
    @asdfasdfasdfasdf219 3 года назад

    I didn't get the difference between scaling writes by region vs sharding. Is it the same but the first one is sharding by region?

  • @lionelarucy4735
    @lionelarucy4735 3 года назад

    Love your videos, what do you think of the 'New' SQL Databases such as CockroachDB and using them instead of complicating your life with sharding?

    • @hnasr
      @hnasr  3 года назад +1

      I need to do my research of them but I do this there are use cases for them. I still don’t know what is new about them so can’t really comment

    • @lionelarucy4735
      @lionelarucy4735 3 года назад

      @@hnasr Cool, I look forward to hearing your take on them, they're what I opt for in situations where I think I'd have to shard because sharding isn't fun. I've also tried others like Citus which are pretty great but a bit more work to get the most out of.

  • @Faz13able
    @Faz13able 3 года назад

    Hello I have log server. There is not transaction. Its straight write and read. No update or delete will be performed. And no rollback is necessary. Problem is minimum log size is 400 GB plus which consists of raw text data only. DB size increases 40 GB per day min. So you understand there is a a lot of write in the database . Problem is there is too much write in one instance that I can not read the database. Its a MongoDB database and I searched and found I can do sharding to distribute the read write. And Mongo shard comes with tool like mongos which will distribute my query from client based on lets say timestamp. So should I proceed with this plan or should I do partition first? And also the pipeline is at development stage so if u recommend I can still change DB to postgres or other DB technology. Thanks.

  • @nathanbenton2051
    @nathanbenton2051 3 года назад

    Awesome video and thank you! What are 'file descriptors'? I think I heard you correctly at ~ 8:15.

    • @hnasr
      @hnasr  3 года назад +1

      Thank you!! File descriptors are handle to the TCP connection I don’t know much about them (which is good means I need to read more about them and probably make a video)
      Here is the wiki en.wikipedia.org/wiki/File_descriptor

  • @sanjaybhatikar
    @sanjaybhatikar 2 года назад

    THOU SHALT NOT over-engineer too early. I am definitely putting that up on my wall :)

  • @mustafaalmulla
    @mustafaalmulla 3 года назад

    FYI, MongoDB have ACID transaction support with sharding

  • @minhthinhhuynhle9103
    @minhthinhhuynhle9103 2 года назад

    is Replication increase reading capacity via Load balancing mechanism ???
    Since I stackoverflow all months and cannot found any appropriate article about this. Even MongoDB Legacy Docs did not mention reading load balancing 😢

  • @DheerajKumar-wk9xi
    @DheerajKumar-wk9xi 2 года назад

    Good Content Hussein, but that will be Great if you use a whiteboard of some pictorial content instead of showing everything in Air.

  • @SyedHaris007
    @SyedHaris007 3 года назад

    Please make a video on Elastic search

  • @elmeroranchero
    @elmeroranchero 2 года назад

    is there any risk of outdated data if the slaves do not sync on time? how do we deal with this?

  • @sayanchakraborty9581
    @sayanchakraborty9581 3 года назад

    Just a quick question, how is 'scale writes by region' (using multiple master nodes in multiple regions and directing requests to nodes based on some key) different from sharding?

    • @charan8820
      @charan8820 2 года назад

      As he mentioned, While sharding ACID properties will not be applicable. Now in case of keeping data in regional database you still have ACID properties and you can sync the data later.

  • @venkateshkadali1137
    @venkateshkadali1137 3 года назад

    Can we add a reverse proxy in between all our application servers and Sharded databases which handles all the routing logic? In this way, we can also avoid duplicate code in multiple application servers.

    • @hnasr
      @hnasr  3 года назад +1

      Yup! You are describing how Vitess was built and how many other apps before it. Good thinking 👍

  • @nikolakolarov1416
    @nikolakolarov1416 3 года назад

    Great video! Are you planning to make a separated video about Vitess?

    • @hnasr
      @hnasr  3 года назад +1

      Nikola Kolarov thank you! Yes I am planning to make a video on Vitess

    • @nikolakolarov1416
      @nikolakolarov1416 3 года назад

      Hussein Nasser Awesome

  • @momardiouf9141
    @momardiouf9141 4 года назад

    Greate content Hussen and thanks for sharing we learn a lot with you
    I just comme back to a previous question asked by another person in comments, he sais : "just wanted to know your approach to be on top of latest technology. Which resources do you use? Which technology podcast do you listen? Can you make video on this topic? "
    Can you answer to this please ? It will help us agains
    Thanks again for this greate content

    • @hnasr
      @hnasr  4 года назад +1

      Momar Diouf thank you Momar! Appreciate you 🙏
      I learn by listening to podcast, watching videos , reading and implementing the thing . I always ask why a tech exists before I ask what.
      I made few videos on the topic of learning check them out
      When Learning Backend Engineering Ask Why, not What (Minute Engineering)
      ruclips.net/video/67DglLwnBTU/видео.html
      My Preferred Method of Learning Backend Engineering Technologies
      ruclips.net/video/4NsWnT_-FoE/видео.html
      Learning at Home, Consistent Hashing, Empathy with Engineers and More - Software Chat
      ruclips.net/video/6PrR6SW4QGM/видео.html
      Advice for Junior backend engineers who just started their new jobs in software companies
      ruclips.net/video/V3C0VvNrFZ8/видео.html

    • @momardiouf9141
      @momardiouf9141 4 года назад

      @@hnasr Thanks for the reply. I will check the links
      Thanks

  • @sahersalamh9032
    @sahersalamh9032 3 года назад

    Amazing video, please make an arabic channel, we are missing this content here dude.

  • @peop.9658
    @peop.9658 7 месяцев назад

    Can you name the youtube's podcast you referred to?

  • @Euquila
    @Euquila 3 года назад

    sharding is like sharting, unpleasant but sometimes necessary

  • @coding3438
    @coding3438 2 года назад +1

    It’s difficult to focus when the only thing I can’t take my eyes off is the silver ps2

  • @uwemnkereuwem6272
    @uwemnkereuwem6272 Год назад

    How about multi-master replication or bi-directional replication?

  • @AbleToLiveHere
    @AbleToLiveHere 3 года назад

    Your videos are great. Thank you

    • @hnasr
      @hnasr  3 года назад

      THANK you so much! appreciate it

  • @ajaynair3366
    @ajaynair3366 3 года назад

    Do you have numbers that denote when a database is ready for partitioning, sharding etc?

    • @user-bk5xo1gj7k
      @user-bk5xo1gj7k 6 месяцев назад

      there are no numbers i'm afraid. you have to know your system well enough to realize the problem and analyze what solution suits you best.
      for example, if you are working with sensitive data, that you are legally bound to keep in certain locations, then you need sharding for that if you wanna expand to different regions.
      one of the reasons numbers do not work is the nature of data itself. a table with 2 columns and 50 columns are going to have different query times. then it depends on the query itself. Also the technology you are working on etc.
      so there are simply too many variables to have a standard.
      I can tell you from experience, there was one system i was working on where we had around 200 mill rows in a single table. we didnt need any sort of partitions there.
      On the other hand, i had a separate system, a little bit older tech as well, but data was vastly different. things came to a point where we needed partitions at 30 mill rows. index didnt cut it anymore.
      the point is, it has to be determined for each system. we can have some guesses, but it wont be concrete.
      I hope this makes sense :)

  • @ayushjindal4981
    @ayushjindal4981 Год назад +1

    Hi Nasser,
    For a system like Uber Eats , I believe we can split our Users, Orders, Restaurant, Dishes tables based on location. Now the question is shall we choose sql or nosql here? We generally go for noSQL because it avoid joins which can be costly in sharded DB, but if we maintain our tables on basis of location then there wont be any such case where we will join from table in another DB. So, which one shall we use???

  • @kapssul
    @kapssul 4 года назад +3

    Could you make a video about the 5G impact on (Cross-Shard Queries) knowing that 5G Latency is below 1 milliseconds..
    1 - Could that bring sharding and cloud computing to the next level ?
    2 - What will happen to data centers infrastructure, and also to database query languages in the future ?
    3 - Will that reduce the data management cost for business owners ?

    • @hnasr
      @hnasr  4 года назад +4

      What amazing thoughts provoking questions Kapssul! Love them. That is going to take some time to research and answer because I have no idea. 5G is indeed a revolutionary tech and it will spin up the software engineering tech on its head.. thanks!!

    • @kapssul
      @kapssul 4 года назад +3

      @@hnasr I am on the way, you are already there.. you could grab the information quickly and more accurately, and share with us bit by bit your thoughts.. keep posting.. thanks for that quality content.. we learn a lot..

  • @miloventimiglia8547
    @miloventimiglia8547 2 года назад

    Just for my understanding, what is the difference between the videos presented here and the Udemy course? Is the Udemy course more code-oriented? Thanks

    • @hnasr
      @hnasr  2 года назад

      More detailed, structured with hands-on examples.

  • @nykid30
    @nykid30 2 года назад

    So this is mostly focused on SQL right?

  • @viraj_singh
    @viraj_singh Год назад

    so my takeaway is
    sharding is for scaling write queries (which is rare)
    partition is for scaling read queries

  • @crabjuice47
    @crabjuice47 3 года назад +1

    Bro you are fucking brilliant and that you are willing to teach others what you know in such a good engaging way I love it. God Bless you even if you don't believe in God or not. :)

  • @nitreall
    @nitreall 2 года назад

    When exactly though? Share some numbers

  • @andresgutierrez1804
    @andresgutierrez1804 3 года назад

    What about the CQRS