AWS re:Invent 2023 - Data modeling core concepts for Amazon DynamoDB (DAT329)

Sdílet
Vložit
  • čas přidán 27. 11. 2023
  • Developers experienced with Amazon DynamoDB can join this session to learn the core concepts of DynamoDB data modeling. Explore best practices for common access patterns used by DynamoDB customers for applications that need consistent, fast performance at any scale. Learn best practices and trade-offs to make when deciding on single-table and multi-table designs, indexing strategies, and more.
    Learn more about AWS re:Invent at go.aws/46iuzGv.
    Subscribe:
    More AWS videos: bit.ly/2O3zS75
    More AWS events videos: bit.ly/316g9t4
    ABOUT AWS
    Amazon Web Services (AWS) hosts events, both online and in-person, bringing the cloud computing community together to connect, collaborate, and learn from AWS experts.
    AWS is the world's most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers-including the fastest-growing startups, largest enterprises, and leading government agencies-are using AWS to lower costs, become more agile, and innovate faster.
    #AWSreInvent #AWSreInvent2023
  • Věda a technologie

Komentáře • 6

  • @allanbengco670
    @allanbengco670 Před 6 měsíci +3

    One of the feature that I most liked about DynamoDB (with GraphQL), is the field level authorization. This feature adds a layer of security in the apps I develop, and implementing "Delete My Data" to comply to GDPR requirements, has become much easier to implement. Thank you DynamoDB!

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

    I have got some experience in DynamoDB and knew how to design PK, SK, and adding prefixes to them.
    Still I learned 2 very important things. Why you should keep items small. Because of cost optimization. And sparse index is pretty nifty and will use it in my projects. Thank you very much!!

  • @Anandabganesh0
    @Anandabganesh0 Před 6 měsíci +1

    Great features inside DynamoDB!!! I liked the partition key/sort key design, secondary indexes and cost optimization.

  • @taidg_
    @taidg_ Před 3 měsíci

    Great video, very informative with good examples too