14.104 Multicore Storage Hierarchies, NUMA

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • My book "Patterns in Data Management" is now available both as an ebook or a print book (with color graphics!). See: amzn.to/1Ts3rwx This book is not a standard textbook on database techniques. This book was written extending and complementing preexisting educational videos (including this one).
    How are the two terms core and CPU related? How does a typical multicore storage hierarchy look like? What is different compared to the storage hierachy? Why isn’t L1 shared as well among multiple cores? What is a Non-Uniform Memory Access (NUMA) architecure? What is different compared to the multicore architecture? What does this imply for accesses to DRAM? Bonus Question: How again does this relate to The All Levels Are Equal?
    Video for my inverted classroom "Database Systems".
    The complete list of videos and additional material is available at datenbankenlern...
    Computer Science, Saarland University:
    Bachelor (in German): www.cs.uni-saar...
    Master (in English): www.cs.uni-saar...
    Ph.D./Grad School: gradschool.cs.u...

КОМЕНТАРІ • 6

  • @karamjotsingh2565
    @karamjotsingh2565 9 років тому

    Very nice explanation of NUMA. Thanks Jens.

  • @ranjeetbadhe446
    @ranjeetbadhe446 6 років тому +1

    Sir . Thank you for posting this lovely video I have got one query regarding NUMA architecture Is the amount of NUMA nodes always equal to sockets?

  • @tombrady7390
    @tombrady7390 3 роки тому

    great job prof

  • @ShahzadKhanEroz
    @ShahzadKhanEroz 7 років тому

    Excellent Article...

  • @mushhushshutishpak7569
    @mushhushshutishpak7569 10 років тому

    i do not understand the way your videos are numerated like 14.104 14.001 13.46 , how does the numeration-system works?

    • @jensdit
      @jensdit  10 років тому +2

      14 is the year of the lecture (it will start in April 2014);
      the first digit after the "." is the section, Section 1 for this video;
      the following two digits are the number of the video within that section, here video 04