V
V
Vadim2020-03-09 19:54:06
css
Vadim, 2020-03-09 19:54:06

Are there column names in a DynamoDB table?

Hello everyone,

DynamoDB stores data as Key -- Value, for each Row (ie item) where Value can contain from one to many attributes (values). As far as I understand, if a new attribute is added for at least one Item, then it should be named like column name, right?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2019-07-30
@IwanQ

I
Ivan Shumov, 2020-03-09
@inoise

There is no concept of columns in DynamoDB, it is a document-oriented database, just like there is no row. There are Items and attributes. Adding a new field for one item does not affect the rest in any way

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question