nibab
nibab
CCConvex Community
Created by nibab on 4/6/2025 in #support-community
Many bytes read in a single function ERROR on ctx.db.get() where no element exceeds 5000 bytes
Hey so ive got a strange warning on a simple function thats just getting elements with a ctx.db.get query. Im wondering if this has to do with the query being called a lot from a parent mutation, but then I would expect the warning to only be there for the parent mutation (which by the way also shows a warning). The warnings are associated to the same request and the size of the element keeps going up, which again would make sense if the parent mutation is just piling on reads through this simple ctx.db.get...but my question is, why does the query get the warning too?
4 replies