NoSQL的格式(一)

再来检核DynamoDB的资料, 比较与SQL的不同

  1. 回到DynamoDB Portal, 点选第一笔资料.
    https://ithelp.ithome.com.tw/upload/images/20210918/20091942jreCuYK2qT.png

  2. 可以看到这一笔资料的两个属性.
    https://ithelp.ithome.com.tw/upload/images/20210918/200919426mGKo8GX7D.png

  3. 但是第三笔资料栏位可以是完全不同的属性.
    https://ithelp.ithome.com.tw/upload/images/20210918/20091942cagCarshBH.png

  4. 使用[Add New Attribute]可持续新增资料属性, 而无须像SQL遵循Table其他资料列的属性.
    https://ithelp.ithome.com.tw/upload/images/20210918/20091942v1gPeIdFF0.png

  5. Partition Key值也可以修改, 不过资料就会使用删除再新增的方式, 而非更新.
    https://ithelp.ithome.com.tw/upload/images/20210918/20091942VKOXjmeMVM.png

  6. 要注意Partition Key是唯一值, 如同SQL Primary Key. (目前还没有Sort Key)
    https://ithelp.ithome.com.tw/upload/images/20210918/20091942rNMgA0ohq9.png

  7. 在检视资料时也可切换成为JSON格式容易阅读.
    https://ithelp.ithome.com.tw/upload/images/20210918/20091942hlahHDyRet.png

  8. 也可切换成DynamoDB JSON专用格式.
    https://ithelp.ithome.com.tw/upload/images/20210918/20091942JpWBFZahZv.png


<<:  Day3 - 登入登出相关问题

>>:  Day 18 - 深入讨论 YOLO 相关设定

Git
杂谈    

[ Day 30 ] 从 Vue.js 到 React.js 的完赛心得

第一次参加铁人赛很开心真的能顺利完赛啦!!! 当初开赛前还想说参赛期间会经历中秋节和双十国庆的连假...

建立香港Shopify网店需要思考的7个因素

假设你做好了资料蒐集,你的公司也准备在香港开展建立Shopify网店的计划,那下一步应该怎麽做呢?当...

大共享时代系列_023_可多人协作的试算表软件

试算表不是只有 GoogleSheet 跟 Excel ... 爲什麽试算表需要多人协作? 在不能多...

day19: High order function

相信写过 javaScript ES6 的大家一定使用过,high order function, ...

D19 - TiDB Binlog

Binlog也是一套由TiDB提供备份与资料同步的工具。 资料同步的部分,就像他的名字一样很容易联想...