Autosave: 2024-06-10 08:00:05
This commit is contained in:
parent
dd4981e1ee
commit
4a60b647a2
2 changed files with 7 additions and 3 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -9,9 +9,13 @@ created: Sunday, June 09, 2024
|
|||
|
||||
## Data structure
|
||||
|
||||
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.
|
||||
 Data is stored as a set of key-values in a table
|
||||
|
||||
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.CoreComponents.html
|
||||
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 #SQL queries and is
|
||||
non-relational meaning there cannot be JOIN operations via
|
||||
|
|
Loading…
Add table
Reference in a new issue