S2024 #01 - Modern OLAP Database Systems (CMU Advanced Database Systems)

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

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

  • @mephistotel87
    @mephistotel87 10 месяцев назад +7

    It's said we don't see anything on the screen. While it's not required, but sometimes might be helpful, when Andy point out something on slides. Not complaining, just mention. Andy is the best lecturer I know on RUclips.

    • @andypavlo
      @andypavlo 10 месяцев назад +8

      This is my fault. I messed up the white balance on the camera. I will fix for next class.

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

    Best Introduction to OLAP databases, It took me 2 days to fully understand the paper but I am so excited to read other papers and finish all the lectures bit by bit. Thanks for the videos Professor :)

  • @billyean
    @billyean 10 месяцев назад +2

    Awesome Andy's coming back, look forward to this semester.

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

    This is very nice talk. Improved my understanding on modern OLAP systems. Thank You

  • @AaronClark-ACM
    @AaronClark-ACM 7 месяцев назад

    Thank you, Dr. Pavlo, for this great lecture!

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

    A note on 38:30 :
    "The queryplan of Postgres is a tree; you only have one parent, whereas a with a DAG you can do some computation here for a nested query and send it to two different parts of the tree."
    While the query plan is always shown as a tree, it does support multiple references to materialized queries when CTEs are involved, effectively making the query plan of one SQL query a DAG. You'll see this as e.g. a "CTE Scan" node:
    EXPLAIN
    WITH a AS (SELECT DISTINCT relname FROM pg_class)
    SELECT min(b.relname), max(c.relname)
    FROM a b, a c;
    It's not super optimized as it doesn't have indexing on the intermediate table, but it does mean it does allow some deduplication of work effort and technically makes it a DAG (even if CTE scan isn't done in parallel with the construction of the materialized CTE).

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

      Yes but with a DAG you don't need to materialize it, you can even pipeline... What you described is essentially just like two base table scans from the same table. Sure, you can draw those as a DAG too but that's not what you're actually doing...

  • @OldRunningMonk
    @OldRunningMonk 10 месяцев назад +2

    Great lectures Andy, appreciate you uploading all the videos! I’ve been meaning to ask you this: what software do you use to prepare the slides? Doesn’t seem like powerpoint. But if it is, mad skills.

  • @sashibhushanarajput1194
    @sashibhushanarajput1194 10 месяцев назад +1

    Excited!!!

  • @kevintyler2713
    @kevintyler2713 28 дней назад

    Is there a difference in advertising settings between this playlist and the playlist for the 2023 class? I got an ad every ~4 minutes on this video, quite an increase from the 2023 videos I watched (perhaps 3 ads/video).

    • @andypavlo
      @andypavlo 28 дней назад

      RUclips changed something. We don't have control on it anymore (AFAIK).
      -- Andy

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

    ​ @andypavlo Is this new semester the best place to start as of 2024? I see that there are differences compared to 15-721 Advanced Database Systems (Spring 2023)'s playlist.

    • @andypavlo
      @andypavlo 8 месяцев назад +3

      The course is always evolving as research/industry changes. The latest semester is the most up-to-date.
      -- Andy

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

    36:44 that's oversimplified. there is more into that. coordination, distributed resource management, failure detectors. it's a bit easier of your system is only querying data.

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

    Is there a discord channel for CMU 15-721?

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

    Seems that not having the Microsoft OLAP stack of Power BI is a big omission. The Tabular model in Excel Power Pivot, Analysis Services, and Power BI have been using columnar storage since 2010.

  • @commandmaster7101
    @commandmaster7101 10 месяцев назад +5

    Why did they move you from that nice classroom in previous semester to this cia blacksite looking basement? Blink twice if you need help