TDV Adapter for Amazon DynamoDB

Build 22.0.8462

Tables

The list of tables is dynamically retrieved from your Amazon DynamoDB account. You can use the stored procedure to create a new table, or you can create a table using the Amazon Web Services Admin Console.

Because DynamoDB tables are partitioned based on their key, you should take care in selecting a proper key based on the query requirements of your table. Refer to the documentation for DynamoDB for more information about using best practices to model data in DynamoDB tables. DynamoDB supports two types of primary keys:

  • Hash Primary Key: This is a single-column key.
  • Hash and Range Primary Key: This is a two-column key that includes a hash column and a range column.
The adapter will model all key attributes in DynamoDB as key columns.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462