DynamoDB index (Global index and Local Index) (NEW)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024

ความคิดเห็น • 14

  • @JohnsonPatrick-vg4nz
    @JohnsonPatrick-vg4nz ปีที่แล้ว +5

    Great video to explain the difference between GI and LI. Thanks

  • @user-dd6pd7ji2y
    @user-dd6pd7ji2y 3 หลายเดือนก่อน +1

    Thank you. Great explanatory material. Would you be so kind to explain read/write capacity units in one of your videos?

    • @lovetocode4486
      @lovetocode4486  3 หลายเดือนก่อน

      Thanks mate, I will try to create a one with read/write capacity info. 👍

  • @MirandaSolm-bx3hj
    @MirandaSolm-bx3hj ปีที่แล้ว +1

    Awesome video. thanks

  • @sahild6584
    @sahild6584 ปีที่แล้ว +1

    Very Clearly Explained, Awesome!!!

  • @madhubachi2247
    @madhubachi2247 11 หลายเดือนก่อน +1

    thanks for the demo on indexes.question on GSI--the partition key 'Deliverystatus in not unique'.--so is it not mandatory to be unique.

    • @lovetocode4486
      @lovetocode4486  10 หลายเดือนก่อน

      Sorry for the delay mate.
      If you select the partition key for GI as "Deliverystatus", it ("Deliverystatus") is not necessarily to be unique.

  • @ashu9103
    @ashu9103 3 หลายเดือนก่อน +1

    Thanks for the great video. I have a query about sort key in GSI, can we use sort key of primary index in GSI?

    • @lovetocode4486
      @lovetocode4486  3 หลายเดือนก่อน +1

      Hi mate,
      When you create GSI, the data for the GSI could be stored in different physical location. You are only allowed to query either using primary partition + sort OR GSI partition key + GSI sort key.
      It is very important to understand the access pattern of the data. Based on that, try to create GSI or Local index etc.
      This could be help for further clarification.th-cam.com/video/x8IxY4zoBGI/w-d-xo.html

  • @user-xn7lj4mm7v
    @user-xn7lj4mm7v ปีที่แล้ว +1

    Looking for how to call DynamoDB using Python. Specially GI and Local index. Thanks

    • @lovetocode4486
      @lovetocode4486  ปีที่แล้ว

      Thanks for the comment. Yes, soon it will be Python with DyanmoDB. Stay in touch