B-tree vs B+ tree in Database Systems

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

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

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

    Check out my udemy Introduction to Database Engineering course db3
    database.husseinnasser.com
    Learn the fundamentals of database systems to understand and build performant backend apps

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

      hey hussein , can u tell me how to join the channel to get access to all the content ? :D

  • @jetzemeilink
    @jetzemeilink 2 года назад +12

    Man, hussein the first 40 seconds are so on point. If you really want to learn something new out of curiosity or to solve a problem you're currently facing. You will be driven to understand the concept and way more likely to retain the information and when to apply it.

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

    A+ explanation of B+ tree topic
    Thank you Hussein

  • @gaofan2856
    @gaofan2856 Год назад +6

    Abdul Bari, Tushar Roy, Hussein Nasser, Alex Xu, Andrew Ng - those people are simply legends in explaining convoluted concepts in simple language.

    • @TragicGFuel
      @TragicGFuel Месяц назад

      Abdul bari? The fat guy? Are we talking about the same person?

  • @tyrodev5281
    @tyrodev5281 3 года назад +8

    I'd love if you could find the time to talk about different data structures, their usage, why they were created in the first place... the in-depth stuff because I haven't seen anyone analyze things as critically as you. Thanks!!

  • @gelidvoum1207
    @gelidvoum1207 3 года назад +24

    MongoDB tends to have index bloat problems, even with only 2-3 indexes they take up 10%-20% of the original dataset size.

  • @Miggleness
    @Miggleness 3 года назад +18

    Database Internals is an excellent book that goes through various algorithm and implementations for storing data.

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

      Please I am beginner , I have only a basic knowledge in data structures like trees etc.., I want to learn more about databases, do you suggest any good book before reading databases internals book?

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

      @@wassimboussebha2561 you can just right into Database Internals.

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

    Really loved how you correlate things. The mongodb example was very eye opening

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

    i agree with exactly with you on data structers and algorithms learning them for interviews is a burden if you understand how data is stored and memory things it is really good

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

    People like you motivate me to study hard and develop some skills to be proud of.

  • @jujijiju6929
    @jujijiju6929 3 года назад +15

    Is that a sword in the background? Damn... That looks lifesize lmao

    • @surters
      @surters 5 месяцев назад

      Look like a Katana.

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

    16:49, that's what she said. Informative video!

  • @0xc0ffee_
    @0xc0ffee_ Год назад +7

    MongoDB uses B+ by WiredTiger default storage engine.

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

    I'm looking all your videos, great job man and thanks for all the information again

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

    Hey, Hussein, could you please explain one thing? Why b+ three is more efficient for RAM? I guess we don’t store data in leaf nodes in RAM. We store only intermediary nodes, isn’t?
    Didn’t get your explanation of problem with Discord’s problem of Mongo db.

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

      B-trees store keys and values in all nodes, which means node take more space. B+trees only store values in leave nodes while it only stores keys in intermediate nodes. This means that nodes with only keys are much more smaller than leave nodes. Which means you can easily fit the intermediate nodes in memory easier while keeping the leave nodes in disk, this makes traversal much more efficient. A luxury that b-tree does have.

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

      If we store indexes in RAM,isn't that volatile?

    • @NotYourAveragePirate
      @NotYourAveragePirate Год назад +2

      @@Keerthiprincess2061 You only store a copy of the index file in RAM. The entire index file + content will be on the disk

    • @digvijaysingh6882
      @digvijaysingh6882 7 месяцев назад

      ​@@hnasr but isn't the data you're mentioning here is just references to some tuple... Is it of so large size that it could severely affect performance?

  • @Varun2799
    @Varun2799 3 года назад +5

    MongoDB does not infact use B-Trees. They use B+ Trees. I dont know why the docs say it is B tree but if you dig deep enough and read the implementation then you'll find that it is in fact a B+ tree lol. I spent the last 2hours going down this rabbit hole because I am preparing a presentation on database storage systems. But yeah. Hope people reading this in the future will find it helpful :)

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

      And as to why Discord went with Cassandra, My guess is because Cassandra uses LSM trees as their data structure for storage which is a whole different thing from B trees

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

    B-trees is a generic term and doesn't imply that content is stored on the middle nodes and not the leaf node. MySQLs InnoDB does use B+tree but refers to it as B-tree. WiredTiger is likely similar

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

    Very clear and interesting, thanks

  • @dimitriborgers9800
    @dimitriborgers9800 9 месяцев назад

    At 15:37, you mention that in Postgres, the index node is the actual page that holds thousands of elements. Is this mentioned in their docs? I've only heard people say it holds the record pointer, not the actual pages itself

  • @pjcollazo8318
    @pjcollazo8318 3 года назад +6

    1:45 Impeccable Japanese

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

    thanks hussein

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

    here after completing the DBE course in udemy!

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

      How was it , any suggestions for learning backend with node

  • @jhguygih
    @jhguygih 7 месяцев назад

    Great content. I have one question, where can I find material explaining the pros and cons of each tree? You mentioned range querie on B tree is not as efficient. Why is that? Why we need a find for every node and not collect results once we find the end of the range

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

    B stands for "ubiquitous".
    Reference: Douglas Comer: " The ubiquitous b-tree", ACM Computing surveys, volume 11, number 2, pages 121-137 June 1979 8:36

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

    Great content guy, thanks for sharing. Would be great another video discusing LSM Tree

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

    b+ tree is used in Kubernetes(etcd database)

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

    Since MongoDB 3.2 Mongodb uses Wiredtiger as default storage engine which can use LSM Tree.

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

      Thank you! I didn’t know that.
      More info here source.wiredtiger.com/mongodb-3.4/lsm.html

  • @amalalsaeh4894
    @amalalsaeh4894 10 месяцев назад

    thank you so much very valuable information

  • @AhmedMohamed-zr9kw
    @AhmedMohamed-zr9kw 2 года назад

    you're great Hussien

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

    I have a silly question Hussein. I understood that the InnoDB secondary indexes don't store the tuple ID on the heap but just stores the associated PK index values. The question is, why doesn't it simply store the disk address of the PK index node (i mean the address of the node containing the associated PK values in the btree structure created for the PK index) and from there just fetch the on-disk tuple ID? This way the choice of the PK won't bump up the memory requirement for secondary indexes, since the data type of disk address is fixed length. Please help me clear this doubt.

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

      This is a basic tradeoff that DBMS systems do. Postgres does as you describe, it stores the direct pointer to the tuple in all indexes, while InnoDB stores the primary key as a pointer in all secondary indexes.
      There are pros and cons in both approaches for different use cases.
      While true in MySQL based InnoDB, you have to do to index searches to get to the row, (one in the secondary to find the primary key and another b-tree search on the primary to find the row pointer), the write amplification in InnoDB is significant. Compare this to postgres where when you do a secondary index search you immediately jump to the row tuple, but updating any indexed column in the row must update ALL indexes to point to the new row id.
      I talked about this in detail in my write-amplification private discord (members only) which you have access to as a member, check it out
      ruclips.net/video/jsWwFL_iqVM/видео.html

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

      @@hnasr The link you shared and a few other docs, helped me get a better understanding. Thanks.

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

    You are awesome man.. thank you so much for this incredible channel.

  • @chandeeparora.7165
    @chandeeparora.7165 3 года назад

    Thanks for this Hussein!

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

    1:46 my friend, did you really say "thank you ソウーマッチョーですか"😁

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

    Thank you.

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

    Does a B-Tree with value as the pointer to the actual data tuple (and not the whole value) count as B-Tree? It should be small in size but work well enough. The differentiating factor in B+ Trees (IMO) is the sequential pointer to the next node and storage of data in the leaves

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

    Really Awesome Nasser

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

    Really helpful video

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

    I think mongodb can't easily use B+ tree since the key is relatively unpredictable, compared to postgresdb who usually has ordered primary index (1,2,3,4,....). The insert operation on postgresdb (or other relational db) usually just need to increase the primary index hence we just need to append it in the memory, but when its come to mongodb we can have 1,2,8,9 as our keys then inserting 5 will require us to move many nodes in the tree, because we are inserting in the middle of our "array". Cmiiw

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

    Thank you!

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

    Found your channel through codedamn , I like the backend focused content, any suggestions, resources for learning backend with node, there is lot of content on front end but not much content with depth on backend

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

    Why is there a katana on the shelf?

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

    Being a noob at databases here, I just had a question: When the index reaches the size of RAM, who decides to put the other part of index into disk? And how do they decide which part of index should go to disk?

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

      I think memory swapping happens once you are out of memory and OS is responsible for resource management

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

    Quick question. Why cant you load parts of Btree in memory, but load parts of a b+tree in memory?

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

      You can load both data structures in memory. Its just you can load more of the b+tree internal nodes compared to b-tree. Just because of the sheer size

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

      @@hnasr ah right. Thanks!

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

    Hussein, can you recommend some RUclips channels about database engineering?

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

      ruclips.net/video/aZjYr87r1b8/видео.html

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

    what is the difference between b+tree and b*(star)-tree

  • @henrmota
    @henrmota 9 месяцев назад

    Maybe mongodb uses B-Tree because of the nature of the keys UUID instead of sequential? Rebalancing trees will cost more with UUID? Just asking here, not making any affirmation.

  • @surters
    @surters 5 месяцев назад

    "My right, don't know if it is your right!" 😁

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

    is that a samurai? behind

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

    Awesome wideo

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

    For a second I got confused on why is CarryMinati talking about B+ trees lol

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

    👌

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

    learn by doing

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

    When you are so early that there's no pinned comment.

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

    If MongoDB using Btree and PgSQL using B+tree. So, this means pgsql reads are faster than mongodb?

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

      Depends on the size of the index and the nature of queries. if the index is small enough to fit in memory it’s similar performance and its a single lookup than btree/b+tree are similar in performance.
      If the index is large that it doesn’t fit in memory and queries are range based (eg where date range ) b+tree (postgres) wins for sure. discord ran into severe performance issues with mongo when their btree index couldn’t fit in memory, and switched to Cassandra instead which uses an LSM tree instead.

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

    why DBs are not using hash tables?

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

      Doesn't scale well when you have millions or billions of rows. Also hard for range queries.

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

    Posted from terminal

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

    Wolverine

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

    Huummm... the B+Tree looks o me like a "Linked-List" where you mantain some metadata (the paths to the nodes)
    nevertheless it seems a good strategy for +1M leafs... ;-)

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

    This video was rather useless. The main problems are that it skips from B-trees straight into a complete B+ tree (too much edited out) and also doesn't show how the data would be stored on disk. Hand-waving over the two critical parts means anyone wanting details will just waste their time.

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

      ruclips.net/video/aZjYr87r1b8/видео.html
      Watch the video of this guy. Very well explained how b-tree and b+tree work.

  • @user-xedwsg
    @user-xedwsg 2 года назад

    Nonsense accent

  • @user-xedwsg
    @user-xedwsg 2 года назад

    why do you speak like this?! hahahaha, you're not american my brother

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

    Learn by doing