Frank SmitF
Convex Community2w ago
1 reply
Frank Smit

1Mb Object limit

Advice
Hey, I am building a tool on top of the Microsoft Graph API that lets teams respond to emails. However, to keep the UI quick, I am caching the latest emails in Convex. I learned today about the 1 MB object limit, which could bite me in the ass as email threads grow. Because every response also includes previous emails. I have implemented a similar solution before using postgress there it worked well. So, is it possible to increase the limit? Also fine if the answer is that I just chose the wrong architectural approach. Can you guys think along?
Was this page helpful?