About 8,240,000 results
Open links in new tab
  1. Is it possible to ORDER results with query or scan in DynamoDB?

    Is it possible to ORDER results with Query or Scan API in DynamoDB? I need to know if DynamoDB has something like ORDER BY 'field' from SQL queries? Thanks.

  2. How can I join tables in AWS DynamoDB? - Stack Overflow

    Apr 20, 2016 · I know the whole design should be based on natural aggregates (documents), however, I'm thinking to implement a separate table for localisations (lang, key, text) and then …

  3. DynamoDB - Key element does not match the schema

    For the error, The provided key element does not match the schema There could be two possible problems here: You are only providing half of your primary key. For the primary key, you must …

  4. amazon web services - How to convert a boto3 Dynamo DB item …

    May 3, 2017 · The data structure shown in the question is an example of what is consumed/produced by the low-level API, which is also used by the AWS CLI and the …

  5. Amazon DynamoDB: Storing integers as Numbers vs. Strings

    Feb 1, 2017 · Since DynamoDB has only one Number data type that I assume is somewhat equivalent to a float, is it safe to store integers as Numbers without having to worry about …

  6. How to get item count from DynamoDB? - Stack Overflow

    Dec 5, 2014 · 3 DynamoDB now has a 'Get Live Item Count' button in the UI. Please note the production caveat if you have a large table that will consume read capacity.

  7. Dynamodb scan in sorted order - Stack Overflow

    Feb 15, 2014 · Hi I have a dynamodb table. I want the service to return me all the items in this table and the order is by sorting on one attribute. Do I need to create a global secondary index …

  8. What decides the number of partitions in a DynamoDB table?

    Sep 28, 2022 · DynamoDB would have to add partitions and move data to be able to handle that 20,000 reads/sec. Or is can happen automatically to add partitions because you configured …

  9. How do you query for a non-existent (null) attribute in DynamoDB

    Dec 18, 2015 · 0 Since DynamoDB is what it is, one needs to use non-orthodox approaches to the database usage. I simply introduced a special value, which may be anything safely …

  10. How to solve throughput error for dynamodb? - Stack Overflow

    May 17, 2017 · DynamoDB uses a provisioned throughput model for both reads and writes. That means your application will receive errors if it tries to perform more reads or writes than you …