# Amazon DymanoDB

### Features

In  last page, Relational DBs were discussed. The service offering from Amazon for Non-Relational DBs which supports NoSQL for querying part, is Amazon DynamoDB.

Unlike Amazon RDS, which is a PaaS, since this is a SaaS offering, not only, it is fully managed, it is also not required to manage the database layer, so need to think of schema

It provides both key-value and document database.

It provides consistent, single-digit millisecond response times at any scale.

It supports ACID (Atomicity, Consistency, Isolation and Durability) transaction

It supports Identity and Access controls on Table

It supports automated scaling without excessive maintenance and has extremely low latency

It offers in-memory cache with DynamoDB Accelerator (DAX)

It supports server-less applications and it autoscales to support growing demand

### Steps for creating a DynamoDB Table

When creating a table, not that every table is associated with a partition key

<figure><img src="/files/jq4xGHWxdPq15oNNfpHm" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bpwZYO3wHdMj45C1obYb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/bpwZYO3wHdMj45C1obYb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8YuIwJ1u4Etqb1PSATdq" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vbRMGb00kuL38Omw8YrB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Dx8AsEccoGQlULhnvPuW" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/RuSxwkQcQq1Wh1r4ze4Q" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2RjcMjXlMsTtKATwtyk7" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SH54KUnfcncMHt2IqDex" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hJASiiHFnmobiwZPGhqE" alt=""><figcaption></figcaption></figure>

Note, DynamoDB supports PartiQL which is used to query NoSQL DB like DynamoDB using SQL queries

<figure><img src="/files/KoZQv8RUzipXggLFUm2U" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.radifine.com/aws/aws-storage-services/aws-databases-services/amazon-dymanodb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
