Amazon DynamoDB Distributed Transactions at Scale

Поделиться
HTML-код
  • Опубликовано: 2 окт 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...
    - Twitter: / infoq
    - LinkedIn: / infoq
    - Facebook: / infoqdotcom
    - Instagram: @infoqdotcom

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

  • @swanv951
    @swanv951 8 месяцев назад +4

    Looks like the video ends abruptly

  • @qixia10
    @qixia10 7 месяцев назад +3

    27:43

  • @progamer1196
    @progamer1196 8 месяцев назад +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