![]() |
DynamoDB allows users to create databases capable of storing and retrieving any amount of data and comes in handy while serving any amount of traffic. It dynamically manages each customer’s request and provides high performance by automatically distributing data and traffic over servers. It is a fully managed NoSQL database service that is fast, predictable in terms of performance, and seamlessly scalable. It relieves the user from the administrative burdens of operating and scaling a distributed database as the user doesn’t have to worry about hardware provisioning, patching Software, or cluster scaling. Provisioned ThroughputProvisioned Throughput refers to the capacity that you specify for a table to handle read and write operations. While creating the table you can specify the Write Capacity Units(WCU) and Read Capacity Units(RCU). An RCU represents one strongly consistent read per second for items up to 4 KB in size. If your items are larger than 4 KB, the required RCUs increase accordingly. A WCU represents one write per second for items up to 1 KB in size. Larger items will require more WCUs. Data BackupsDynamoDB supports Data Backups and Restore mechanisms. There are 2 Backups and restore mechanisms. They are
With On-Demand Backup, you can create full backups of your DynamoDB tables at any time. These backups are stored in Amazon S3, providing durability and the ability to restore data even if the original table is deleted. Point-in-Time Recovery allows you to restore your DynamoDB table to any specific point in time during the retention period. DynamoDB continuously backs up your data and enables you to recover to any second within a rolling 35-day window. Continuous backups are designed to automatically back up your entire DynamoDB table data and settings. Periodic backups are manually triggered backups that you create at specific points in time. Why Delete a Table in DynamoDB?There are multiple things why you should delete a table.
How to Delete Table in DynamoDBBelow are the Steps to Delete AWS DynamoDB Table In this article we will look into the process of Deleting a table in AWS DynamoDB. To Delete a table follow these steps: Step 1: Login to your AWS account and then you will see this screen. Select All services. Step 2: In the services list, Choose DynamoDB. ![]() Services Step 3: Click Tables in the left side panel. ![]() Choose Tables Step 4: Choose the Table you want to delete from the list of tables, as shown below. Step 5: Click Delete on the top right corner and then confirm. ![]() Click Delete Step 6: Type confirm in the box. You have successfully deleted a table in DynamoDB. Delete Table in DynamoDB – FAQ’sWhat happens when I delete a table in DynamoDB?
Can I recover data after deleting a table?
Can I reuse the name of a deleted table?
How I can delete multiple items from DynamoDB table?
|
Reffered: https://www.geeksforgeeks.org
Amazon Web Services |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 14 |