Web Dev CodyW
Convex Community3y ago
8 replies
Web Dev Cody

question about convex bandwidth

will convex send over the entire database object if any property inside that entry has changed, or will it only send the updated fields?

For example, if I have a table which stores a 2d array of 50x50 numbers, and I update a single number in that 2d array, will convex send the entire array to anyone doing a query for that data?

If so, is there a better way I should setup my table to reduce bandwidth? like if I instead stored those 2500 items as separate DB entries and did a query for them, would convex only send over the single updated entry, or would my entire query re-run and fetch 2,500 items again?
Was this page helpful?