S2024 #05 - Query Execution & Processing Part 2 (CMU Advanced Database Systems)

Sdílet
Vložit
  • čas přidán 6. 09. 2024
  • Andy Pavlo (www.cs.cmu.edu...)
    Slides: 15721.courses....
    Notes: 15721.courses....
    15-721 Advanced Database Systems (Spring 2024)
    Carnegie Mellon University
    15721.courses....

Komentáře • 3

  • @oneofpro
    @oneofpro Před 7 měsíci +1

    Thank you very much. I will wait for the next lecture. By the way, thanks for the improved sound in the auditorium - questions and discussions were clearly understood.

  • @JamesSjaalman
    @JamesSjaalman Před 5 měsíci

    There is a prior art for the German encoding: the representation of symlinks inside the fllesystem(well: some of them) . Symlinks are encoded INSIDE of the inode if there is enough space(the block numbers are vacant, anayway)

  • @hatxu4062
    @hatxu4062 Před 6 měsíci +2

    In 50:40, the slide says: "Payload contains full-string if it is 16-bytes or less." Should it be 12-bytes? Because the size field cannot be used for storing payload, there are only 12 bytes left for payload. I've read both Arrow's and DuckDB's implementation and they both inline strings of length less than or equal to 12.