Amazon DynamoDB Core Concepts | Learn DynamoDB #shorts
DynamoDB is Amazon's fully managed NoSQL database service.
📹DynamoDB - https://www.youtube.com/watch?v=BbUmLRaxZG8
📹DynamoDB Series - https://bit.ly/awsdynamodb
🔗 DynamoDB - https://www.rahulpnath.com/blog/amazon-dynamodb-dotnet-developer/
Tables, Items, and attributes are its core concepts. A table is a collection of items, and each item is a collection of attributes.
Tables are similar to SQL databases but don’t have a fixed schema.
Each row in a DynamoDB table is called an Item - fundamentally JSON documents with key-value pairs.
These key-value pairs are also referred to as Attributes.
Every Item must have a primary key, uniquely identifying that item in the table.
DynamoDB supports two kinds of primary keys.
- A simple primary key composed of one attribute known as the partition key
- A composite primary key, composed of two attributes referred to as partition key and sort key
Try DynamoDB for fast, flexible NoSQL data storage!
Check out the linked video to learn more. Like and Subscribe for more programming tips.
Видео Amazon DynamoDB Core Concepts | Learn DynamoDB #shorts канала Rahul Nath
📹DynamoDB - https://www.youtube.com/watch?v=BbUmLRaxZG8
📹DynamoDB Series - https://bit.ly/awsdynamodb
🔗 DynamoDB - https://www.rahulpnath.com/blog/amazon-dynamodb-dotnet-developer/
Tables, Items, and attributes are its core concepts. A table is a collection of items, and each item is a collection of attributes.
Tables are similar to SQL databases but don’t have a fixed schema.
Each row in a DynamoDB table is called an Item - fundamentally JSON documents with key-value pairs.
These key-value pairs are also referred to as Attributes.
Every Item must have a primary key, uniquely identifying that item in the table.
DynamoDB supports two kinds of primary keys.
- A simple primary key composed of one attribute known as the partition key
- A composite primary key, composed of two attributes referred to as partition key and sort key
Try DynamoDB for fast, flexible NoSQL data storage!
Check out the linked video to learn more. Like and Subscribe for more programming tips.
Видео Amazon DynamoDB Core Concepts | Learn DynamoDB #shorts канала Rahul Nath
Комментарии отсутствуют
Информация о видео
13 августа 2024 г. 11:45:48
00:00:59
Другие видео канала