Hacker News new | ask | show | jobs
by andrewfromx 1054 days ago
my first thought is prevent the values from becoming over 10MB with logic to break that up into multiple keys each under that 10MB limit. Do your app really need the full 10MB? It probably needs only a small section of it? And if it doesn't could it be refactored to achieve that?
1 comments

It's possible to break the value into smaller chunks, but not the logic. the function that's responsible for processing the value needs all the chunks. So network wise the issue will remain.