

# Next steps and resources
<a name="whats-next"></a>

Amazon DynamoDB is designed to be a high-performance NoSQL database. Because of its low cost, high performance, automatic scaling, and other features, it is a good alternative to a relational database system (RDBMS). By following best practices, using indexes, choosing the right partition keys, and carefully designing the table structure, you can get the best out of DynamoDB. You can use DynamoDB Accelerator (DAX) for high-frequency read operations and benefit from fast in-memory performance. If you are looking for an alternative to an RDBMS, consider DynamoDB for its cost and performance benefits.

To get started with DynamoDB, see the following links.

**DynamoDB documentation**
+ [NoSQL design](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-general-nosql-design.html)
+ [Global Secondary Indexes](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.html)
+ [Transactions](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transactions.html)
+ [Data access – Low-level API](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.LowLevelAPI.html)
+ [Data access – Document model (mid-level)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DotNetSDKMidLevel.html)
+ [Data access – Object persistence model (high-level)](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DotNetSDKHighLevel.html)
+ [How it works – Read consistency](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html)
+ [How it works – Read/write capacity mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html)
+ [Mapping arbitrary data](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBContext.ArbitraryDataMapping.html)
+ [Best practices](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/best-practices.html)

**AWS Prescriptive Guidance publications**
+ [Modeling data with Amazon DynamoDB](https://docs.aws.amazon.com/prescriptive-guidance/latest/dynamodb-data-modeling/) (guide)
+ [Cross-account full table copy options for Amazon DynamoDB](https://docs.aws.amazon.com/prescriptive-guidance/latest/dynamodb-full-table-copy-options/welcome.html) (guide)
+ [Copy Amazon DynamoDB tables across accounts using a custom implementation](https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/copy-amazon-dynamodb-tables-across-accounts-using-a-custom-implementation.html) (pattern)