Skip to content

Add support for partitioning items over 400 KB limit - #41

Open
vitkutny wants to merge 2 commits into
RikudouSage:masterfrom
vitkutny:partition-cache-item
Open

Add support for partitioning items over 400 KB limit#41
vitkutny wants to merge 2 commits into
RikudouSage:masterfrom
vitkutny:partition-cache-item

Conversation

@vitkutny

@vitkutny vitkutny commented Aug 5, 2026

Copy link
Copy Markdown

Current behaviour when saving data over 400 KB was to catch the exception and do nothing. Now there is opt-in parameter $valueFieldParittion which when enabled splits the value into multiple items up to maximum allowed item size and saves references to their keys. This partition item containing keys is serialized as value of original cache item and is also decoded back to original value when getting item data.

Screenshot 2026-08-05 at 22 57 34

https://zaccharles.github.io/dynamodb-calculator/

Screenshot 2026-08-05 at 23 34 27

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.

1 participant