cyremurC
Convex Community16mo ago
24 replies
cyremur

Delta updates on query? - understanding bandwidth

Hello, I am building a card game with big ridiculous states (see picture).

I'm trying to understand data usage in detail again.
On games.getGame(id), does the subscription have to get the whole row everytime? are there partial updates and/or compression middleware that could allow for delta updates similar to git patches?

Is a future optimization to split up queries to only grab a single column or so in order to reduce database bandwidth or is there any other recommended steps to reduce bandwidth?
image.png
Was this page helpful?