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

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 27

  • @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

  • @gustavozenke5911
    @gustavozenke5911 5 місяців тому +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.

  • @st.toussaint4632
    @st.toussaint4632 28 днів тому

    Great presenter! Very easy to follow

  • @heysato5862
    @heysato5862 2 роки тому +11

    Useful technical info from 30:15 onwards

    • @varshard0
      @varshard0 10 місяців тому +1

      Thank you. The initial sales pitch is unbearable.

    • @passenger175
      @passenger175 Місяць тому

      thanks! Wasnt interested in the C-level nonsense for the half hour

  • @jmcdonne
    @jmcdonne 2 роки тому +2

    Very well done presentation! Informative with no filler.

  • @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.

  • @IllusionExists
    @IllusionExists Рік тому

    Excellent explanation of DynamoDB. It's very helpful.

  • @purduetom90
    @purduetom90 Рік тому

    This was phenomenal! Thank you!

  • @kronostitan11
    @kronostitan11 7 місяців тому

    Excellent video

  • @akhilbobby636
    @akhilbobby636 Рік тому

    Perfect Explanation. Thanks a lot!

    • @amazonwebservices
      @amazonwebservices Рік тому

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

  • @wiktormigaszewski8684
    @wiktormigaszewski8684 Рік тому

    thnx, this was actually interesting

  • @santosharakere
    @santosharakere Рік тому

    Excellent presentation, thank you.

  • @harikrishnarenumanu6829
    @harikrishnarenumanu6829 Рік тому

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

    • @awssupport
      @awssupport Рік тому +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