Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase DynamoDB performance #80

Merged
merged 1 commit into from
Dec 11, 2018
Merged

Increase DynamoDB performance #80

merged 1 commit into from
Dec 11, 2018

Conversation

Glockenbeat
Copy link
Contributor

So far any interaction with the DynamoDB tried to make sure that the table is existing, and if that is not the case it would create the table.

However as DynamoDB is an HTTP based API this would also always mean that an additional API request is done, increasing the time needed to handle request.

This PR makes sure that the table is only checked once for existence.

@adrai adrai merged commit 0026d27 into thenativeweb:master Dec 11, 2018
@adrai
Copy link
Contributor

adrai commented Dec 11, 2018

released in v1.16.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants