DynamoDB: Its purpose, main features, and key concepts | Jason Hunter | AWS Events

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • A thorough introduction to DynamoDB covering its purpose, main features, and key concepts including: tables and items, read and write capacity, auto scaling, data types, secondary indexes, encryption, auditing, backup and restore, export to S3, and NoSQL Workbench. Part 1 of 2. Presented by Jason Hunter at the Database Modernization Week event. Part 2 available at • DynamoDB: Under the ho... .
    Learn more about DynamoDB at: go.aws/3dVz3xe
    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.
    #AWS #AmazonWebServices #CloudComputing

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

  • @gustavozenke5911
    @gustavozenke5911 4 месяца назад +1

    One of the richest videos I’ve seen about DynamoDB. Thank you

  • @timmy0000007
    @timmy0000007 2 года назад +5

    Thank you @jasonhunter for this presentation. Your structure and flow seemed very fluid to me and very helpful.

  • @jmcdonne
    @jmcdonne 2 года назад +2

    Very well done presentation! Informative with no filler.

  • @IllusionExists
    @IllusionExists Год назад

    Excellent explanation of DynamoDB. It's very helpful.

  • @9apk
    @9apk Год назад +6

    Wow! The best use of 45 minutes of my life. Very efficient quality information on DynamoDB. Kudos to the presenter for the preparation!

    • @awssupport
      @awssupport Год назад

      Thanks for the feedback! We're happy to hear that you enjoyed the video. 😀 ^AK

  • @akhilbobby636
    @akhilbobby636 Год назад

    Perfect Explanation. Thanks a lot!

    • @amazonwebservices
      @amazonwebservices Год назад

      It's our pleasure, Akhil! 😁 Glad you liked it! 😀

  • @ivan.angulo
    @ivan.angulo 2 года назад +7

    DynamoDB is an example that not all No-SQL databases are designed equal. DynamoBD is very strict in the design of access patterns, if you need to perform a query with a query method and you don't have the necessary index (and if it is composite you must concatenate it in a column) it will be difficult for you to access it efficiently, it requires more careful planning than other DBs

    • @lmb_codes
      @lmb_codes 2 года назад +3

      TBH, responsible engineers should apply thoughtful planning - even with traditional relational DBs, especially with indexes for access patterns. it would be really embarrassing to experience slowdowns in prod just because someone forgot about an index and executed a full table scan 🤣

    • @jasonhunter1786
      @jasonhunter1786 2 года назад +3

      Right, DynamoDB aims to be fast and efficient. You can't push unbounded work onto the database. You must consider your update and access patterns as part of the schema design.

    • @michaelpotter1775
      @michaelpotter1775 Год назад

      Good Observation: i see this as an upside. Others will see it as a downside and probably just us a different tech.

  • @heysato5862
    @heysato5862 2 года назад +10

    Useful technical info from 30:15 onwards

    • @varshard0
      @varshard0 8 месяцев назад

      Thank you. The initial sales pitch is unbearable.

  • @wiktormigaszewski8684
    @wiktormigaszewski8684 11 месяцев назад

    thnx, this was actually interesting

  • @santosharakere
    @santosharakere Год назад

    Excellent presentation, thank you.

  • @purduetom90
    @purduetom90 Год назад

    This was phenomenal! Thank you!

  • @kronostitan11
    @kronostitan11 5 месяцев назад

    Excellent video

  • @harikrishnarenumanu6829
    @harikrishnarenumanu6829 11 месяцев назад

    how we will decide which database we should choose to an work

    • @awssupport
      @awssupport 11 месяцев назад +1

      Great question, Harikrishna. 🧐 See this guide on choosing the right database to start with: go.aws/46Dnf95. You can find information on the different types of databases and available services on AWS. You may also find this best practices guide for databases helpful: go.aws/3tF6TOM. ✅ ^MO