Autosave: 2024-06-10 07:30:04
This commit is contained in:
parent
edb559c0e1
commit
2e02cac4b1
2 changed files with 11 additions and 3 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -1,12 +1,20 @@
|
|||
---
|
||||
id: xowl
|
||||
title: DynamoDB
|
||||
tags: []
|
||||
tags: [AWS]
|
||||
created: Sunday, June 09, 2024
|
||||
---
|
||||
|
||||
# DynamoDB
|
||||
|
||||
## Related notes
|
||||
## Data structure
|
||||
|
||||
Here is some info
|
||||
Data is stored as a table of key-value pairs. This doesn't mean there are single
|
||||
values corresponding to each key. There can be multiple columns for each key and
|
||||
the key itself is also a column.
|
||||
|
||||
DynamoDB is "NoSQL" because it does not support
|
||||
|
||||
## Usage
|
||||
|
||||
## Related notes
|
||||
|
|
Loading…
Add table
Reference in a new issue