- optimise the amount of data you send (see graphql/this persons agent idea)
- optimise where you send it to/from
The latter has a hard limit of c, which we’ll always try to move towards. Distributed computation helps, but trades off speed/consistency. The question then becomes whether you can have an inconsistent model for those few seconds.
- optimise the amount of data you send (see graphql/this persons agent idea)
- optimise where you send it to/from
The latter has a hard limit of c, which we’ll always try to move towards. Distributed computation helps, but trades off speed/consistency. The question then becomes whether you can have an inconsistent model for those few seconds.