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

Add support for querying by partition key alone #16

Closed
jonterry-sans opened this issue Dec 10, 2019 · 1 comment
Closed

Add support for querying by partition key alone #16

jonterry-sans opened this issue Dec 10, 2019 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@jonterry-sans
Copy link

Requesting support for querying by just partition key: #11. This is a valid use case that would be leveraged when you split up a given entity over multiple items in a given partition to alleviate concerns about the 400kb item size limit.

e.g. You have a class record, and are concerned about the combination of students/teacher/TAs/assignments/tests/labs relationship data exceeding the limit of 400kb for a single item.

You can split all this data out in to multiple items with the same partition key and different sort keys. Then querying by just the partition key you can get all information regarding a given class while alleviating any concern about exceeding the 400kb item size limit.

@jeremydaly
Copy link
Collaborator

This would fall under #5, just adding query support.

@jeremydaly jeremydaly added the duplicate This issue or pull request already exists label Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants