question about convex bandwidth
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?
