Amazon DynamoDB Distributed Transactions at Scale

Sdílet
Vložit
  • čas přidán 4. 02. 2024
  • InfoQ Dev Summit Boston, a two-day conference of actionable advice from senior software developers hosted by InfoQ, will take place on June 24-25, 2024 Boston, Massachusetts.
    Deep-dive into 20+ talks from senior software developers over 2 days with parallel breakout sessions. Clarify your immediate dev priorities and get practical advice to make development decisions easier and less risky.
    Register now: bit.ly/47tNEWv
    ----------------------------------------------------------------------------------------------------
    Video with transcript included on InfoQ: bit.ly/4bngYRU
    Akshat Vig explains how transactions were added to Amazon DynamoDB using a timestamp-based ordering protocol to achieve low latency for both transactional and non-transactional operations.
    #DynamoDB #NoSQL #Database
    -----------------------------------------------------------------------------------------------------
    Follow InfoQ:
    - Mastodon: techhub.social/@infoq
    - Twitter: / infoq
    - LinkedIn: / infoq
    - Facebook: / infoqdotcom
    - Instagram: @infoqdotcom
  • Věda a technologie

Komentáře • 3

  • @swanv951
    @swanv951 Před 5 měsíci +4

    Looks like the video ends abruptly

  • @progamer1196
    @progamer1196 Před 5 měsíci +2

    I don’t understand how this approach is better than using locks, aren’t these basically the same things? When participating nodes reply with “yes” and when the change is committed, the nodes will be blocked for writing

  • @qixia10
    @qixia10 Před 4 měsíci +2

    27:43