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

Respoitory performing scan instead of query in case of lists #272

Open
asif-iiitm opened this issue Nov 8, 2019 · 2 comments
Open

Respoitory performing scan instead of query in case of lists #272

asif-iiitm opened this issue Nov 8, 2019 · 2 comments

Comments

@asif-iiitm
Copy link

Expected Behavior

List<MetricScoreMetadataEntity> getMetricScoreMetadataEntitiesByMetricIdInAndMonth(List<String> metricId, String month);

Hash key : metricId
Sort Key : month

Should have performed bulk query for the whole list of items and given results

Actual Behavior

Performing scan for the list of items

Specifications

  • Spring Data DynamoDB Version: 5.1.0
  • Spring Data Version:
  • AWS SDK Version:
  • Java Version: 8
  • Platform Details:
@hfcipriano
Copy link

I have the same Issue on the boostchicken repo. Then I created another more detailed issue on boostchicken repo:

boostchicken#160

If you have some solution please share

@hfcipriano
Copy link

Hey @asif-iiitm if you want please visit my issue link to see the solution. Probably should be the same for you.

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

No branches or pull requests

2 participants