"The hows and whys of a distributed SQL database" by Alex Robinson

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024

ความคิดเห็น • 15

  • @michaeleaster1815
    @michaeleaster1815 7 ปีที่แล้ว +24

    This is an outstanding talk. I appreciate the historical context/comparison of the architectural approaches.

  • @vimalma1093
    @vimalma1093 4 ปีที่แล้ว +5

    Must watch for anyone trying understand distributed databases. Great talk and one of the best.

  • @sidharthanrajendran1387
    @sidharthanrajendran1387 6 ปีที่แล้ว +5

    Thanks for giving an comprehensive information about db from 1960s to now.

  • @n8allan
    @n8allan 9 หลายเดือนก่อน

    Great talk; I appreciated the technical details, while remaining high level.
    I suggest using "database systems" when talking about systems, and "databases" when talking about an instance.
    I also think it's safe to describe NoSQL systems as equivalent to the storage layer of SQL systems. NoSQL = distributed storage system
    SQL = storage system plus query processor
    NewSQL = distributed storage system plus query processor

  • @stianmaurstad
    @stianmaurstad 7 หลายเดือนก่อน

    Very interesting,
    thanks Alex for a great talk & thanks for sharing strangeloop.

  • @Kserx.p
    @Kserx.p 6 ปีที่แล้ว +3

    very nice presentation with lots of detailed information and the rational of the distributed datastores

  • @benevolent6705
    @benevolent6705 4 ปีที่แล้ว +1

    I agree with previous comments, this talk was very concise and informative.

  • @sherryx4264
    @sherryx4264 5 ปีที่แล้ว +2

    great talk! it includes all the pros and cons of all types of databases.

  • @gmcodes3797
    @gmcodes3797 9 หลายเดือนก่อน

    I hate cockroaches 😂. More seriously this was a pretty insightful talk, I have worked across many layers of the stack data, compute, frontend, orchestration etc. But databases are like the foundations of a building. Always super interesting.

  • @karlpokus
    @karlpokus 4 ปีที่แล้ว +1

    Great talk! Thanks for sharing.

  • @nikolay6700
    @nikolay6700 3 ปีที่แล้ว +2

    Can DB use both: MVCC and locks. MVCC for reading and locks for writing?

    • @yuhangmiao2796
      @yuhangmiao2796 2 ปีที่แล้ว

      Yes. Spanner uses MVCC for read-only transactions and 2PL for write.

  • @arunkutube
    @arunkutube 6 ปีที่แล้ว +3

    awesome talk