Questions tagged with Amazon DynamoDB Accelerator (DAX)

Fast, flexible NoSQL database service for single-digit millisecond performance at any scale

Content language: English

Select tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

34 results
Hello everyone, I hope you are all doing well. I am currently working on a project where we extensively use DynamoDB and are experiencing performance lags. We attempted to leverage DynamoDB Accelera...
1
answers
0
votes
666
views
asked 9 months ago
DynamoDB has high read and write throughput. Is it better to use DAX or Elastic Cache, and what are the differences in every scenario? I also need guidance on how to use them effectively.
1
answers
0
votes
1.8K
views
asked a year ago
Hello, I have an architecture with 2 Lambdas, a DynamoDB table with PK+SK, and DAX. The use-case is as follow: - Lambda 1 put Items in DAX using PK and SK with standard DynamoDB interface ``` ...
2
answers
0
votes
645
views
asked a year ago
**Description:** My project exist exists in one single VPC (default one) (account created way after 2013) I have a Lambda function that requests successfully data from a DynamoDB table. I created a D...
1
answers
0
votes
619
views
asked a year ago
In my use case, I have two or more DDB tables, with the same schema, that will be accessed via one Dax cluster. Does Dax include the table information of a cached key in its node? If I cache hit, it ...
1
answers
0
votes
418
views
asked a year ago
HOW CAN WE WRITE LAMBDA CODE FOR LAMBDA WHICH IS USING DAX FOR FETCHING ID IN V3 SDK ? PLEASE PROVIDE ANY REFERENCE OR SAMPLE CODE IN JAVASCRIPT OR TYPESCRIPT
1
answers
0
votes
388
views
asked a year ago
Hello, We're using the[ amazon-dax-client](https://www.npmjs.com/package/amazon-dax-client) (latest version: 1.2.9) to query DAX (10-20k calls per execution) inside a lambda. We've initialized it as...
1
answers
0
votes
430
views
asked a year ago
Is the python [amazon-dax-client](https://pypi.org/project/amazon-dax-client/) still maintained? it has not been updated in a year, does not support python >3.11 due to deprecated references and has...
1
answers
0
votes
448
views
asked a year ago
Before you answer, I am the author of this issue https://github.com/aws/aws-sdk/issues/232 In the minute possibility that anyone from AWS actually sees this; when are we getting V3 JS SDK support for...
2
answers
0
votes
467
views
asked a year ago
We noticed that the aws-sdk-js-v3 is not supporting to use DAX in DynamoDB client. Can we know any timeline to support this in the future?
1
answers
0
votes
548
views
asked a year ago
I created DAX cluster with 3 nodes x dax.r5.xlarge and cache TTL both query , record 300000 ms. I also created dynamodb table with about 200 records and run simple python script based on https://docs...
0
answers
0
votes
210
views
asked 2 years ago
Hello, I created single node DAX cluster for testing purpose with R instance. In app logs I'm occasionally see below error for DAX cluster. Could you explain why it happens? There is already some di...
1
answers
0
votes
830
views
asked 2 years ago