You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: